<?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: VM help on setting up first ever server. in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029240#M8469</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure about your version of Integrity VM, this is valid for Version 2.&lt;BR /&gt;&lt;BR /&gt;But your command looks like something is missing -change it to this and try again:&lt;BR /&gt;&lt;BR /&gt;hpvmcreate -P itanrdcs -O HPUX -c 1 -r 4G -a disk:scsi::disk:/dev/rdsk/c29t0d6&lt;BR /&gt;&lt;BR /&gt;(new: ":disk:" in "disk:scsi::disk:")&lt;BR /&gt;&lt;BR /&gt;Regarding the LAN:&lt;BR /&gt;create a virtual network switch like&lt;BR /&gt;&lt;BR /&gt;hpvmnet -c -S vswitch01 -n 1&lt;BR /&gt;&lt;BR /&gt;for using the lan1 device, start the switch and pass this to your VM config:&lt;BR /&gt;&lt;BR /&gt;hpvmnet -b -S vswlan01&lt;BR /&gt;&lt;BR /&gt;hpvmmodify -P itanrdcs -a network:lan::vswitch:vswitch01&lt;BR /&gt;&lt;BR /&gt;This will look like a lan0 device from the VM Guest point of view. Configure this as usual.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Feb 2007 14:16:04 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-02-19T14:16:04Z</dc:date>
    <item>
      <title>VM help on setting up first ever server.</title>
      <link>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029239#M8468</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm playing around with VM on a rx4640 running 11.23 (Itanium).  The documention I have doesn't provide any "real" examples per se and I seem to be having some sort of syntax issue.  &lt;BR /&gt;&lt;BR /&gt;I'd like to add a VM called "itanrdcs" with one CPU, 4GB of memory, an IP address of 10.40.2.142 using the device /dev/rdsk/c29t0d6 for disk space.&lt;BR /&gt;&lt;BR /&gt;Not sure on the syntax to be used, especially where you assinging it an IP address.  Doesn't this get done on creation or would it occur when loading the OS to the guest server?  Thanks&lt;BR /&gt;&lt;BR /&gt;# hpvmcreate -P itanrdcs -O HPUX -c 1 -r 4G -a disk:scsi:/dev/rdsk/c29t0d6&lt;BR /&gt;hpvmcreate: Invalid PCI_bus argument '/dev/rdsk/c29t0d6'.&lt;BR /&gt;# modelate: Missing required device fields.&lt;BR /&gt;hpvmcreate: Invalid backing type ''.&lt;BR /&gt;hpvmcreate: Missing required device fields.&lt;BR /&gt;hpvmcreate: Incompatible backing type '' for 'disk'.&lt;BR /&gt;hpvmcreate: The device_name '' has invalid characters.&lt;BR /&gt;hpvmcreate: Invalid value specified with the -a option (disk:scsi:/dev/rdsk/c29t&lt;BR /&gt;0d6).&lt;BR /&gt;usage: hpvmcreate -P vm_name [-F | -s] [-l vm_label] [-B start_attr]&lt;BR /&gt;          [-O os_type[:version]] [-c number_vcpus]&lt;BR /&gt;          [-e percent | -E cycles] [-r amount]&lt;BR /&gt;          [-g group[:{admin|oper}]... [-u user[:{admin|oper}]...&lt;BR /&gt;          [-a rsrc]...&lt;BR /&gt;          [-i SG | -i SG_pkgname | -i GWLM | -i SG_pkgname,GWLM | -i NONE]&lt;BR /&gt;          [-j [0|1]]&lt;BR /&gt;hpvmcreate: Unable to create the guest.&lt;BR /&gt;&lt;BR /&gt;Here is the disk info:&lt;BR /&gt;disk     34  0/2/1/0.2.0.0.0.0.6  sdisk      CLAIMED     DEVICE       HP      HS&lt;BR /&gt;V200&lt;BR /&gt;                           /dev/dsk/c29t0d6   /dev/rdsk/c29t0d6</description>
      <pubDate>Mon, 19 Feb 2007 12:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029239#M8468</guid>
      <dc:creator>Mike Bray</dc:creator>
      <dc:date>2007-02-19T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: VM help on setting up first ever server.</title>
      <link>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029240#M8469</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure about your version of Integrity VM, this is valid for Version 2.&lt;BR /&gt;&lt;BR /&gt;But your command looks like something is missing -change it to this and try again:&lt;BR /&gt;&lt;BR /&gt;hpvmcreate -P itanrdcs -O HPUX -c 1 -r 4G -a disk:scsi::disk:/dev/rdsk/c29t0d6&lt;BR /&gt;&lt;BR /&gt;(new: ":disk:" in "disk:scsi::disk:")&lt;BR /&gt;&lt;BR /&gt;Regarding the LAN:&lt;BR /&gt;create a virtual network switch like&lt;BR /&gt;&lt;BR /&gt;hpvmnet -c -S vswitch01 -n 1&lt;BR /&gt;&lt;BR /&gt;for using the lan1 device, start the switch and pass this to your VM config:&lt;BR /&gt;&lt;BR /&gt;hpvmnet -b -S vswlan01&lt;BR /&gt;&lt;BR /&gt;hpvmmodify -P itanrdcs -a network:lan::vswitch:vswitch01&lt;BR /&gt;&lt;BR /&gt;This will look like a lan0 device from the VM Guest point of view. Configure this as usual.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Feb 2007 14:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029240#M8469</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-02-19T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: VM help on setting up first ever server.</title>
      <link>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029241#M8470</link>
      <description>That worked thanks.</description>
      <pubDate>Mon, 19 Feb 2007 14:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029241#M8470</guid>
      <dc:creator>Mike Bray</dc:creator>
      <dc:date>2007-02-19T14:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: VM help on setting up first ever server.</title>
      <link>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029242#M8471</link>
      <description>That worked thanks.</description>
      <pubDate>Mon, 19 Feb 2007 14:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/vm-help-on-setting-up-first-ever-server/m-p/5029242#M8471</guid>
      <dc:creator>Mike Bray</dc:creator>
      <dc:date>2007-02-19T14:39:57Z</dc:date>
    </item>
  </channel>
</rss>

