To list presently staged/installed cpu,memory and hard-disk capacity in the server , use below simple commands on the aix server.
# prtconf -s
# pmcycles -m
# lsdev -Cc processor
# bindprocessor -q
# prtconf -m
# bootinfo -r
# lsattr -El sys0 -a realmem
# lsattr -El mem0
Below two commands, show what is available for processing. Means if the rmss is in place. They will report the simulated memory only.
# vmstat
# getconf REAL_MEMORY
# lsdev -Cc disk
# lspv
# bootinfo -s hdisk0
# ifconfig -a | grep inet
# lsattr -El en0 -a netaddr
When using AIX and subsequent releases, the following code returns the processor speed in hertz (Hz):
lsattr -E -l proc0 | grep "Processor Speed"
When using earlier releases than AIX 5.1, use the uname command. Running the uname -m command produces output of the following form:
xxyyyyyymmss
where:
xx
00
yyyyyy
Unique CPU ID
mm
Model ID (the numbers to use to determine microprocessor speed)
ss
00 (Submodel)