Operating System - HP-UX
1835822 Members
3524 Online
110085 Solutions
New Discussion

IVM HOST and guest serial number

 
apple
Super Advisor

IVM HOST and guest serial number

dear HPUX gurus,
our IVM host and guest is running on HPUX. would appreciate can share command to get the serial number from the server. hope to hear from you. many thanks in advance.
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: IVM HOST and guest serial number

One out of many methods:

# machinfo

The guest gets a virtual system generated serial number.

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!   
Suraj K Sankari
Honored Contributor

Re: IVM HOST and guest serial number

Hi,

Run Nickel script or as above said machinfo
is the command to get the serial no.

Suraj
sujit kumar singh
Honored Contributor

Re: IVM HOST and guest serial number

Hi can get that also with the cstm.
please note that cstm is included in the nickel.

run cstm

#cstm
cstm>sel dev 1
"1" is for the system
cstm>info;wait
cstm>infolog

you can see the Host Serial number.

perform on the guest and you shall get the guest serial number.


but guest Serial number for a virtualized guest.. i cant say how shall that look .. i need to run that on an IVM Guest.
regards
sujit