<?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: hpvmmodify question... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605902#M525645</link>
    <description>same thing the way you deleted from one server add it to other server.&lt;BR /&gt;If you like to add smaller LUNs on your window server you may create a VG in HOST and assign LVs of specific size.&lt;BR /&gt;To add disk&lt;BR /&gt;hpvmmodify -P host_add -a disk:scsi::disk:/dev/rdisk/disk5&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Mar 2010 01:24:17 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-03-24T01:24:17Z</dc:date>
    <item>
      <title>hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605901#M525644</link>
      <description>i am running hpux 11.23, vmmgr 3.5, and would like to re-provision a 1TB lun that is current assigned to a windows guest host.&lt;BR /&gt;i believe we can delete the lun from the current guest using the following command syntax:&lt;BR /&gt;hpvmmodify -P myvmm -d disk:scsi::disk:/dev/rdisk/disk5&lt;BR /&gt;the question is what has to be done (if anything) at the vm host server to make it available for different hosts, ideally we would like to add smaller sized luns to other windows guests. thanks in advance.</description>
      <pubDate>Tue, 23 Mar 2010 20:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605901#M525644</guid>
      <dc:creator>bfrice</dc:creator>
      <dc:date>2010-03-23T20:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605902#M525645</link>
      <description>same thing the way you deleted from one server add it to other server.&lt;BR /&gt;If you like to add smaller LUNs on your window server you may create a VG in HOST and assign LVs of specific size.&lt;BR /&gt;To add disk&lt;BR /&gt;hpvmmodify -P host_add -a disk:scsi::disk:/dev/rdisk/disk5&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2010 01:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605902#M525645</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-24T01:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605903#M525646</link>
      <description>to add LV disk for LVM&lt;BR /&gt;use&lt;BR /&gt;disk:scsi::lv:/dev/vg_name/rlvol_name&lt;BR /&gt;&lt;BR /&gt;for VxVM use&lt;BR /&gt;disk:scsi::lv:/dev/vx/rdsk/dg_name/v_name&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 24 Mar 2010 01:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605903#M525646</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-24T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605904#M525647</link>
      <description>Bonjour,&lt;BR /&gt;&lt;BR /&gt;"what has to be done (if anything) at the vm host server to make it available for different hosts"&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; as previously said, just add it to the new host with :&lt;BR /&gt;&lt;BR /&gt;hpvmmodify -P OtherHost -a disk:scsi::disk:/dev/rdisk/disk5&lt;BR /&gt;&lt;BR /&gt;"ideally we would like to add smaller sized luns to other windows guests"&lt;BR /&gt;&lt;BR /&gt;Several way to achieve this :&lt;BR /&gt;&lt;BR /&gt;- You want to keep the original 1TB lun "as is" ... then create an LVM or VxVM volume with it and cut into several logical volumes. Each logical volumes will be presented to virtual guests with commands from Kapil's post.&lt;BR /&gt;&lt;BR /&gt;- You absolutly wants that each VM backing stores relies on raw lun. If you have a centralized storage array  ... just reduce (or ask your storage admin to do it) the size of the 1 TB lun before adding it to the new guest, (check with diskinfo the new size). Then create (or ask your storage admin to do it) new small luns at storage side. You will have to discover and identify (ioscan, insf, ...) these new LUNs before you add them to other guests.&lt;BR /&gt;&lt;BR /&gt;I do think that second method is better in term of performance, isolation between each VM, and portability.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 24 Mar 2010 07:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605904#M525647</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2010-03-24T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605905#M525648</link>
      <description>&lt;!--!*#--&gt;Integrity VM supports the following virtual disk types:&lt;BR /&gt;&lt;BR /&gt;Virtual Disk Type         Backing Storage Device &lt;BR /&gt;---------------------      -----------------------------------&lt;BR /&gt;Virtual Disk              VM Host disk &lt;BR /&gt;Virtual LvDisk           VM Host LVM or VxVM logical volume &lt;BR /&gt;Virtual FileDisk          VM Host VxFS file&lt;BR /&gt;&lt;BR /&gt;Configuring different virtual storage devices is well explained in chapter 7 of HP Integrity Virtual Machines Installation, Configuration, and Administration Book. &lt;BR /&gt;&lt;BR /&gt;The book link is given below:&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;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2010 07:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605905#M525648</guid>
      <dc:creator>Bhadresh</dc:creator>
      <dc:date>2010-03-24T07:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605906#M525649</link>
      <description>thanks for the quick replies everyone...&lt;BR /&gt;a few other points...&lt;BR /&gt;in another post i read where a reboot was required, &lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1211908" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1211908&lt;/A&gt;&lt;BR /&gt;what can we look for to avoid this?</description>
      <pubDate>Wed, 24 Mar 2010 12:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605906#M525649</guid>
      <dc:creator>bfrice</dc:creator>
      <dc:date>2010-03-24T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605907#M525650</link>
      <description>Well, you are pointing a thread that is speaking about HP-UX as VM Guest OS.&lt;BR /&gt;&lt;BR /&gt;The problem described about HP-UX is that you can add new disk online, only to an existing virtual controller in the VM Guest. In other words to the same bus-device than an existing device like a disk.&lt;BR /&gt;&lt;BR /&gt;I am not an expert with windows, but as far as I know, you can add online disks. What I don't know : does it depends or no to an existing virtual controllers or if a new controller can be online created ?&lt;BR /&gt;&lt;BR /&gt;If you have a test Guest, just try and tell us.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 24 Mar 2010 13:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605907#M525650</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2010-03-24T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmodify question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605908#M525651</link>
      <description>the list line of past tell you ur answer&lt;BR /&gt;********************&lt;BR /&gt;To "plan ahead," one can explicitly create the first two or three storage devices so that virtual controllers are established. For example,&lt;BR /&gt;&lt;BR /&gt;hpvmcreate -P myvm \&lt;BR /&gt;-a disk:scsi:0,4,0:lv:&lt;FIRST path=""&gt; \&lt;BR /&gt;-a disk:scsi:0,5,0:lv:&amp;lt;2nd path&amp;gt; \&lt;BR /&gt;-a disk:scsi:0,6,0:lv:&amp;lt;3rd path&amp;gt;&lt;BR /&gt;&lt;BR /&gt;That will create 3 controllers, allowing for up to 45 total virtual storage devices.&lt;BR /&gt;*******************&lt;BR /&gt;&lt;BR /&gt;How many disk you want to add on a server.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;&lt;/FIRST&gt;</description>
      <pubDate>Wed, 24 Mar 2010 13:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmodify-question/m-p/4605908#M525651</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-24T13:50:44Z</dc:date>
    </item>
  </channel>
</rss>

