- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I know the hardware configuration of t...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 06:10 PM
10-12-2004 06:10 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 06:25 PM
10-12-2004 06:25 PM
Re: How can I know the hardware configuration of the HPUX box
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 06:25 PM
10-12-2004 06:25 PM
Re: How can I know the hardware configuration of the HPUX box
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 06:26 PM
10-12-2004 06:26 PM
Re: How can I know the hardware configuration of the HPUX box
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 06:53 PM
10-12-2004 06:53 PM
Re: How can I know the hardware configuration of the HPUX box
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 07:25 PM
10-12-2004 07:25 PM
Re: How can I know the hardware configuration of the HPUX box
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 07:31 PM
10-12-2004 07:31 PM
Re: How can I know the hardware configuration of the HPUX box
you can use /opt7ignite/bin/print_manifest or the cfg2html tool
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 07:54 PM
10-12-2004 07:54 PM
Re: How can I know the hardware configuration of the HPUX box
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 11:48 AM
10-13-2004 11:48 AM
Re: How can I know the hardware configuration of the HPUX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 05:40 PM
10-13-2004 05:40 PM
SolutionThe 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.