![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which Base Level Filesets needed by a specific program? | cypher82 | UNIX for Advanced & Expert Users | 4 | 05-29-2008 05:07 AM |
| tsm client filesets for AIX 4.3.3 | karthikosu | UNIX for Dummies Questions & Answers | 0 | 10-19-2006 06:10 AM |
| NIM ML update | govindarajan | AIX | 1 | 10-21-2005 02:40 AM |
| gcc update | collins | High Level Programming | 0 | 10-28-2004 01:09 AM |
| AdvFS Filesets | Moca4444 | UNIX for Dummies Questions & Answers | 4 | 11-08-2001 12:30 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Update particular filesets
Hello,
I must update xlC component for AIX 5300-03 system. The lslpp command displays following output: Code:
lslpp -l | grep xlC xlC.aix50.rte 9.0.0.5 COMMITTED XL C/C++ Runtime for AIX 5.2 xlC.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.rte 9.0.0.5 COMMITTED XL C/C++ Runtime xlC.rte 9.0.0.5 COMMITTED XL C/C++ Runtime TIA, Yac. |
| Forum Sponsor | ||
|
|
|
|||
|
It might be that these two filesets have prerequisites/corequisites which themselves need even more packages ... asf ... so that you might as well "update the whole system". In fact i would recommend doing so, becuase if you ever have a problem and open a software call with IBM they will require you to update all the downlevel packages anyway. (This way they keep the customer busy and can delay having to deal with the problem at hand.)
This aspect aside you can download the complete set of filesets and only install what you really want to install. Do the following: 1. download the whole set and put it into a temporary directory (customary is /usr/sys/inst.images, but you can use any other directory too). Unpack eventually packed archives 2. change into this directory and run "inutoc .". This will create a file ".toc" where all the dependencies of all the filesets in the directory are listed. The file is somewhat complicated to parse, but if you have a look into it the dependencies are intuitively comprehensible. 3. run "smitty install_all" in this directory and select "." as the directory to install from. You can now select the packages by opening a list (press PF4) and selecting with PF7. It is all pretty intuitive, just follow the menu messages. I hope this helps. bakunin |
|
|||
|
Quote:
Yac. |
|||
| Google The UNIX and Linux Forums |