1833784 Members
2234 Online
110063 Solutions
New Discussion

Re: HP Integrity VM

 
Indrajit Bhagat
Regular Advisor

HP Integrity VM

Hi Folks

I am new in HP Integrity Virtual Machine

I had changed the name of Running Virtual machine, and i am getting following error:
Before changing the name of running vm01
# hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State # vCPUs # Devs # Nets Memory
==================== ===== ======= ======== ======= ====== ====== ===========
vm01 1 HPUX On 1 5 1 2 GB
vm02 2 HPUX Off 1 5 1 2 GB


After changing the name of vm01 to vm03

# hpvmmodify -P vm01 -N vm03

# hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State # vCPUs # Devs # Nets Memory
==================== ===== ======= ======== ======= ====== ====== ===========
vm02 2 HPUX Off 1 5 1 2 GB
hpvmstatus: WARNING (vm03): The guest name in the configuration file (vm01) doe.
vm03 1 HPUX On 1 5 1 2 GB
hpvmstatus: WARNING (vm03): The configuration file needs to be updated.


I am getting the warning message like :
hpvmstatus: WARNING (vm03): The configuration file needs to be updated.


Request you to suggest on this.With which command or modifying wich file I could resovle this issue
2 REPLIES 2
Indrajit Bhagat
Regular Advisor

Re: HP Integrity VM

Hi All

I resolved the issue by running the following command:

# hpvmmodify -A -P vm03 -F

Which updated the configuration file and now no more i am getting alert messages
Indrajit Bhagat
Regular Advisor

Re: HP Integrity VM

Thanks to all