Update particular filesets


 
Thread Tools Search this Thread
Operating Systems AIX Update particular filesets
# 1  
Old 04-21-2008
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

I need to update only xlC.cpp and xlC.msg.en_US.cpp filesets. Is there a simple method to find these filesets on IBM www pages or must I get the whole cumulative fix package? I've tried to make a search but it found only fix packages that contain much more files that I need. The problem is that these fix packages require additional requisities like bos runtime etc and I don't want to update the whole operating system.

TIA,
Yac.
# 2  
Old 04-21-2008
Quote:
Originally Posted by Yac
I need to update only xlC.cpp and xlC.msg.en_US.cpp filesets.
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
# 3  
Old 04-22-2008
Quote:
Originally Posted by bakunin
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.
Thank you for your help; the described possibility of selection of the packages is what I exactly needed.

Yac.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Filesets for IBM ultrium lto 5 (SAS)

i connect an ibm ultrium lto 5 (sas) to an 8204-e8a (v6.1 TL5 SP 1) then i do an cfgmgr and get message about missing filesets devices.pciex.1410ca03 devices.pciex.pciexclass.00107 devices.pciex.00107200 devices.pciex.pciex100.72.3 and a few others i try to find the filesets on the two OS... (1 Reply)
Discussion started by: AIXBlueCat
1 Replies

2. AIX

Help Please - Command to view missing filesets in aix

Please anyone tell me "What is the command to view missing filesets in aix" Thanks in advance ---------- Post updated at 09:34 PM ---------- Previous update was at 05:09 PM ---------- Please anyone tell me "What is the command to view missing filesets in aix" Thanks in advance (3 Replies)
Discussion started by: sweetysiva29
3 Replies

3. AIX

filesets nim client

Hello everyone I was looking for the filesets to install a nim client on a linux box. (red hat 5 for power) I have the nim master on aix box and I have different nim client with aix. I download some filesets fron aix cd to linux box, but Im still hang up. Some one know where I can find... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

4. AIX

Miss filesets

Hello everyone I updated a partition from TL06 to TL09, everything looks ok. I check the errpt comand, lppchk -v and both are fine. But when I type this command I got this $ instfix -i |grep ML All filesets for 5300-02_AIX_ML were found. All filesets for 5.3.0.0_AIX_ML were... (3 Replies)
Discussion started by: lo-lp-kl
3 Replies

5. AIX

Problem with Filesets

Hello, In my server ihave a problem with some installed packages ... /root#lslpp -l | grep LGTO LGTOnw.clnt.rte 7.4.2.0 COMMITTED NetWorker Client lslpp: Error while processing fileset 9f827e6ef6ec223edb338bc4c37632ae. lslpp: No match was found for the SWVPD data search. ... (2 Replies)
Discussion started by: Boudine
2 Replies

6. AIX

cfgmgr: Filesets missing

Hi all, I have a System i server with a couple of AIX LPARs. One of the LPARs owns a dual-channel scsi adapter to which I connect a tape library (IBM TS3100) and a DVD Drive. I had some problems to get the Tape Library detected but finally I got it: rmt0 Available 03-08-01-4,0 IBM 3580... (1 Reply)
Discussion started by: wendelalexis
1 Replies

7. AIX

Merging filesets for OS Upgrade

I have a complete set of AIX install media for 5307 TL1. I also have on DVD the upgrade files compiled by IBM to upgrade a server from AIX 5305 to 5308TL2. If I run an upgrade from the IBM supplied DVD (smit upgrade_all) then the upgrade fails complaining about a large number of missing... (2 Replies)
Discussion started by: morgan_g
2 Replies

8. UNIX for Advanced & Expert Users

Which Base Level Filesets needed by a specific program?

hello... thats a great forum btw :) my problem is that I need a list of the Base Level Filesets (BLF) which are needed by a specific program. Is there any command/tool which shows me that? during the installation I can choose "Preview only" so that I can see what BLF´s are missing etc but... (4 Replies)
Discussion started by: cypher82
4 Replies

9. UNIX for Dummies Questions & Answers

tsm client filesets for AIX 4.3.3

Hi, can somebody point to where i can get tsm client filesets to install tsm on AIX 4.3 node please? Thank You! karthik (0 Replies)
Discussion started by: karthikosu
0 Replies

10. UNIX for Dummies Questions & Answers

AdvFS Filesets

I created an AdvFS fileset which consisted of 3 volumes. Well one of the disks has failed and I was wondering how I should handle this. I want to try to recover the data on the other two disks, but I'm not sure if this is even possible. Any suggestions? (4 Replies)
Discussion started by: Moca4444
4 Replies
Login or Register to Ask a Question