looking for AIX cmd

  • Follow


i'm looking for a AIX5.1 command which will print out all system
resources ie disks, cpu (speed), memory (physcal / virtual), IP, model
#, serial # pretty much everything you need for a systen aduit. thanks

0
Reply dunphyj (6) 3/30/2005 3:55:43 PM

jdunphy wrote:
> i'm looking for a AIX5.1 command which will print out all system
> resources ie disks, cpu (speed), memory (physcal / virtual), IP,
model
> #, serial # pretty much everything you need for a systen aduit.
thanks

Check out 'lscfg', 'lsdev' and 'lsattr' commands.

'lscfg -v' output is good representation of physical resources.

'lsattr' gives more details of a given device, for example:

# lsattr -El proc0
frequency 375000000      Processor Speed False
state     enable         Processor state False
type      PowerPC_POWER3 Processor type  False

# lsattr -El mem0
goodsize 4096 Amount of usable physical memory in Mbytes False
size     4096 Total amount of physical memory in Mbytes  False

[BTW, this group is for generic Unix/GNU programming questions.
AIX has its own comp.unix.aix.]

Tao

0
Reply Tao 3/30/2005 5:47:50 PM


prtconf is also a very useful little command, giving you disk, cpu,
memory, IP, and a list of devices in the system. You'll also get serial
number (and machine/model) and LPAR info.

0
Reply ranazar 4/20/2005 12:34:53 PM

2 Replies
147 Views

(page loaded in 0.054 seconds)

Similiar Articles:













7/25/2012 10:31:55 PM


Reply: