Operating System - HP-UX
1847302 Members
2769 Online
110264 Solutions
New Discussion

Getting available Hardware Details on the HP-UX Box.

 
SOLVED
Go to solution
S. Vishwanath
Frequent Advisor

Getting available Hardware Details on the HP-UX Box.

Hi, I'm using HP-UX Box with version B.11.00.
I want to get all the information about Hardware installed on my system. So is there any commands which can give me the list of hardware/devices (viz., HBA's, SCSI cards, PCIMCA Cards etc.,)attached onto the HP-BOX.

Thanks in Advance
6 REPLIES 6
Umapathy S
Honored Contributor
Solution

Re: Getting available Hardware Details on the HP-UX Box.

Viswanath,
If you have ignite installed then /opt/ignite/bin/print_manifest

otherwise,
1. echo "selclass qualifier cpu;info;wait;infolog"|cstm
ioscan -fC processor

echo `hostname` "is a " `model |sed 's/9000\/800\///' |sed 's/9000\/899\///'` "with" `ioscan -k |grep -n p
rocessor |wc -l` `cpuspeed` "Mhz processors and" `memory` "KB of memory"

2. # ioscan -kfn
# model
# echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo
# echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpuinfo

3. # echo "selclass qualifier cpu;info;wait;infolog" | cstm
# echo "selclass qualifier memory;info;wait;infolog" | cstm
# echo "selclass type disk;info;wait;infolog" | cstm
# echo "selclass type lan;info;wait;infolog" | cstm

HTH,
Umapathy


Arise Awake and Stop NOT till the goal is Reached!
Robert-Jan Goossens
Honored Contributor

Re: Getting available Hardware Details on the HP-UX Box.

Hi,

Hi,

You can use xstm ( grafical) or the mstm ( menu based ) interface to get the hardware details of your system.

Robert-Jan.
Jorge Pons
Trusted Contributor

Re: Getting available Hardware Details on the HP-UX Box.

Hi

Like Robert-Jan says xstm or mstm are good tools.
Also with SAM, Performance Monitors, System Properties, you can see data from your box.
And finally with ioscan -fn.

Regards
S. Vishwanath
Frequent Advisor

Re: Getting available Hardware Details on the HP-UX Box.

Thanks for all the help.
Geoff Wild
Honored Contributor

Re: Getting available Hardware Details on the HP-UX Box.

Check out sysinfo204 from HP...

Also check these posts:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x347d38dfa974d711abdc0090277a778c,00.html


http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2379227a6ab4d711900a0090279cd0f9,00.html


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
W.C. Epperson
Trusted Contributor

Re: Getting available Hardware Details on the HP-UX Box.

Here's a sysinfo script that gets just about everything in sight, including volume information, on both hpux and Linux boxes. Hand-rolled by my best *nix weenie. Use at your own risk. It emails the info; I have the address dummied out in this copy. We e-mail it monthly to a pipe on a Linux machine which parks it where it's available with a browser to the sysadmins. Saves a lot of time checking things, and our disaster recovery plan starts with rebuilding that box from an available PC and restoring from offsite backup, then using this information to aid rebuilding the other servers.

Enjoy!
"I have great faith in fools; self-confidence, my friends call it." --Poe