Operating System - HP-UX
1829378 Members
4912 Online
109991 Solutions
New Discussion

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

 
sanwin
Frequent Advisor

How to find the system information like cpu speed, no. etc in hpux 11.23

Hi,
Which command will give us the system configuration information like number of cpu, cpuspeed etc, memory etc.

please help me.

regards,
sanwin.
10 REPLIES 10
Jeeshan
Honored Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

run print_manifest in command line.
a warrior never quits
Ivan Krastev
Honored Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Srinikalyan
Regular Advisor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Try echo "selclass qualifier memory;infolog;|/usr/sbin/cstm
Replace memory with cpu to get details about CPU.
Regards,
Srini
Jeeshan
Honored Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

for PA-RISC print_manifest and Itanium machinfo

more information you can look here

http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1206964
a warrior never quits
Srinikalyan
Regular Advisor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Oops. I haven't closed the double quote.Try this
echo "selclass qualifier memory;infolog"|/usr/sbin/cstm

Srini
Srinikalyan
Regular Advisor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Ahsan,
print_manifest and machinfo can be run only with root. I think cstm will be helpful to find the info for all users.

Srini
Jeeshan
Honored Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

thats because you think like that.

but users doesn't need to see the CPU speed.
a warrior never quits
Asif Sharif
Honored Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Hi sanwin,
You can check with the said info from multiple ways.

Through SAM:-
(Sam -> Performance>Monitors -> System Properties)

Through CFGHTML:-
http://www.cfg2html.com/
Download
cfg2html_hpux_3.61-20080416.depot cfg2html 3.61 for HP-UX 11.xx (hppa+ia64), software distributor format, hpux-cksum=1502958605 604160 cfg2html_hpux_3.61-20080416.depot

Through CFGHTML:-

Download Nickel script

ftp://ftp.hp.com/pub/catia/Utils/nickel.shar

To run nickel these are the steps
1. Unzip nickel.zip in PC
2. If /opt/contrib/bin does not exist,
# mkdir -p /opt/contrib/bin
3. FTP in "BINARY" mode, 'nickel' to /opt/contrib/bin
4. # cd /opt/contrib/bin
5. # chmod 555 nickel
6. # ./nickel
7. A file: nickel.yourhostname.tar.gz will be created.
8. FTP in "BINARY" mode, nickel.yourhostname.tar.gz to PC
("ASCII" mode will corrupt the .tar.gz file)

Regards,
Asif Sharif
Regards,
Asif Sharif
Torsten.
Acclaimed Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

On an Integrity with 11.23 or 11.31 (even for HP9000) run

/usr/contrib/bin/machinfo [-v]

This will you all you need.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: How to find the system information like cpu speed, no. etc in hpux 11.23

Example for Integrity:

# /usr/contrib/bin/machinfo
CPU info:
64 Intel(R) Itanium 2 9000 series processors (1.6 GHz, 18 MB)
533 MT/s bus, CPU version C2
128 logical processors (2 per socket)

Memory: 981492 MB (958.5 GB)

Firmware info:
Firmware revision: 7.44
FP SWA driver revision: 1.18
IPMI is supported on this system.
BMC firmware revision: 24.04

Platform info:
Model: "ia64 hp superdome server SD64B"
Machine ID number: abcdef-ghij-klmn-opqr-1234567890
Machine serial number: DEH123456

OS info:
Nodename: server1
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: ia64
ID Number: 12345678
vmunix _release_version:
@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf


Example for HP9000:

# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB

Memory: 4096 MB (4 GB)

Firmware info:
Firmware revision: 46.34
IPMI is supported on this system.
BMC firmware revision: 3.52

Platform info:
Model: "9000/800/rp3440 "
Machine ID number: abcdef12345678
Machine serial number: DE12345678

OS info:
Nodename: server2
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: 9000/800
ID Number: 12345678
vmunix _release_version:
_release_version:
@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf




Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!