- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hardware specs and serial number
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-17-2004 07:03 PM
10-17-2004 07:03 PM
Hardware specs and serial number
How to know the exactly hardware specs (such as CPU, RAM, CDROM model and speed) and their serial numbers for a HP server (RP5470 & RP7410)?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 07:07 PM
10-17-2004 07:07 PM
Re: Hardware specs and serial number
You can use ioascan comamnd to get lots of information about hardware configuration.
/opt/ignite/bin/print_manifest
this will give you information about CPU and memory.
For more information you can use STM (cstm, mstm and xstm)
Regards
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 07:08 PM
10-17-2004 07:08 PM
Re: Hardware specs and serial number
I don't think you can get too many details from the system tools.
Best is 'stm ' that comes with Online diagnostics.
cstm>map
cstm>sel dev
cstm>info
cstm>infolog
Dev# is the device number corresponding to the device in the output of 'map'. I am not sure if you are going to get the serial numbers for all the components you are looking for though but 'stm' is the best you have to get any hardware details.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 07:45 PM
10-17-2004 07:45 PM
Re: Hardware specs and serial number
I think cstm is useful to you as suggested above by shridhar.
Also have a look at this thread below to know more above System Configuration.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=717199
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 07:45 PM
10-17-2004 07:45 PM
Re: Hardware specs and serial number
you can use
1.) /opt/ignite/bin/print_manifest
2.) cstm
3.) cfg2html
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 07:47 PM
10-17-2004 07:47 PM
Re: Hardware specs and serial number
Find attached the Support Tool Manager (STM) reference guide.
Thought it would help you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 09:09 PM
10-17-2004 09:09 PM
Re: Hardware specs and serial number
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-18-2004 12:30 AM
10-18-2004 12:30 AM
Re: Hardware specs and serial number
I attached sysinfo3.01, run from cron like this:
# Run the sysinfo3.01 script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1
Rgds...Geoff