1752806 Members
5810 Online
108789 Solutions
New Discussion юеВ

Re: hpvmcreate

 
Grayh
Trusted Contributor

hpvmcreate

could you give me the command to get the following o/p please..

# hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
VM01 2 HPUX Off 5 0 0 27 GB 0
VM02 3 HPUX Off 5 0 0 10 GB 0


The server is in a far off location.... So I cannot change DVD's every now and then.. What would be the best way to Install OS on the VM Guests... I do not have an Ignite server setup here.
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: hpvmcreate

You can either use ignite or use a ISO image to install.

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!   
Grayh
Trusted Contributor

Re: hpvmcreate

I remember doing this...

# hpvmmodify -P HPVM01A -d dvd:scsi::null:/var/opt/hpvm/ISO-images/hpux/image.iso

But I do not remember how to get the iso image.. where to put this iso image or how to access it...

plz help
Grayh
Trusted Contributor

Re: hpvmcreate

Do I have a GUI to do this or should it be all from the command line
Torsten.
Acclaimed Contributor

Re: hpvmcreate

You can create the ISOs with "dd". Everthing else is in your previous threads and - of course - in the manual.

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!   
sen_ux
Valued Contributor

Re: hpvmcreate

create iso image and map the path to virtual DVD.
from the vMP> insert the device and select the image to boot from.
Grayh
Trusted Contributor

Re: hpvmcreate

thanks