<?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: HPUX 10.20: Moving Logical Volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727727#M642302</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can definitely issue the pvmove command as suggested on the run level 3.&lt;BR /&gt;Just check for the free PE on the destination disk before moving the lv.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
    <pubDate>Tue, 21 May 2002 20:20:24 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-05-21T20:20:24Z</dc:date>
    <item>
      <title>HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727721#M642296</link>
      <description>I have a K-Class server that I had to rebuild using a "make recovery" tape. I need to mirror root volume group (vg00). When the make_recovery restored the logical volume structure, /usr is now located on a different disk than my primary mirror. Is there a method to moving logical volumes around to different disks within vg00? If so, can this be done at rn level 3?</description>
      <pubDate>Mon, 20 May 2002 19:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727721#M642296</guid>
      <dc:creator>LG Porter</dc:creator>
      <dc:date>2002-05-20T19:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727722#M642297</link>
      <description>Yes you can move LVs between disks within a VG.  Have a look at the 'pvmove' command.&lt;BR /&gt;&lt;BR /&gt;This command would move /dev/vg00/lvol7, my /usr, from the /dev/dsk/c1t2d0 to /dev/dsk/c1t1d0:&lt;BR /&gt;&lt;BR /&gt;# pvmove -n /dev/vg00/lvol7 /dev/dsk/c1t2d0 /dev/dsk/c1t1d0&lt;BR /&gt;&lt;BR /&gt;Yes you can do this while the machine is up in run-level 3.</description>
      <pubDate>Mon, 20 May 2002 19:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727722#M642297</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-05-20T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727723#M642298</link>
      <description>Use pvmove but before that the rules of a "pvmove" is that it can be used while your extents are active (meaning at multi-user mode) provided this is NOT true ..&lt;BR /&gt;&lt;BR /&gt;a) Disk stripping is used on the LV.&lt;BR /&gt;b) vg00 is in shared mode (eg: MC/Service Guard setup)&lt;BR /&gt;&lt;BR /&gt;The command would be ..&lt;BR /&gt;&lt;BR /&gt;# pvmove -n /dev/vg00/lvolX /dev/dsk/&lt;DEVICE-PATH-SOURCE&gt; /dev/dsk/&lt;DEVICE-PATH-DESTINATION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICE-PATH-DESTINATION&gt;&lt;/DEVICE-PATH-SOURCE&gt;</description>
      <pubDate>Mon, 20 May 2002 19:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727723#M642298</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-20T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727724#M642299</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Patrick has suggested, you should be able to use the pvmove command to move the lv from some other disk to the primary root disk provided you have enough disk space over there. You can do this at run level 3.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 20 May 2002 19:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727724#M642299</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-20T19:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727725#M642300</link>
      <description>Hi Porter:&lt;BR /&gt;&lt;BR /&gt;As Patrick suggested, you can use 'pvmove' command for doing this task. Before that I would check if free space available on the destination disk:&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v pv_name&lt;BR /&gt;&lt;BR /&gt;Normally, while recovering with the ignite tape, the LVs will be created on the same order and location if the hardware didn't changed.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 20 May 2002 19:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727725#M642300</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-20T19:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727726#M642301</link>
      <description>Hi LG Porter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yes you can move it in runlevel 3 , use pvmove command like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pvmove -n /dev/vg00/lvol* &lt;SOURCE disk=""&gt; &lt;DESTINATION disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;/DESTINATION&gt;&lt;/SOURCE&gt;</description>
      <pubDate>Mon, 20 May 2002 19:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727726#M642301</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-20T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727727#M642302</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can definitely issue the pvmove command as suggested on the run level 3.&lt;BR /&gt;Just check for the free PE on the destination disk before moving the lv.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 21 May 2002 20:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727727#M642302</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-21T20:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727728#M642303</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Moving logical volumes from onde disk to the other can be achieved using the pvmove command...basically this is related to performance issue...the syntax of the command is as follows ...&lt;BR /&gt;&lt;BR /&gt;pvmove -n &lt;LOGICAL name=""&gt; &lt;SOURCE disk=""&gt; &lt;DEST disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;for eg:&lt;BR /&gt;&lt;BR /&gt;pvmove -n /dev/vgxx/lvox /dev/dsk/cxtxdx /dev/dsk/cytydy..&lt;BR /&gt;&lt;BR /&gt;but HP doesnt recommend it...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Neol&lt;/DEST&gt;&lt;/SOURCE&gt;&lt;/LOGICAL&gt;</description>
      <pubDate>Fri, 24 May 2002 10:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727728#M642303</guid>
      <dc:creator>Noel Miranda_1</dc:creator>
      <dc:date>2002-05-24T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 10.20: Moving Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727729#M642304</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Moving logical volumes from onde disk to the other can be achieved using the pvmove command...basically this is related to performance issue...the syntax of the command is as follows ...&lt;BR /&gt;&lt;BR /&gt;pvmove -n &lt;LOGICAL name=""&gt; &lt;SOURCE disk=""&gt; &lt;DEST disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;for eg:&lt;BR /&gt;&lt;BR /&gt;pvmove -n /dev/vgxx/lvox /dev/dsk/cxtxdx /dev/dsk/cytydy..&lt;BR /&gt;&lt;BR /&gt;but HP doesnt recommend it...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Noel&lt;/DEST&gt;&lt;/SOURCE&gt;&lt;/LOGICAL&gt;</description>
      <pubDate>Fri, 24 May 2002 10:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-10-20-moving-logical-volumes/m-p/2727729#M642304</guid>
      <dc:creator>Noel Miranda_1</dc:creator>
      <dc:date>2002-05-24T10:22:41Z</dc:date>
    </item>
  </channel>
</rss>

