- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System id
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-28-2005 04:04 AM
10-28-2005 04:04 AM
System id
Any concept is there in hp like hardware ID like solaris. if is there,,how to find out the id. and is there any relationship is there with the installed programs
pls help me
Thnaks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 04:05 AM
10-28-2005 04:05 AM
Re: System id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 04:09 AM
10-28-2005 04:09 AM
Re: System id
But HP CE's have a special utility (I think it called SS_CONFIG) that can be used to change this ID in the board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 04:15 AM
10-28-2005 04:15 AM
Re: System id
/opt/ignite/bin/print_manifest
Most Harware ID's in HP are really just the serial numbers...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 04:20 AM
10-28-2005 04:20 AM
Re: System id
Yes, it is surely there. HP CE can be asked to change the system ID to the previous one if you have application which has licensing based upon the hardware ID.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:18 AM
10-28-2005 06:18 AM
Re: System id
you will see the UID if you run this command
#uname -a
this will list your os version number users licenced for and the UID of the machine.
This can then be supplied to software apps people for licencing.
If hp changes the system board for you at any time, they will change the UID to your old one to keep the software apps working if you ask.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:29 AM
10-28-2005 06:29 AM
Re: System id
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:35 AM
10-28-2005 06:35 AM
Re: System id
I go with Geoff, You can just stdout and get the system details you require,
Like this,
#/opt/ignite/bin/print_manifest > ./Details
regds, Granite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:36 AM
10-28-2005 06:36 AM
Re: System id
The ID that gives by , uname -i , most of the time used for licensing purpose . Also some program uses network cards MAC ID for licensing purpose, like flexlm etc.
Also to see the machine serial number you can run this:
# echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm | grep "System Serial Number"
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:57 AM
10-28-2005 06:57 AM
Re: System id
There is yet another "use" of the uname within the hardware. That is, the value of the 'uname -i' or machine identification number (when expressed in hexadecimal) becomes the first part of an LVM disk's PVID and VGID (Physical Volume ID and Volume Group ID, respectively).
Regards!
...JRF...