System properties in AIX

jfunk

Golden Member
Oct 16, 2000
1,208
0
76
Anybody know how I can get some system info on an AIX box?

I've been given the wonderful task of collecting a bunch of data about some servers running at work (stuff that should have been done when these things were put into service), but many are AIX systems that I really don't know jack about.

I need to find info like O/S version, amount of RAM, HDs, etc...

I can't reboot these things because they are running mission critical stuff, and I have absolutely 0 experience with AIX.

Any help would be greatly appreciated.

 

lopingho

Senior member
Dec 27, 1999
809
0
76
Try uname -a, hw , look at the contents of /proc. Also, the output of "more /var/log/messages" should have some interesting info from the last time the machine was booted.
 

FUBAR

Senior member
Oct 11, 1999
618
0
0
For HD's, try doing a df -k if you've got mounted network shares, as I'm sure you do, do a df -kl to just show the local machine

for RAM, I think all versions of top show both the physical and swap.