- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Finding Serial Number on a K class
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-02-2005 02:40 AM
03-02-2005 02:40 AM
Finding Serial Number on a K class
How can i find the serial number of a k class.
I'm not anywhere near the data centre where the servers are stored.
When i do a print_manifest it doesn't show the serial number.
I have 2 k class and on both it's the exact same.
Thanks
Paddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 02:46 AM
03-02-2005 02:46 AM
Re: Finding Serial Number on a K class
echo "sel path system;info;wait;infolog^J>view^J>done^J>"|cstm
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 02:46 AM
03-02-2005 02:46 AM
Re: Finding Serial Number on a K class
Do you have STM installed?? If yes,
echo "selall system;info;wait;infolog"|cstm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 02:56 AM
03-02-2005 02:56 AM
Re: Finding Serial Number on a K class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:10 AM
03-02-2005 03:10 AM
Re: Finding Serial Number on a K class
STM is on them and i've tried the commands suggested but it failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:13 AM
03-02-2005 03:13 AM
Re: Finding Serial Number on a K class
Does it show there??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:20 AM
03-02-2005 03:20 AM
Re: Finding Serial Number on a K class
In the system properties in SAM it shows the machine ID which is the same as the Software ID in the print_manifest.
I'm thinking a journey to the data centre is on the cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 05:15 AM
03-02-2005 05:15 AM
Re: Finding Serial Number on a K class
One other thing, pull up the maintenance contract on the HP support site.
jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 07:19 AM
03-02-2005 07:19 AM
Re: Finding Serial Number on a K class
/usr/local/sysinfo/getsn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:34 AM
03-02-2005 09:34 AM
Re: Finding Serial Number on a K class
1. look at the box and find the number :-).
2. uname -i
3. stm (mstm).
4. with ignite you have the tool print_manifest.
5. use the c-program:
#include
main()
{
char buf[81];
if (confstr(_CS_MACHINE_SERIAL, buf, sizeof(buf)) <= 0) {
perror("confstr");
exit(1);
}
printf(" machine serial number = %s\n", buf);
}
Only number 1 will work for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:46 AM
03-02-2005 11:46 AM
Re: Finding Serial Number on a K class
It is not possible to get the serial number of a K-class server unless the system was insalled using ignite and the the serial number was stored during the ignite process.
If such is not the case, there is no way to get the serial number other than visiting the system and physically getting the serial number.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:07 PM
03-02-2005 03:07 PM
Re: Finding Serial Number on a K class
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:08 PM
03-02-2005 09:08 PM
Re: Finding Serial Number on a K class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 04:18 AM
03-03-2005 04:18 AM
Re: Finding Serial Number on a K class
uname -i gives a "machine ID number", which is not the serial number. My K-box is here in the lab.
I don't know what they mean by a "machine ID number".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 05:41 AM
03-03-2005 05:41 AM
Re: Finding Serial Number on a K class
If uname -i shows a small number (negative or just a digit or two) then the processor board is a replacement and must be programmed by HP for the original number to be restored. As you might expect, this is only allowed by authorized HP service people.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 11:53 PM
03-21-2007 11:53 PM
Re: Finding Serial Number on a K class
Please take a moment to assign points to those who have taken the time to help you.
Here's how: http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Please remember to do this for all threads you have posted,
Cheers,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 10:50 PM
03-25-2007 10:50 PM