1826592 Members
3754 Online
109695 Solutions
New Discussion

system inventory command

 
SOLVED
Go to solution
arun_k
Advisor

system inventory command

hi

can i know which command will give the system hardware inventory..ie no of cpus,speed,mem,power supply etc.

thankx
arun
8 REPLIES 8
arun_k
Advisor

Re: system inventory command

sorry,by mistake i posted this in linux catagory actually i wanted the command in hpux.
Steven E. Protter
Exalted Contributor

Re: system inventory command

Shalom run_k,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=756203

This thread contains several methods of accomplishing what you want to accomplish.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sergejs Svitnevs
Honored Contributor

Re: system inventory command

top - will give you 'no of CPUs'

SAM - Resource management -> system properties - will give you the CPU speed

stm - will give you all hardware details ->CPU, memory, speed

dmesg - will give you memory information

swapinfo - swap information

ioscan -fn - device informations

Regards,
Sergejs
Andrew Rutter
Honored Contributor

Re: system inventory command

hi,

if you have diagnostics insatlled then

#echo "selclass qualifier system;info;wait;infolog" ¦ cstm

This will dump it to the screen or you can output it to a file

Andy
Raj D.
Honored Contributor
Solution

Re: system inventory command

Hi Arun ,

Here it is :

1. /usr/sbin/cstm
2. /opt/ignite/bin/print_manifest
3. Nickel script. [ http://unixguide.net/scripts/nickel108 ]
4. HP Collection Utiltiy.
5. cfg2html , Link : http://come.to/cfg2html


Enjoy ,

hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
arun_k
Advisor

Re: system inventory command

thank you all for ur help...raj given me the right command which i was expecting (print_manifest)thank you once again
arun_k
Advisor

Re: system inventory command

The right command i looked for was print_manifest. thank you
Raj D.
Honored Contributor

Re: system inventory command

Thanks Arun,

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "