1826798 Members
4152 Online
109703 Solutions
New Discussion

Re: System id

 
Tvs
Regular Advisor

System id

Hi all.

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
9 REPLIES 9
A. Clay Stephenson
Acclaimed Contributor

Re: System id

uname -i is about as close as it gets.
If it ain't broke, I can fix that.
Sundar_7
Honored Contributor

Re: System id

It depends on the licensing mechanism your program uses. If the licensing is dependant on this ID then if there is a hardware change in the server, that will break your application as well.

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.
Learn What to do ,How to do and more importantly When to do ?
Geoff Wild
Honored Contributor

Re: System id

You can also look at:

/opt/ignite/bin/print_manifest

Most Harware ID's in HP are really just the serial numbers...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Devender Khatana
Honored Contributor

Re: System id

Hi,

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
Impossible itself mentions "I m possible"
Andrew Rutter
Honored Contributor

Re: System id

hi,

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
Torsten.
Acclaimed Contributor

Re: System id

The "machine identification number" or sometimes called "software ID" (uname -i) is often used for licensing purposes, because it is unique, hardware dependend and could/should not be changed.

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!   
Granite
Frequent Advisor

Re: System id

Hi,

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



HPmania - The World of HP
Raj D.
Honored Contributor

Re: System id

Hi TVS ,

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.
" If u think u can , If u think u cannot , - You are always Right . "
James R. Ferguson
Acclaimed Contributor

Re: System id

Hi Tys:

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...