Operating System - HP-UX
1838634 Members
2338 Online
110128 Solutions
New Discussion

Re: installation of VM with HP-UX and Itanium 2660

 
khalid rasool_2
Advisor

installation of VM with HP-UX and Itanium 2660

I have 2660 itanium with 12GB of RAM and 2 dual core processor,operating system is HP-UX 11i v2. I want to know what are the pre-requisit to install the two VM on this server.
Thanks in advance.
Regards
Khalid
9 REPLIES 9
Geoff Wild
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

You need VSE...

http://docs.hp.com/en/vse.html

In particular, Integrity Virtual Machines:

http://docs.hp.com/en/T2767-90004/T2767-90004.pdf

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
melvyn burnard
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

go take a read of the Release Notes and Installation/Configuration manuals here:
http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Luk Vandenbussche
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

Tim Nelson
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

-Install latest hpux 11iv2 ( post 2005 version )
-Build server
-Install latest patch bundle
-Install IVM ( VSE includes a bunch of management stuff and will require, SIM, WBEM etc, I skipped VSE as it was not worth the work)

-Start creating virtual guests
Muhammad Shamroze
Frequent Advisor

Re: installation of VM with HP-UX and Itanium 2660

well should i configure VM through GUI interface? if yes how as I have install HPVM and need to assign vdevice and vNIC but i need to assign it by GUI...?

Should it be possible...?

Waiting for your prompt responce
melvyn burnard
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

well you can do all of the work using the CLI, but if you really want the GUI you need to download the Virtual Machines Manager (VMMGR).
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=VMMGR
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Tim Nelson
Honored Contributor

Re: installation of VM with HP-UX and Itanium 2660

The command line is not that hard and someday the GUI may not work.

here are some base commands
hpvmstatus
hpvmcreate
hpvmremove
hpvmmodify
hpvmstart
hpvmstop
hpvmnet
hpvmdevmgmt
hpvmconsole -P


A basic create line would be the following ( need CPUs, memory, and disk)

hpvmcreate -P vguest1 -c 1 -r 4G -a disk:scsi::disk:/dev/rdsk/cxtxdx

hpvmstart -P vguest1

( you will need to read all the documents and/or white papers as there is choices that need to be made on backing store type and such ).

khalid rasool_2
Advisor

Re: installation of VM with HP-UX and Itanium 2660

Success fully installed and configured VM on itanium thanks to all who mailed me to resolve this issue.
Regards
khalid rasool_2
Advisor

Re: installation of VM with HP-UX and Itanium 2660

Thanks to all