details of installed AIX

Is there anyway, we can find the details of the AIX installed like version, h/w config, subsets loaded, patches loaded?

Mugundan

This should really be posted in the AIX forum not here. However the following will give all you want

To find the O/S level type:

oslevel -r

Not to sure but I believe this came in with 5.2 try

prtconf | more

That will give all features about the O/S and the LPAR / RS/6000.

Thanks man. it helped.
Will post it in AIX forum to get more details on the patches and subsets.

Moved to AIX.

To get a more details list of installed softare use "lslpp -l" and/or use the "-h" switch of lslpp to get a list with installation dates for the different packages.

To get version information about single files use the "what" command.

I hope this helps.

bakunin

I usually prefer to use the "oslevel -s" command, as it gives details on the TL (ML) and SP level installed. You can also use the "oslevel -rl" cpmmand to determineif any filesetes are down-level. So if you just applied the TL7 fix pack and an "oslevel -s) returns a level below TL7, use the command "oslevel -rl 5300-07" to identify which filesets are down-level.

... and for what has not been covered in the previous answers to your question you could try the open source AIX configuration collector config-to-html:
cfg2html