<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hpvm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195577#M462483</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1)how do I create a vm guest.. with 8 cpu's and 50GB ram...????&lt;BR /&gt;&lt;BR /&gt;===&amp;gt;Find below a generic procedure for creating a VM guest, I would suggest you to read above documents of IVM before procedding...&lt;BR /&gt;&lt;BR /&gt;Creating Integrity Virtual machine&lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;1) Collect all system Informations&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Processor/Memory&lt;BR /&gt;-----------------&lt;BR /&gt;#machinfo&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Storage&lt;BR /&gt;-----------------&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Network adapters -LAN&lt;BR /&gt;-----------------&lt;BR /&gt;#ioscan -fnC lan&lt;BR /&gt;#netstat -in&lt;BR /&gt;&lt;BR /&gt;2) Install HPVM software &lt;BR /&gt;========================&lt;BR /&gt;#swinstall -s &lt;DEPOT path=""&gt;&lt;BR /&gt;&lt;BR /&gt;Integrity VM is installed in the /var/opt/hpvm directory.&lt;BR /&gt;Data files are installed under the /var/opt/hpvm directory.&lt;BR /&gt;Commands are installed in the /opt/hpvm/bin directory.&lt;BR /&gt;&lt;BR /&gt;3) Verify the installation&lt;BR /&gt;=========================&lt;BR /&gt;#hpvminfo&lt;BR /&gt;&lt;BR /&gt;4) Create Virtual switch&lt;BR /&gt;========================&lt;BR /&gt;Note: Before creating VM guest we need to create Virtual Switch&lt;BR /&gt;&lt;BR /&gt;i) Identify the Network adapters which can be used as shared virtual switch and create it &lt;BR /&gt;with the following command.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -c -S &lt;VSWICH name=""&gt; -n &lt;LAN card="" number=""&gt;&lt;BR /&gt;&lt;BR /&gt;Eg.#hpvmnet -c -S vsw1 -n1&lt;BR /&gt;&lt;BR /&gt;ii)Verify Virtual switch by following command.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -v &amp;gt;&amp;gt;&amp;gt;&amp;gt;it will show virtual switch is down.&lt;BR /&gt;&lt;BR /&gt;iii)Start Virtual switch and verify,&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -S &lt;VSWICH name=""&gt; -b&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -v &amp;gt;&amp;gt;&amp;gt;Now it will be up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -c -S vsw1 -n2 &amp;gt;&amp;gt;&amp;gt; Creating virtual switch with name vsw1 and with LAN card 2.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet&lt;BR /&gt;Name Number State Mode PPA MAC Address IP Address&lt;BR /&gt;======== ====== ======= ========= ====== ============== ===============&lt;BR /&gt;localnet 1 Up Shared N/A N/A&lt;BR /&gt;vsw1 2 Down Shared lan2&lt;BR /&gt;====&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -S vsw1 -b &amp;gt;&amp;gt;&amp;gt; Start Virtual swicth vsw1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmnet&lt;BR /&gt;Name Number State Mode PPA MAC Address IP Address&lt;BR /&gt;======== ====== ======= ========= ====== ============== ===============&lt;BR /&gt;localnet 1 Up Shared N/A N/A&lt;BR /&gt;vsw1 2 Up Shared lan2 0x00127943e5dc&lt;BR /&gt;====&lt;BR /&gt;&lt;BR /&gt;5) Creating VM Guests&lt;BR /&gt;======================&lt;BR /&gt;#hpvmcreate -P guest1 -c1 -r4G -a network:lan::vswitch:vsw1 &lt;BR /&gt;-a disk:scsi::disk:scsi::disk:/dev/rdsk/c2t0d0 -O HPUX -a dvd:scsi::file:/ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;where as,&lt;BR /&gt;&lt;BR /&gt;Guest name ==&amp;gt; guest1&lt;BR /&gt;No.of processors assigned ==&amp;gt; 1 &lt;BR /&gt;(Note:We can assign with respect % as well)&lt;BR /&gt;Memory ==&amp;gt; 4GB&lt;BR /&gt;Virtual swicth ==&amp;gt; vsw1&lt;BR /&gt;Storage/Disk ==&amp;gt; /dev/rdsk/c2t0d0&lt;BR /&gt;(Note: We can assign Logical volume also as a disk)&lt;BR /&gt;Removable Media ==&amp;gt; ISO file&lt;BR /&gt;(This we can use as a bootable DVD to install HP-UX)&lt;BR /&gt;Operating system ==&amp;gt; HP-UX&lt;BR /&gt;(Note: We can install WINDOWS and Linux as well)&lt;BR /&gt;&lt;BR /&gt;6) Verify the VM guests&lt;BR /&gt;======================&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus&lt;BR /&gt;[Virtual Machines]&lt;BR /&gt;Virtual Machine Name VM # OS Type State # vCPUs # Devs # Nets Memory&lt;BR /&gt;==================== ===== ======= ======== ======= ====== ====== ===========&lt;BR /&gt;guest1 2 HPUX On 1 2 1 4 GB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus -P guest1&lt;BR /&gt;[Virtual Machine Details]&lt;BR /&gt;Virtual Machine Name VM # OS Type State&lt;BR /&gt;==================== ===== ======= ========&lt;BR /&gt;guest1 2 HPUX On&lt;BR /&gt;&lt;BR /&gt;[Authorized Administrators]&lt;BR /&gt;Oper Groups:&lt;BR /&gt;Admin Groups:&lt;BR /&gt;Oper Users:&lt;BR /&gt;Admin Users:&lt;BR /&gt;&lt;BR /&gt;[Virtual CPU Details]&lt;BR /&gt;Number Entitle&lt;BR /&gt;vCPUs Type Entitlement Maximum&lt;BR /&gt;====== ======= =========== =======&lt;BR /&gt;1 percent 5.0% 100.0%&lt;BR /&gt;&lt;BR /&gt;[Memory Details]&lt;BR /&gt;Total Reserved&lt;BR /&gt;Memory Memory&lt;BR /&gt;=========== ===========&lt;BR /&gt;4 GB 64 MB&lt;BR /&gt;&lt;BR /&gt;[Storage Interface Details]&lt;BR /&gt;Guest Physical&lt;BR /&gt;Device Adaptor Bus Dev Ftn Tgt Lun Storage Device&lt;BR /&gt;====== ========== === === === === === ========= =========================&lt;BR /&gt;disk scsi 0 1 0 0 0 disk /dev/rdsk/c2t0d0&lt;BR /&gt;dvd scsi 0 1 0 1 0 file /ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;[Network Interface Details]&lt;BR /&gt;Interface Adaptor Name/Num Bus Dev Ftn Mac Address&lt;BR /&gt;========= ========== ========== === === === =================&lt;BR /&gt;vswitch lan vsw1 0 0 0 5a-7f-49-46-29-b8&lt;BR /&gt;&lt;BR /&gt;[Misc Interface Details]&lt;BR /&gt;Guest Physical&lt;BR /&gt;Device Adaptor Bus Dev Ftn Tgt Lun Storage Device&lt;BR /&gt;====== ========== === === === === === ========= =========================&lt;BR /&gt;serial com1 tty console&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7) Booting VM Guests&lt;BR /&gt;=====================&lt;BR /&gt;#hpvmstart -P guest1 &amp;gt;&amp;gt;&amp;gt;It will start guest1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8) Logging to the VM guest console&lt;BR /&gt;=================================&lt;BR /&gt;&lt;BR /&gt;#hpvmconsole -P guest1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vMP MAIN MENU&lt;BR /&gt;&lt;BR /&gt;CO: Console&lt;BR /&gt;CM: Command Menu&lt;BR /&gt;CL: Console Log&lt;BR /&gt;SL: Show Event Logs&lt;BR /&gt;VM: Virtual Machine Menu&lt;BR /&gt;HE: Main Help Menu&lt;BR /&gt;X: Exit Connection&lt;BR /&gt;&lt;BR /&gt;[guest1] vMP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;9) Installing Operating system on the guests&lt;BR /&gt;===========================================&lt;BR /&gt;There are three methods to install Operating system&lt;BR /&gt;&lt;BR /&gt;a) From local DVD as Virtual DVD.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;For this we need to assign DVD drive to guest1 and insert DVD and boot from &lt;BR /&gt;DVD from EFI manager.&lt;BR /&gt;&lt;BR /&gt;#hpvmmodify -P guest1 -a dvd:scsi::disk:/dev/rdsk/c0t0d0 &amp;gt;&amp;gt;&amp;gt;assigning DVD.&lt;BR /&gt;&lt;BR /&gt;b) From local file as Virtual DVD.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;For this we should have a copy of OS ISO image copied to the VM host. &lt;BR /&gt;Assign the local ISO file as DVD to guest1, then boot from it.&lt;BR /&gt;&lt;BR /&gt;#hpvmmodify -P guest1 -a dvd:scsi::file:/ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;c) From Ignite-UX server.&lt;BR /&gt;&lt;BR /&gt;Refer following links for more informations,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2767-90067/T2767-90067.pdf" target="_blank"&gt;http://docs.hp.com/en/T2767-90067/T2767-90067.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2767-90141/T2767-90141.pdf" target="_blank"&gt;http://docs.hp.com/en/T2767-90141/T2767-90141.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G&lt;/VSWICH&gt;&lt;/LAN&gt;&lt;/VSWICH&gt;&lt;/DEPOT&gt;</description>
    <pubDate>Thu, 27 Aug 2009 02:01:38 GMT</pubDate>
    <dc:creator>Lijeesh N G_1</dc:creator>
    <dc:date>2009-08-27T02:01:38Z</dc:date>
    <item>
      <title>hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195575#M462481</link>
      <description>how do I create a vm guest.. with 8 cpu's and 50GB ram...&lt;BR /&gt;&lt;BR /&gt;How do I assign a IP address to this vm guest..&lt;BR /&gt;Will I have to use the physical port to use this...&lt;BR /&gt;&lt;BR /&gt;could you please give me a command line example..</description>
      <pubDate>Thu, 27 Aug 2009 00:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195575#M462481</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-27T00:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195576#M462482</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which is your OS version?&lt;BR /&gt;&lt;BR /&gt;Here is the link for all Integrity virtual machines versions documents.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines" target="_blank"&gt;http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;11.23 will support 3.0 and 3.50 versions&lt;BR /&gt;11.31 will support 4.0 and 4.1 also..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Thu, 27 Aug 2009 01:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195576#M462482</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-27T01:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195577#M462483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1)how do I create a vm guest.. with 8 cpu's and 50GB ram...????&lt;BR /&gt;&lt;BR /&gt;===&amp;gt;Find below a generic procedure for creating a VM guest, I would suggest you to read above documents of IVM before procedding...&lt;BR /&gt;&lt;BR /&gt;Creating Integrity Virtual machine&lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;1) Collect all system Informations&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Processor/Memory&lt;BR /&gt;-----------------&lt;BR /&gt;#machinfo&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Storage&lt;BR /&gt;-----------------&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Network adapters -LAN&lt;BR /&gt;-----------------&lt;BR /&gt;#ioscan -fnC lan&lt;BR /&gt;#netstat -in&lt;BR /&gt;&lt;BR /&gt;2) Install HPVM software &lt;BR /&gt;========================&lt;BR /&gt;#swinstall -s &lt;DEPOT path=""&gt;&lt;BR /&gt;&lt;BR /&gt;Integrity VM is installed in the /var/opt/hpvm directory.&lt;BR /&gt;Data files are installed under the /var/opt/hpvm directory.&lt;BR /&gt;Commands are installed in the /opt/hpvm/bin directory.&lt;BR /&gt;&lt;BR /&gt;3) Verify the installation&lt;BR /&gt;=========================&lt;BR /&gt;#hpvminfo&lt;BR /&gt;&lt;BR /&gt;4) Create Virtual switch&lt;BR /&gt;========================&lt;BR /&gt;Note: Before creating VM guest we need to create Virtual Switch&lt;BR /&gt;&lt;BR /&gt;i) Identify the Network adapters which can be used as shared virtual switch and create it &lt;BR /&gt;with the following command.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -c -S &lt;VSWICH name=""&gt; -n &lt;LAN card="" number=""&gt;&lt;BR /&gt;&lt;BR /&gt;Eg.#hpvmnet -c -S vsw1 -n1&lt;BR /&gt;&lt;BR /&gt;ii)Verify Virtual switch by following command.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -v &amp;gt;&amp;gt;&amp;gt;&amp;gt;it will show virtual switch is down.&lt;BR /&gt;&lt;BR /&gt;iii)Start Virtual switch and verify,&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -S &lt;VSWICH name=""&gt; -b&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -v &amp;gt;&amp;gt;&amp;gt;Now it will be up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -c -S vsw1 -n2 &amp;gt;&amp;gt;&amp;gt; Creating virtual switch with name vsw1 and with LAN card 2.&lt;BR /&gt;&lt;BR /&gt;#hpvmnet&lt;BR /&gt;Name Number State Mode PPA MAC Address IP Address&lt;BR /&gt;======== ====== ======= ========= ====== ============== ===============&lt;BR /&gt;localnet 1 Up Shared N/A N/A&lt;BR /&gt;vsw1 2 Down Shared lan2&lt;BR /&gt;====&lt;BR /&gt;&lt;BR /&gt;#hpvmnet -S vsw1 -b &amp;gt;&amp;gt;&amp;gt; Start Virtual swicth vsw1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmnet&lt;BR /&gt;Name Number State Mode PPA MAC Address IP Address&lt;BR /&gt;======== ====== ======= ========= ====== ============== ===============&lt;BR /&gt;localnet 1 Up Shared N/A N/A&lt;BR /&gt;vsw1 2 Up Shared lan2 0x00127943e5dc&lt;BR /&gt;====&lt;BR /&gt;&lt;BR /&gt;5) Creating VM Guests&lt;BR /&gt;======================&lt;BR /&gt;#hpvmcreate -P guest1 -c1 -r4G -a network:lan::vswitch:vsw1 &lt;BR /&gt;-a disk:scsi::disk:scsi::disk:/dev/rdsk/c2t0d0 -O HPUX -a dvd:scsi::file:/ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;where as,&lt;BR /&gt;&lt;BR /&gt;Guest name ==&amp;gt; guest1&lt;BR /&gt;No.of processors assigned ==&amp;gt; 1 &lt;BR /&gt;(Note:We can assign with respect % as well)&lt;BR /&gt;Memory ==&amp;gt; 4GB&lt;BR /&gt;Virtual swicth ==&amp;gt; vsw1&lt;BR /&gt;Storage/Disk ==&amp;gt; /dev/rdsk/c2t0d0&lt;BR /&gt;(Note: We can assign Logical volume also as a disk)&lt;BR /&gt;Removable Media ==&amp;gt; ISO file&lt;BR /&gt;(This we can use as a bootable DVD to install HP-UX)&lt;BR /&gt;Operating system ==&amp;gt; HP-UX&lt;BR /&gt;(Note: We can install WINDOWS and Linux as well)&lt;BR /&gt;&lt;BR /&gt;6) Verify the VM guests&lt;BR /&gt;======================&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus&lt;BR /&gt;[Virtual Machines]&lt;BR /&gt;Virtual Machine Name VM # OS Type State # vCPUs # Devs # Nets Memory&lt;BR /&gt;==================== ===== ======= ======== ======= ====== ====== ===========&lt;BR /&gt;guest1 2 HPUX On 1 2 1 4 GB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus -P guest1&lt;BR /&gt;[Virtual Machine Details]&lt;BR /&gt;Virtual Machine Name VM # OS Type State&lt;BR /&gt;==================== ===== ======= ========&lt;BR /&gt;guest1 2 HPUX On&lt;BR /&gt;&lt;BR /&gt;[Authorized Administrators]&lt;BR /&gt;Oper Groups:&lt;BR /&gt;Admin Groups:&lt;BR /&gt;Oper Users:&lt;BR /&gt;Admin Users:&lt;BR /&gt;&lt;BR /&gt;[Virtual CPU Details]&lt;BR /&gt;Number Entitle&lt;BR /&gt;vCPUs Type Entitlement Maximum&lt;BR /&gt;====== ======= =========== =======&lt;BR /&gt;1 percent 5.0% 100.0%&lt;BR /&gt;&lt;BR /&gt;[Memory Details]&lt;BR /&gt;Total Reserved&lt;BR /&gt;Memory Memory&lt;BR /&gt;=========== ===========&lt;BR /&gt;4 GB 64 MB&lt;BR /&gt;&lt;BR /&gt;[Storage Interface Details]&lt;BR /&gt;Guest Physical&lt;BR /&gt;Device Adaptor Bus Dev Ftn Tgt Lun Storage Device&lt;BR /&gt;====== ========== === === === === === ========= =========================&lt;BR /&gt;disk scsi 0 1 0 0 0 disk /dev/rdsk/c2t0d0&lt;BR /&gt;dvd scsi 0 1 0 1 0 file /ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;[Network Interface Details]&lt;BR /&gt;Interface Adaptor Name/Num Bus Dev Ftn Mac Address&lt;BR /&gt;========= ========== ========== === === === =================&lt;BR /&gt;vswitch lan vsw1 0 0 0 5a-7f-49-46-29-b8&lt;BR /&gt;&lt;BR /&gt;[Misc Interface Details]&lt;BR /&gt;Guest Physical&lt;BR /&gt;Device Adaptor Bus Dev Ftn Tgt Lun Storage Device&lt;BR /&gt;====== ========== === === === === === ========= =========================&lt;BR /&gt;serial com1 tty console&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7) Booting VM Guests&lt;BR /&gt;=====================&lt;BR /&gt;#hpvmstart -P guest1 &amp;gt;&amp;gt;&amp;gt;It will start guest1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8) Logging to the VM guest console&lt;BR /&gt;=================================&lt;BR /&gt;&lt;BR /&gt;#hpvmconsole -P guest1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vMP MAIN MENU&lt;BR /&gt;&lt;BR /&gt;CO: Console&lt;BR /&gt;CM: Command Menu&lt;BR /&gt;CL: Console Log&lt;BR /&gt;SL: Show Event Logs&lt;BR /&gt;VM: Virtual Machine Menu&lt;BR /&gt;HE: Main Help Menu&lt;BR /&gt;X: Exit Connection&lt;BR /&gt;&lt;BR /&gt;[guest1] vMP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;9) Installing Operating system on the guests&lt;BR /&gt;===========================================&lt;BR /&gt;There are three methods to install Operating system&lt;BR /&gt;&lt;BR /&gt;a) From local DVD as Virtual DVD.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;For this we need to assign DVD drive to guest1 and insert DVD and boot from &lt;BR /&gt;DVD from EFI manager.&lt;BR /&gt;&lt;BR /&gt;#hpvmmodify -P guest1 -a dvd:scsi::disk:/dev/rdsk/c0t0d0 &amp;gt;&amp;gt;&amp;gt;assigning DVD.&lt;BR /&gt;&lt;BR /&gt;b) From local file as Virtual DVD.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;For this we should have a copy of OS ISO image copied to the VM host. &lt;BR /&gt;Assign the local ISO file as DVD to guest1, then boot from it.&lt;BR /&gt;&lt;BR /&gt;#hpvmmodify -P guest1 -a dvd:scsi::file:/ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;c) From Ignite-UX server.&lt;BR /&gt;&lt;BR /&gt;Refer following links for more informations,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2767-90067/T2767-90067.pdf" target="_blank"&gt;http://docs.hp.com/en/T2767-90067/T2767-90067.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2767-90141/T2767-90141.pdf" target="_blank"&gt;http://docs.hp.com/en/T2767-90141/T2767-90141.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G&lt;/VSWICH&gt;&lt;/LAN&gt;&lt;/VSWICH&gt;&lt;/DEPOT&gt;</description>
      <pubDate>Thu, 27 Aug 2009 02:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195577#M462483</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-27T02:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195578#M462484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do I assign a IP address to this vm guest..??&lt;BR /&gt;Will I have to use the physical port to use this...??&lt;BR /&gt;&lt;BR /&gt;==&amp;gt;you have to create a virtual switch for this and assign it to guest.&lt;BR /&gt;&lt;BR /&gt;I mentioned above the procedure to create.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Thu, 27 Aug 2009 02:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195578#M462484</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-27T02:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195579#M462485</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;I can see the question - "with 8 CPU and 50 GB ram"&lt;BR /&gt;&lt;BR /&gt;You mean to say you host machine is having 8 CPU? or you want to create an IVM with 8 CPU?&lt;BR /&gt;&lt;BR /&gt;If you want to create an IVM with 8 CPU, you need 8 physical CPU in your host machine.&lt;BR /&gt;&lt;BR /&gt;How ever the entitilement allocation is up to you ( 5% to 100% - ideal)&lt;BR /&gt;&lt;BR /&gt;Then there is a change in tha command &lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 27 Aug 2009 06:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195579#M462485</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-27T06:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195580#M462486</link>
      <description>) Creating VM Guests&lt;BR /&gt;======================&lt;BR /&gt;#hpvmcreate -P guest1 -c1 -r4G -a network:lan::vswitch:vsw1 &lt;BR /&gt;-a disk:scsi::disk:scsi::disk:/dev/rdsk/c2t0d0 -O HPUX -a dvd:scsi::file:/ISO_IMAGES/B.11.23.iso&lt;BR /&gt;&lt;BR /&gt;The -c1 should be -c8&lt;BR /&gt;&lt;BR /&gt;and then memory also you need to change &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 27 Aug 2009 06:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195580#M462486</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-27T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: hpvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195581#M462487</link>
      <description>Thank you Lijeesh N G ...&lt;BR /&gt;&lt;BR /&gt;I want to assign you 100 points... but thank you so much</description>
      <pubDate>Fri, 28 Aug 2009 23:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm/m-p/5195581#M462487</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T23:19:03Z</dc:date>
    </item>
  </channel>
</rss>

