Operating System - HP-UX
1823967 Members
4206 Online
109667 Solutions
New Discussion юеВ

Re: HPVM :how to check part of which host ?

 
Bineesh P.V
Occasional Contributor

HPVM :how to check part of which host ?

Hi ,

Suppose I am logged in to a VM guest machine . From Guest how do I check it is part which VM host ?
4 REPLIES 4
kemo
Trusted Contributor

Re: HPVM :how to check part of which host ?

hello Bineesh

"hpvminfo" command Allows you to determine whether you are running in a guest or on the VM Host. When run in a guest, this command returns information to identify the VM Host as well as the guest.

http://www.kumanov.com/docstore/manuals/hp-ux/en/T2767-90141/rn01re09.html

Note:
you should have HPVM package installed on the guest as well to be able to run this command.

hope it helps
thanks
Bhadresh
Trusted Contributor

Re: HPVM :how to check part of which host ?

Hi Bineesh,

hpvminfo command can be used to find the information. you need to install HP-UX guest management software. Have a look at the section 4.4. "Installing HP-UX Guest Management Software" from the install guide:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02023903/c02023903.pdf

Regards,
Bhadresh
Bineesh P.V
Occasional Contributor

Re: HPVM :how to check part of which host ?

Hi ,
Thanks for the reply .
My questions was , how to find the VMhost name from Guest .
hpvminfo just returned like below .

hpvminfo
hpvminfo: Running inside an HPVM guest.
sangilak
Trusted Contributor

Re: HPVM :how to check part of which host ?

Hello Bineesh P.V.,


Try running hpvminfo with the -V option:
# hpvminfo -V


sangilak