Sponsored Content
Full Discussion: Install fixes on AIX 5.3
Operating Systems AIX Install fixes on AIX 5.3 Post 302402509 by sewiefr on Wednesday 10th of March 2010 04:17:17 AM
Old 03-10-2010
Try first:
"instfix -i | grep ML"

More detailed:
instfix -i -k "5300-10_AIX_ML"

Then: instfix -ciqk "Your_maintenance_level" | grep ":-:"
to find out which filesets still to install for a specific ML

In this case: > instfix -ciqk "5300-03_AIX_ML" | grep ":-:"
Probably you will to find these base level filesets on CD/DVD

After you install them, you might have to install the updates for these filesets for ML10

Which are missing?
I might give a hint which filesets you still need

Greetinz from Holland, Frank
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies

2. AIX

How to install depots in AIX 5.3

Hi, I want to install gcc-4.2.3-hppa-11.11.depot in AIX 5.3... In HP-UX we have a command swinstall to via UI we can install depots... so is there any command to install depots in AIX? Thanks, (3 Replies)
Discussion started by: meeraramanathan
3 Replies

3. AIX

MYSQL Install on AIX

Hello All: I've been asked to install mysql on AIX box and I have very little experience in UNIX. Does anybody have any step by step directions on installing MYSQL? Any guidance would be appreciated! Thanks (1 Reply)
Discussion started by: rmnv
1 Replies

4. AIX

Fixes for AIX 4.2.1

Hello, I have an old RS/6000 7013-J50 system around here with AIX 4.2 ML 4.2.1.0. I found that latest level is 4.2.1.12 or something like that. As this AIX version is very old and out of support I would like to know if anyone has the latest update CD for it and willing to provide to me? (2 Replies)
Discussion started by: Kalpazan
2 Replies

5. AIX

Aix download and Install

I am new to Aix and would like to learn . Is there is some free download for this os available to be installed on a home desktop pc with 4 gb ram and 2.7 ibm single proc computer . can some one help me with the download link and installation instructions. Thank you in advance (3 Replies)
Discussion started by: bally90
3 Replies

6. AIX

Install bash on AIX

Hi, Im trying to install bash on AIX, I have rpm installed but get: rpm --install bash-3.0-19.3.ppc.rpm error: failed dependencies: libc.so.6 is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.0) is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.1) is needed by... (0 Replies)
Discussion started by: chris5126
0 Replies

7. AIX

How to install AIX on x series?

Hi everyone, I have one IBM server x3650 M2 with intel cpu, i want to install AIX on it. Could you please tell me which version of AIX i can use to install on that machine? Thank you very much :) (1 Reply)
Discussion started by: simba87
1 Replies

8. AIX

install CDE on AIX 5.3

Hi all, I want to install CDE on AIX 5.3 - TL 10 , X server already installed and most X applications works fine. i made iso files for 3 out of 8 volumes for the aix ( itried only 3 out of 8 with no luck ), and i mounted them as if they were filesystems. then i ran #smit install_all and... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

9. AIX

Install pkgadd on AIX

I believe pkgadd facility is available on AIX for managing installation of software packages. How can i get pkgadd facility on AIX machine. which packages i have to install to get pkgadd feature? :mad: (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

10. AIX

AIX base OS install

Hello, I'm trying to install AIX 7.1 on a machine. Unfortunately I forgot to load volume 2 DVD, but the server works fine. Was wondering, what all the contents will be in volume 2? And I tried loading it after the complete reboot but the blade is not recognizing the volume2 DVD. Please let... (6 Replies)
Discussion started by: pjeedu2247
6 Replies
advfs_get_fset_list(3)					     Library Functions Manual					    advfs_get_fset_list(3)

NAME
advfs_get_fset_list - Obtain a list of all the filesets in an AdvFS file domain SYNOPSIS
#include <sys/advfs_syscalls.h> int advfs_get_fset_list( char domain, unsigned long arraySize, unsigned long *offset, unsigned long *numFilesets, filesetInfoT filesetInfo[] ); LIBRARY
AdvFS Library (libadvfs) PARAMETERS
The name of the AdvFS file domain to be searched for filesets. Contains the number of filesetInfoT cells that have been malloced for the filesetInfo array. A pointer for the next iteration of the function: the starting location for the next set of filesets. The total num- ber of filesets in the specified file domain. The array of fileset information structures that is filled in on successful return from this function. DESCRIPTION
Use this function to obtain information about the filesets in an AdvFS file domain. Information about both mounted and unmounted filesets is returned. The function returns the information in the "filesetInfo[]" array. For an example of programming the advfs_get_fset_list function, see [reference to be provided]. NOTES
Compaq recommends that the application malloc an array large enough to gather all fileset information in a single call to the function. The function can skip filesets or return them multiple times if the function is using the offset parameter while another user creates or removes filesets in between the calls that this user makes to the function. This function can take a very long time to complete when it is called to execute on a file domain with a large number of unmounted file- sets. RETURN VALUES
The function returns a value of 0 (zero) on successful completion. The function returns a value of -1 on failure and sets the value of errno to the specific error. ERRORS
The calling program is not running with root privileges. An I/O error occurred on one of the disks in the file domain. The file domain specified by the domain parameter does not exist. There is not enough memory available for the operation SEE ALSO
Commands: clonefset(8), mkfset(8), renamefset(8), rmfset(8) Functions: advfs_clonefset(3), advfs_rmfset(3) advfs_get_fset_list(3)
All times are GMT -4. The time now is 07:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy