Sponsored Content
Full Discussion: Update particular filesets
Operating Systems AIX Update particular filesets Post 302187453 by Yac on Monday 21st of April 2008 05:37:51 AM
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.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
clonefset(8)						      System Manager's Manual						      clonefset(8)

NAME
clonefset - Creates a read-only copy of an AdvFS fileset SYNOPSIS
/usr/sbin/clonefset domain fileset clonename OPERANDS
Specifies the name of an existing AdvFS file domain. Specifies the name of the original fileset that the clonefset utility will clone. Specifies the name of the read-only fileset created by the clonefset utility. DESCRIPTION
The clonefset utility enables you to perform online backups of active files by making a read-only copy (clone) of an active fileset. Once you create and mount a clone fileset, you can back up the clone using the vdump command or other supported backup utility (the dump command is not supported by AdvFS). Note that the clonefset utility only clones AdvFS filesets; it does not clone UFS file systems. A clone fileset is a read-only snapshot of fileset data structures (metadata). When you clone a fileset, the utility copies only the structure of the original fileset, not its data. When you modify files in the original fileset, the file system copies the original pages to the clone fileset. In this way, the clone fileset contents remain the same as when you first created it. You can create new versions of a clone fileset, but you can maintain only one clone per fileset at a time. You cannot rename a clone file- set, but there is a workaround. You can remove an existing clone fileset (and all its files) by using the rmfset command, then create a new one with the new name. RESTRICTIONS
Each fileset within a domain must have a unique name of up to 31 characters. All whitespace characters (tab, new line, space, and so forth) and the / # : * ? characters are invalid for fileset names. Do not create a clone fileset if the available disk space for the file domain is less than 5 percent of the total. When a file domain runs out of disk space, the file system loses its ability to maintain the consistency of files within clone filesets. When the file system can no longer maintain consistency, it displays warning messages similar to the following on the user's terminal and to the console: WARNING: advfs cannot copy-on-write data to a clone file. WARNING: encountered the following error: ENO_MORE_BLKS (-1040) WARNING: do not continue using the clone fileset. WARNING: original file set: name=mnt, id=2c06a73f.00027192.00000001.8001 WARNING: clone file set: name=clone, id=2c06a73f.00027192.00000002.8002 WARNING: file id = 0000000a.8002 This message also appears in the /var/adm/syslog.dated/latest_boot_date/kern.log file. EXAMPLES
The following example creates a read-only copy of the credit_fs fileset that resides in the accounts_dmn file domain. The clone fileset name in this example is credit_clone1. This example also performs an online backup and removes the clone fileset after the backup is com- plete: # mkdir /mnt/credit_clone1 # clonefset accounts_dmn credit_fs credit_clone1 # mount -t advfs account_dmn#credit_clone1 /mnt/credit_clone1 # vdump /mnt/credit_clone1 # umount /mnt/credit_clone1 # rmfset account_dmn credit_clone1 SEE ALSO
Commands: tar(1), showfdmn(8), vdump(8), vrestore(8) Functions: advfs_clonefset(3) File Formats: advfs(4) clonefset(8)
All times are GMT -4. The time now is 10:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy