Operating System - HP-UX
1833780 Members
2470 Online
110063 Solutions
New Discussion

Re: How can I know the hardware configuration of the HPUX box

 
SOLVED
Go to solution
quickhand_2
Occasional Advisor

How can I know the hardware configuration of the HPUX box

I mean how many cpus it has, and the the size of the memory and hard disk.

Another question:
From the model command's output, how can I know the offcial product name of the machine(the name pattern is as "HP 9000 rp8420-32",)?
model's output:
9000/785/C3000

Thanks.
9 REPLIES 9
Bharat Katkar
Honored Contributor

Re: How can I know the hardware configuration of the HPUX box

Hi,
You can use /opt/ignite/bin/print_manifest command to get the hardware and software information on your server.
Also you can use "stm", "ioscan","top","dmesg" etc commands to know more about your system.

Hope that helps.
Regards,
You need to know a lot to actually know how little you know
Mauro Gatti
Valued Contributor

Re: How can I know the hardware configuration of the HPUX box

To check how many CPUs it have check "top" output you are finding in "cpu states" one line for each CPU.
To check memory check dmesg output and look for "Memory Information" section.
To check HD check "ioscan -fnkC disk" output

You can also use sam or SysInfo tool.

RGDS

Mauro
Ubi maior, minor cessat!
Sunil Sharma_1
Honored Contributor

Re: How can I know the hardware configuration of the HPUX box

Hi,

You can use ioscan command to get most of the information about hardware.

ioscan -funCdisk
ioscan -fun|grep processor


/opt/ignite/bin/print_manifest

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***

Re: How can I know the hardware configuration of the HPUX box

Hi,

I've got this small script that will gather all hardware, software and other system config, very usefull specially when times you need to rebuilt your server.

Check this website to download updated cfg2html.sh or use the attached file.

http://www.cfg2html.com/

Regards,
Romen.
Muthukumar_5
Honored Contributor

Re: How can I know the hardware configuration of the HPUX box

You can refer the links,

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

IF you are 11.20 > versions then,

we can use machinfo


Else,

dmesg, ioscan, model, uname, top needed there.

Simply use sysinfo script more.

HTH.
Easy to suggest when don't know about the problem!
Franky_1
Respected Contributor

Re: How can I know the hardware configuration of the HPUX box

Hi,

you can use /opt7ignite/bin/print_manifest or the cfg2html tool

Regards

Franky
Don't worry be happy
MarkSyder
Honored Contributor

Re: How can I know the hardware configuration of the HPUX box

SAM -> Performance Monitors -> System Properties.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Yashodhan Deo
Occasional Advisor

Re: How can I know the hardware configuration of the HPUX box

go to your /tmp folder and run the nickel script. it is in /opt/contrib/bin folder. When u run the script you will output will go in a tar.gz format in a filenamed nickel.hostname.tar.gz. You can ftp this and open these flles in windows. I bet the output is simply superb and you will got a whole lot of information about your system
Sandeep Kapare
Advisor
Solution

Re: How can I know the hardware configuration of the HPUX box

The easiest way is to execute /opt/ignite/bin/print_manifest. Not only it gives details about the disk layout & size of each disk, it gives the details like h/w path, also gives details about major kernel parameters, IP address related details. It also gives details like system serial No., no. of CPUs, amount of memory.

The round about method is to use top command to find out number of CPUs, use dmesg (or /var/adm/syslog/syslog.log file & find "Physical") command to find out amount of memory. After determining the device path (e.g. - /dev/dsk/c1t3d5) using "ioscan
-kfnCdisk", use "diskinfo /dev/rdsk/c1t3d5" to find out the size details for that disk.

The o/p of model command indicates what underlying h/w it has. 800 indicates it is a server (while 700 indicates it is a workstation), while rp8420 or rp7410 indicates it is a rp8400 series or rp7400 series machine. In case of rp8400 series m/c, if you are using PA8700 series CPUs, this machine can go upto 16 CPUs max. If using PA8800 (the latest one with 1GHz clock), the capacity simply doubles. i.e. rp8400 series m/c can have 32 CPUs.
Nothing is impossible