Operating System - HP-UX
1834659 Members
2475 Online
110069 Solutions
New Discussion

Inventory List of Non-HP Hardware

 
SOLVED
Go to solution
TD Clark
Advisor

Inventory List of Non-HP Hardware

I am taking inventory of all of our HP and Non-HP Hardware. I know when I boot the system, it recognizes we have some Non-HP memory. I'm hoping there's a utility (HPUX 11.0) that I can run to show me this inventory. I'm trying to avoid 'poping the lid' on the servers to get the info :-)

Thanks a bunch in advance!
3 REPLIES 3
Helen French
Honored Contributor
Solution

Re: Inventory List of Non-HP Hardware

You can check the memory modules with STM utility:

# stm

Also, when you boot the system you can get the memory information from the boot menu by interrupting the boot process.
Life is a promise, fulfill it!
S.K. Chan
Honored Contributor

Re: Inventory List of Non-HP Hardware

Run cstm .. like so ..
# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
....
cstm> quit
James R. Ferguson
Acclaimed Contributor

Re: Inventory List of Non-HP Hardware

Hi Todd:

# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo

Regards!

...JRF...