Operating System - HP-UX
1832595 Members
2857 Online
110043 Solutions
New Discussion

How to find the version of HPVM (HP Integrity VM)

 
SOLVED
Go to solution
senthil_kumar_2
Regular Advisor

How to find the version of HPVM (HP Integrity VM)

Hi All,

I used below mentioned command to find the version of HPVM

# swlist -l product | grep -i hpvm
HPVM B.04.10 Integrity VM HPVM


So as per above output it is 4.10, am i correct?
7 REPLIES 7
Johnson Punniyalingam
Honored Contributor
Solution

Re: How to find the version of HPVM (HP Integrity VM)

Yes
Problems are common to all, but attitude makes the difference
Torsten.
Acclaimed Contributor

Re: How to find the version of HPVM (HP Integrity VM)

Try also

# hpvmstatus -v

and read the first line.

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!   
melvyn burnard
Honored Contributor

Re: How to find the version of HPVM (HP Integrity VM)

you could also try reading the man pages, or even the manuals?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Raj D.
Honored Contributor

Re: How to find the version of HPVM (HP Integrity VM)

Senthil,
Try :
# hpvmstatus -v
It will give the version info of HP-VM.

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

Re: How to find the version of HPVM (HP Integrity VM)

Senthil,

Here it is ,

# hpvmstatus -V -P vmhost_name | awk /"VM's Config"/

VM's Config Version : 4.1.0
VM's Config Label : HPVM B.04.10.00 BL02


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

Re: How to find the version of HPVM (HP Integrity VM)

# hpvmstatus -v
will give you the required result
senthil_kumar_2
Regular Advisor

Re: How to find the version of HPVM (HP Integrity VM)

I am closing this thread