Operating System - HP-UX
1827073 Members
2449 Online
109713 Solutions
New Discussion

Re: equivalent of prtdiag in HPUX

 
RAEES UZHUNNAN
New Member

equivalent of prtdiag in HPUX

what is the equivalent prtdiag in HP. How do I get all the information like
CPU count , speed
MEM size , chips , speed
IO cards , types etc


Raees
3 REPLIES 3
Mark Greene_1
Honored Contributor

Re: equivalent of prtdiag in HPUX

Try print_manifest. The orginal output from the initial system build (if you had HP do the system install when the box was purchased) is in /var/opt/ignite/local/manifest


mark
the future will be a lot like now, only later
Rick Garland
Honored Contributor

Re: equivalent of prtdiag in HPUX

print_manifest is a good tool - comes with the ignite package so if you do not have can download and install ignite for free and have the print_manifest.

Also look at cfg2html. This is a free script that will provide the details you are looking for. Search on google for the location. Very useful for documentating your system and in html output as well.
Geoff Wild
Honored Contributor

Re: equivalent of prtdiag in HPUX

Also have a look at the Rosetta Stone:

http://bhami.com/rosetta.html

I have also attached sysinfo...

Run from cron:

# Run the sysinfo script
0 6 1 * * /usr/bin/SysInfo -a -b -o /usr/tmp/`hostname`.sysinfo ; /usr/bin/chmod 644 /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1


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.