Operating System - HP-UX
1757121 Members
2370 Online
108858 Solutions
New Discussion юеВ

Re: How to get the UUID number in PA-RISC serers

 
rajesh73
Super Advisor

How to get the UUID number in PA-RISC serers

how to get the UUID number in PA-RISC SERVERS

10 REPLIES 10
Raj D.
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

Rajesh,
If you are looking for the Universal Unique Identifier Number that is the MAC id , use this command:

# lanscan
( Look for the "Station Address" in 2nd column of the output .)



Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

Well, I was wrong it is not so simple, you need to parse the MAC output further to get uuid, check this page :
http://johannburkard.de/software/uuid/


HTH,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
rajesh73
Super Advisor

Re: How to get the UUID number in PA-RISC serers

Hi RAJ,

Thanks for your reply.

the below mentioned command not display the MAC ID information

/usr/sbin/lanscan
V. Nyga
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

Well, what's about some more informations?

What does
/usr/sbin/lanscan
display to you?
Are you 'root'?

V.
*** Say 'Thanks' with Kudos ***
rajesh73
Super Advisor

Re: How to get the UUID number in PA-RISC serers

Hi,
the lanscan command shows the station address output is 0x88786EF4FEEE.

i need 32-digit system UUID NUMBER.

kindly help me in this case
Bill Hassell
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

Are you referring to the system software ID number? That is found with: uname -i

If you are looking for the serial number, that number is very dependent on which models you have.


Bill Hassell, sysadmin
Johnson Punniyalingam
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

please run below command by "root" account

#lanscan |awk '{print $2}'|grep -v Station|grep -v Address
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

Are you referring to System Serial ?

# echo "sc product system;info;wait;il" | cstm | grep -i "system serial"

or

#/opt/ignite/bin/print_manifest |grep ├в i ├в serial number├в
Problems are common to all, but attitude makes the difference
cnb
Honored Contributor

Re: How to get the UUID number in PA-RISC serers

For Hardware UUID:

Depending upon the Server model it can be found on a label affixed to the chassis or from the MP.

MP:CM> id
Retrieving the stable complex configuration portion of the complex profile.
MP modifiable stable complex configuration data fields.
Model String : 9000/800/rp8420
Complex System Name :
Original Product Number: A6093A
Current Product Number : A9785A
UUID : f427c2b1-8f12-c68a-4144-as122ab96734
Creator Manufacturer : hp
Creator Product Name :
Creator Serial Number : USR1293123
OEM Manufacturer :
OEM Product Name :
OEM Serial Number :
Do you want to modify any of this information? (Y/[N])


Rgds,