<?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: move vg00 to another disk (from c1t0d0 to c2t2d0) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939382#M616992</link>
    <description>This are the LV on the c1t0d0 (lvol6 is also on c2t0d0; lvol9 and lvol12 are on all 3 HDÂ´s)&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3&lt;BR /&gt;/dev/vg00/lvol1 /stand&lt;BR /&gt;/dev/vg00/lvol7 /var&lt;BR /&gt;/dev/vg00/lvol6 /usr (on 2 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol5 /tmp&lt;BR /&gt;/dev/vg00/lvol12 /tempspc (on all 3 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol4 /opt&lt;BR /&gt;/dev/vg00/lvol8 /home&lt;BR /&gt;/dev/vg00/lvol9 /baan2 (on all 3 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol10 /app&lt;BR /&gt;&lt;BR /&gt;How can i move the volÂ´s form c1t0d0 to c2t2d0 ?</description>
    <pubDate>Thu, 10 Nov 2005 02:11:55 GMT</pubDate>
    <dc:creator>erich hummel_1</dc:creator>
    <dc:date>2005-11-10T02:11:55Z</dc:date>
    <item>
      <title>move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939371#M616981</link>
      <description>Hi IT´s&lt;BR /&gt;&lt;BR /&gt;my disk on c1t0d0 becomes any times critical errors an i would move the Vol´s form this disk to another.&lt;BR /&gt;&lt;BR /&gt;FROM:&lt;BR /&gt;   PV Name                     /dev/dsk/c1t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    1085&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;TO:&lt;BR /&gt;    PV Name                     /dev/dsk/c2t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     1245&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;Some Vol´s are distributed on all 3 disks on my system.&lt;BR /&gt;How can i move the vol´s from c1t0d0 to c2t2d0 ? &lt;BR /&gt;what are the commands to to this (command series) &lt;BR /&gt;&lt;BR /&gt;Thanks, Eric&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 02:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939371#M616981</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-09T02:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939372#M616982</link>
      <description>What are the lvol on your disk c1t0d0&lt;BR /&gt;&lt;BR /&gt;As long it is not /stand and / you can do it with mirror/UX&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 lvol /dev/dsk/c2t2d0&lt;BR /&gt;lvreduce -m 0 lvol /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;If it contains boot partitions then you need to work with an Ignite/UX tape&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 02:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939372#M616982</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-11-09T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939373#M616983</link>
      <description>We would need more information.&lt;BR /&gt;&lt;BR /&gt;Do you want to move all lvols?? Remember that lvols-/stand, swap and / need to contigeous. For other lvols, you can just use pvmode and move extensts to new disk.&lt;BR /&gt;&lt;BR /&gt;If you are looking at moveing all the lvols, and you have OnlineJFS, you will have to create a mirror copy on the desired disk and then make it primary and remove old if you want.</description>
      <pubDate>Wed, 09 Nov 2005 02:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939373#M616983</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-09T02:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939374#M616984</link>
      <description>Eric, Try this:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n vg00 -o /dev/dsk/c1t0d0 /dev/dsk/c2t2d0&lt;BR /&gt;man vgcfgrestore&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 03:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939374#M616984</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-11-09T03:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939375#M616985</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;It's better you use Ignite/UX features for this. Just backup the vg00 into a bootable tape &amp;gt; shutdown the system &amp;gt; boot from the tape &amp;gt; select the particular disk that you want to be work as vg00 &amp;gt; restore and that's it.&lt;BR /&gt;&lt;BR /&gt;Ignite/UX is a free software, you can get it from this url below :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Wed, 09 Nov 2005 03:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939375#M616985</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-11-09T03:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939376#M616986</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have Mirror-Ux installed it can be done easily. It requires following two conditions to be met.&lt;BR /&gt;&lt;BR /&gt;1) If the new disk is part of vg00 allready it should be bootable ( pvcreate -B must have been used while creating PV)&lt;BR /&gt;&lt;BR /&gt;2)Your disk shall not be allocated some extents initially which would be allocated to boot, swap and root LVOLs in continuation from the beginning.&lt;BR /&gt;&lt;BR /&gt;Allthough the same also can be moved to other areas of the disk.&lt;BR /&gt;&lt;BR /&gt;Post these outputs for finding out the feasibility.&lt;BR /&gt;&lt;BR /&gt;#pvdisplay -v /dev/rdsk/cxtydz (For all three disks)&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;#swlist |grep -i mirr&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 09 Nov 2005 05:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939376#M616986</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-09T05:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939377#M616987</link>
      <description>Command:&lt;BR /&gt;pvdisplay -v /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;Reply:&lt;BR /&gt;pvdisplay: Physical volume "/dev/rdsk/c1t0d0" is not a block special file.&lt;BR /&gt;Usage: pvdisplay&lt;BR /&gt;     [-v]&lt;BR /&gt;     [-b BlockList]&lt;BR /&gt;     PhysicalVolumePath...&lt;BR /&gt;&lt;BR /&gt;Whats wrong ?</description>
      <pubDate>Wed, 09 Nov 2005 07:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939377#M616987</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-09T07:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939378#M616988</link>
      <description>Execution of pvdisplay -v /dev/rdsk/c1t0d0 won't work. Just post vgdisplay -v &lt;VG&gt; informations.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/VG&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939378#M616988</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-09T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939379#M616989</link>
      <description>My appologies,&lt;BR /&gt;&lt;BR /&gt;Please use dsk instead of rdsk i.e.&lt;BR /&gt;&lt;BR /&gt;#pvdisplay -v /dev/dsk/cxtydz &lt;BR /&gt;Where /dev/dsk/cxtydz is the disk device file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939379#M616989</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-09T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939380#M616990</link>
      <description>output pvdisplay</description>
      <pubDate>Wed, 09 Nov 2005 08:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939380#M616990</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-09T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939381#M616991</link>
      <description>output vgdisplay</description>
      <pubDate>Wed, 09 Nov 2005 08:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939381#M616991</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-09T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939382#M616992</link>
      <description>This are the LV on the c1t0d0 (lvol6 is also on c2t0d0; lvol9 and lvol12 are on all 3 HDÂ´s)&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3&lt;BR /&gt;/dev/vg00/lvol1 /stand&lt;BR /&gt;/dev/vg00/lvol7 /var&lt;BR /&gt;/dev/vg00/lvol6 /usr (on 2 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol5 /tmp&lt;BR /&gt;/dev/vg00/lvol12 /tempspc (on all 3 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol4 /opt&lt;BR /&gt;/dev/vg00/lvol8 /home&lt;BR /&gt;/dev/vg00/lvol9 /baan2 (on all 3 HDÂ´s)&lt;BR /&gt;/dev/vg00/lvol10 /app&lt;BR /&gt;&lt;BR /&gt;How can i move the volÂ´s form c1t0d0 to c2t2d0 ?</description>
      <pubDate>Thu, 10 Nov 2005 02:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939382#M616992</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-10T02:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939383#M616993</link>
      <description>vgcfgrestore -n /dev/vg00 -l&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vg00.conf"&lt;BR /&gt;VG Name /dev/vg00&lt;BR /&gt; ---- Physical volumes : 3 ----&lt;BR /&gt;    /dev/rdsk/c1t0d0 (Bootable)&lt;BR /&gt;    /dev/rdsk/c2t0d0 (Non-bootable)&lt;BR /&gt;    /dev/rdsk/c2t2d0 (Non-bootable)&lt;BR /&gt;&lt;BR /&gt;when the vgcfgrestore move c1t0d0 to c2t2d0, how can i make the c2t2d0 BOOTABLE ?</description>
      <pubDate>Thu, 10 Nov 2005 02:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939383#M616993</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-10T02:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939384#M616994</link>
      <description>the output form swlist&lt;BR /&gt;&lt;BR /&gt;swlist | grep -i mirr&lt;BR /&gt;  B2491BA                       B.11.11        MirrorDisk/UX&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 03:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939384#M616994</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-10T03:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939385#M616995</link>
      <description>Hi eric,&lt;BR /&gt;&lt;BR /&gt;You can't move all the lvol's because they other 2 disks aren't bootble disk.&lt;BR /&gt;so first you have to make one disk also bootable.&lt;BR /&gt;This means recreate the disk with pvremove /dev/rdsk/c2t2d0 and then pvcreate -B /dev/rdsk/c2t2d0 &lt;BR /&gt;all of your data on that disk is lost if you want this to be preserved.&lt;BR /&gt;&lt;BR /&gt;First &lt;BR /&gt;mirror the other lvol lvol13 and lvol14 to /dev/dsk/c2t0d0&lt;BR /&gt;with lvextend m 1 /dev/vg00/lvol13 /dev/dsk/c2t0d0 and lvextend m 1 /dev/vg00/lvol14 /dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 1 /dev/vg00/lvol9 /dev/dsk/c2t2d0&lt;BR /&gt;vgreduce vg00 /dev/dsk/c2t2d0&lt;BR /&gt;pvremove /dev/rdsk/c2t2d0&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c2t2d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2t2d0&lt;BR /&gt;mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8 9 10 12&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c2t2d0&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;make sure you have a good backup of your files.&lt;BR /&gt;&lt;BR /&gt;to make sure you also can boot from these disk.&lt;BR /&gt;do a setboot see the man pages for this.&lt;BR /&gt;after this try to reboot your server&lt;BR /&gt;from the alternive node.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Thu, 10 Nov 2005 04:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939385#M616995</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-11-10T04:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939386#M616996</link>
      <description>Thank you MARK, i will try it in the afternoon or tomorrow.</description>
      <pubDate>Thu, 10 Nov 2005 06:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939386#M616996</guid>
      <dc:creator>erich hummel_1</dc:creator>
      <dc:date>2005-11-10T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939387#M616997</link>
      <description>i have missed the - option so its &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol13 /dev/dsk/c2t0d0 and lvextend -m 1 /dev/vg00/lvol14 /dev/dsk/c2t0d0.&lt;BR /&gt;&lt;BR /&gt;if this give the solution let us know.</description>
      <pubDate>Thu, 10 Nov 2005 06:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939387#M616997</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-11-10T06:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939388#M616998</link>
      <description>You also can use pvmove(1m) command, that moves allocated physical extents from one PV to other. &lt;BR /&gt;Example:&lt;BR /&gt;# pvmove /dev/dsk/c1t0d0 /dev/dsk/c2t2d0</description>
      <pubDate>Thu, 10 Nov 2005 07:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939388#M616998</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-11-10T07:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939389#M616999</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vgextend vg00 /dev/dsk/c2t2d0&lt;BR /&gt;pvmove /dev/dsk/c1t0d0 /dev/dsk/c2t2d0&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;Greetz.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939389#M616999</guid>
      <dc:creator>Gerrit_1</dc:creator>
      <dc:date>2005-11-10T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: move vg00 to another disk (from c1t0d0 to c2t2d0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939390#M617000</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The allocation seems to be very unplanned and there  is no protection as well. ( Mirroring etc).&lt;BR /&gt;&lt;BR /&gt;If you could spare one extra disk for some time then this could be possible without interuptions online. Allthough as in the present scenario the free space is very less, you need to sacrify one LVOL atleast for some time and afterwards restore backup for the same. By removing one LVOL for time being you will get enough space across all disks to move LVOLs here and there so that not more than two or three LVOLs are spread across more than one disk.&lt;BR /&gt;&lt;BR /&gt;Removing the LVOL11 will do this for you. But after recreating this you need to restore backup.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-vg00-to-another-disk-from-c1t0d0-to-c2t2d0/m-p/4939390#M617000</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-10T10:42:41Z</dc:date>
    </item>
  </channel>
</rss>

