- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: which command can see the serial number of cpu...
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
03-16-2004 03:49 PM
03-16-2004 03:49 PM
which command can see the serial number of cpu on hp-ux
thanks for your answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 04:00 PM
03-16-2004 04:00 PM
Re: which command can see the serial number of cpu on hp-ux
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 04:03 PM
03-16-2004 04:03 PM
Re: which command can see the serial number of cpu on hp-ux
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=503181
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 04:03 PM
03-16-2004 04:03 PM
Re: which command can see the serial number of cpu on hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 04:05 PM
03-16-2004 04:05 PM
Re: which command can see the serial number of cpu on hp-ux
Please check these posts:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=60093
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17447
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 04:49 PM
03-16-2004 04:49 PM
Re: which command can see the serial number of cpu on hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 05:07 PM
03-16-2004 05:07 PM
Re: which command can see the serial number of cpu on hp-ux
If you have A,L or N class i am sure it is XSTM or stm.Just see the information you will get the CPU ID/s and serial Number/s.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 07:39 PM
03-16-2004 07:39 PM
Re: which command can see the serial number of cpu on hp-ux
I know exactly the place you can find that info.First forget stm,cstm or even xstm. because if you can't find in stm...You can simply forget about seeing in cstm or Xstm so on and so forth ..because those are just different way of accessing the same utility.
The solution is GSP/MP prompt.You have different ways to go to this prompt based on the way GSP/MP is configured.The most easy way is If your server has Local console(mind you , not the graphical X server consoles)..hit ctrl+B to go to this prompt..You will be aske a username and password...assuming that u are the sysadmin i hope you have the username and the required password for gsp,though you can try username:Admin and password:Admin.Once you have logged in issue the CM command then issue df command. Voila!.... you are watching the FRU numbers and possibly serial numbers of all the hardware and adapters etc.. of your server.....
best of luck
senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:37 PM
03-16-2004 09:37 PM
Re: which command can see the serial number of cpu on hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 11:35 PM
03-16-2004 11:35 PM
Re: which command can see the serial number of cpu on hp-ux
you can get it with
# echo "selclass qualifier cpu;info;wait;infolog" | cstm |grep -i serial
Regards
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 12:46 AM
03-17-2004 12:46 AM
Re: which command can see the serial number of cpu on hp-ux
Here's part of the output od sysinfo:
SysInfo 3.01 by HP ESSO
Configuration data for svr003
Collected on Fri Mar 12 13:02:58 MST 2004
SYSTEM DATA
===========
HOSTNAME: svr003
SYSTEM: 9000
MODEL: 9000/800/rp7410
SERIAL #: USR12345W1
SYSTEM ID: 2501234527
CPU SPEED: 750 MHz
CPUS: 6 active processor(s)
MEMORY: 10080 Mbytes of memory.
HP-UX VERSION: B.11.11 64 Bit
USER LICENSE: unlimited-user license
LAST BOOT: Jan 31 20:24
LAST PATCH: Aug 31 2003
VOLUME MANAGER: Logical Volume Manager (LVM)
=== END Basic System Data ===
I run it from cron like:
# Run the sysinfo script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 12:50 AM
03-17-2004 12:50 AM
Re: which command can see the serial number of cpu on hp-ux
swlist -l bundle|grep -i diag
cstm (and relatives) are located in /usr/sbin.
HOWEVER: the serial number is stored only on new HP 9000 models. The rp models, the L-class and SuperDome, some N- and A-class have the serial number. But the K-class and any box built before about 2001 will not have the serial number stored and can only be obtained with a flashlight.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 01:12 AM
03-17-2004 01:12 AM
Re: which command can see the serial number of cpu on hp-ux
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 11:19 PM
03-17-2004 11:19 PM
Re: which command can see the serial number of cpu on hp-ux
Try #uname -a
or go to the following files to get the Serial no:
If you are stil using the factory loaded OS that came with the systems when you purchased them, then you can use /opt/ignite/bin/print_manifest to get the serial
Number. Or /var/opt/ignite/local/manifest
hope the above will suffice your requirement.