<?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: Virtual Machine/VM Host/VM Guest. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127205#M526018</link>
    <description>well creating the virtual network devices is documented in the chapter Creating Virtual Networks (Chapter 8) of the manual you have gone through.&lt;BR /&gt;&lt;BR /&gt;As for the command line examples, there are many in that manual, and also take a look at examples in the hpvmcreate man page:&lt;BR /&gt;man hpvmcreate&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Aug 2008 12:14:58 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2008-08-29T12:14:58Z</dc:date>
    <item>
      <title>Virtual Machine/VM Host/VM Guest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127203#M526016</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am slightly confused b/e the following terminology:-&lt;BR /&gt;&lt;BR /&gt;o Difference between Virtual Machine/VM Host/VM Guest.&lt;BR /&gt;o Could you also give me an example of using hpvmcreate specifing Virtual machine name,Operating system type,Virtual CPUs (vCPUs),CPU entitlement,Memory,Virtual devices,Virtual machine label,Dynamic memory which and when necessary [In a Real Time Environment]&lt;BR /&gt;&lt;BR /&gt;I have it...&lt;BR /&gt;&lt;BR /&gt;# hpvmcreate -P HPVM1 -O HP-UX -c 4 -r 4G&lt;BR /&gt;&lt;BR /&gt;I have ommited -e.. thinking that it would take the default 10% and in due course of time If needed will use hmvmmodify to change it.I do not know how to Create Virtual Network Devices.&lt;BR /&gt;&lt;BR /&gt;If you can provide the command with a sample o/p I would be very Thankful.&lt;BR /&gt;&lt;BR /&gt;I have also gone through the below link:-&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2767-90105/T2767-90105.pdf" target="_blank"&gt;http://docs.hp.com/en/T2767-90105/T2767-90105.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 29 Aug 2008 11:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127203#M526016</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-08-29T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Machine/VM Host/VM Guest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127204#M526017</link>
      <description>Difference between Virtual Machine/VM Host/VM Guest.&lt;BR /&gt;&lt;BR /&gt;Virtual Machine:&lt;BR /&gt;The virtual servr you "build" using the VM software&lt;BR /&gt;VM Host:&lt;BR /&gt;The physical server and OS that the VM softare is installed on, and which will contain the Virtual Machines&lt;BR /&gt;VM Guest:&lt;BR /&gt;The Operating System you install on to your VM&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127204#M526017</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-08-29T12:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Machine/VM Host/VM Guest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127205#M526018</link>
      <description>well creating the virtual network devices is documented in the chapter Creating Virtual Networks (Chapter 8) of the manual you have gone through.&lt;BR /&gt;&lt;BR /&gt;As for the command line examples, there are many in that manual, and also take a look at examples in the hpvmcreate man page:&lt;BR /&gt;man hpvmcreate&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127205#M526018</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-08-29T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Machine/VM Host/VM Guest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127206#M526019</link>
      <description>I will add on to Melvyn's response that there is nothing that can replace reading the admin guides so you completely understand how this works.&lt;BR /&gt;&lt;BR /&gt;You already have 90% of a typical create command posted.&lt;BR /&gt;Create a 4 cpu 4GB guest called HPVM1&lt;BR /&gt;# hpvmcreate -P HPVM1 -O HP-UX -c 4 -r 4G&lt;BR /&gt;&lt;BR /&gt;Need to add some devices.&lt;BR /&gt;Create a virtual switch on the Vhost with hpvmnet.&lt;BR /&gt;&lt;BR /&gt;Decide on types of backing storage, raw, lv, or file.&lt;BR /&gt;&lt;BR /&gt;Typical addition would be.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# hpvmcreate -P HPVM1 -O HP-UX -c 4 -r 4G -a disk:scsi::lv:/dev/vg1/rhpvm1_disk1&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;-a network:lan::vswitch:vmsw1&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;to create a dynamic dvd allowing the selection of files in a directory&lt;BR /&gt;-a dvd:scsi::null:/directory&lt;BR /&gt;&lt;BR /&gt;or to hard assign a DVD device &lt;BR /&gt;&lt;BR /&gt;-a dvd:scsi::disk:/dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 15:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127206#M526019</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-29T15:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual Machine/VM Host/VM Guest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127207#M526020</link>
      <description>Thanks for that Tim and Melvin</description>
      <pubDate>Fri, 29 Aug 2008 16:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-machine-vm-host-vm-guest/m-p/5127207#M526020</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-08-29T16:31:54Z</dc:date>
    </item>
  </channel>
</rss>

