<?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: Physical Volume Migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482327#M654876</link>
    <description>Actually I dont think there is a problem in using either of the two methods.With the second method you will save time on running the same commands again.Also pvmove is one of the other options you can think of.extend the vg to one of the 18gb disk and pvmove the 9gb disk to the 18gb disk and then mirror it.&lt;BR /&gt;&lt;BR /&gt;Goodluck</description>
    <pubDate>Fri, 12 Jan 2001 18:06:46 GMT</pubDate>
    <dc:creator>Ajitkumar Rane</dc:creator>
    <dc:date>2001-01-12T18:06:46Z</dc:date>
    <item>
      <title>Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482324#M654873</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm looking for the safiest and most elegant way to replace one unmirrored 9 GB disk (let's say A) with two mirrored 18 GB disks (let's say B and C). The system should remain running during the process.&lt;BR /&gt;&lt;BR /&gt;            Now   |  Goal    | &lt;BR /&gt;Slot 1     A      |      B     |    &lt;BR /&gt;Slot 2             |      C     |   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is not a problem for me to create a mirror or two of the existing disk (pvcreate, vgextend, mkboot, lvextend). However,  I'm not sure about correct way of removing the existing physical volume and plugging a new disk in the same slot.&lt;BR /&gt;&lt;BR /&gt;Now I see two possible scenarios. The first one is creating one mirror of existing disk (A-&amp;gt;B), removing of the old disk and creating one mirror once again (B-&amp;gt;C).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Step1 |  Step2 |  Step3 |  Step4&lt;BR /&gt;Slot 1     A      |      A     |            |     C&lt;BR /&gt;Slot 2             |      B     |    B      |     B&lt;BR /&gt;&lt;BR /&gt;The second way could be creating of two mirrors (A-&amp;gt;B,C), removing the old disk and moving one of the new disks from Slot3 to Slot 1.&lt;BR /&gt;&lt;BR /&gt;            Step1 |  Step2 |  Step3 |  Step4&lt;BR /&gt;Slot 1     A      |      A     |            |     C&lt;BR /&gt;Slot 2             |      B     |    B      |     B&lt;BR /&gt;Slot 3             |      C     |    C      |&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for any advice!</description>
      <pubDate>Fri, 12 Jan 2001 16:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482324#M654873</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2001-01-12T16:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482325#M654874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as long as you don't reboot the system it will not recognize when replacing a 9GB with a 18GB disk at the sam slot. So i think this job can't be done without reboot.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 12 Jan 2001 16:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482325#M654874</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-01-12T16:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482326#M654875</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Do the first version, it will work, but the second one is dangerous. &lt;BR /&gt;&lt;BR /&gt;regards, Saa</description>
      <pubDate>Fri, 12 Jan 2001 16:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482326#M654875</guid>
      <dc:creator>Sandor Horvath_2</dc:creator>
      <dc:date>2001-01-12T16:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482327#M654876</link>
      <description>Actually I dont think there is a problem in using either of the two methods.With the second method you will save time on running the same commands again.Also pvmove is one of the other options you can think of.extend the vg to one of the 18gb disk and pvmove the 9gb disk to the 18gb disk and then mirror it.&lt;BR /&gt;&lt;BR /&gt;Goodluck</description>
      <pubDate>Fri, 12 Jan 2001 18:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482327#M654876</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-01-12T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482328#M654877</link>
      <description>I apolgise for my previous reply. I did not read you Q correctly.&lt;BR /&gt;I agree on the reply ofboth the forum members.Without a reboot the task is a bit complicated.Even thou the disk may be hot plug disks, I dont think the system would recognise the disk.You will have to create the device files for the disks manually.Chances are that you might run into trouble.&lt;BR /&gt;If you have accomplished this task then the first method is the only method you can go for.If you think of mirroring both the 18gb disk at the same time and then pulling out one of them and pushing it in 9gb slot does not work.The system is going to think one of the mirror copies is lost.It will not identify the disk in 9gb slot as its id is going to change. I dont know if you r thinking of pulling the unmirrored 9gb then pull out the mirror copy of 18 gb, the system will flash errors,change the id on the the 9gb slot to to the id of mirrored 18gb slot, plug the 18 gb in the 9gb slot and do a lvmerge - Dangerous. Also I dont understand if you have tow slots free to plug both the disk in, whats the need to swap one of the disks in the 9gb slot? &lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 12 Jan 2001 18:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482328#M654877</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-01-12T18:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482329#M654878</link>
      <description>I did not see this mentioned in the other replies, but depending on your volume group configuration, you may have to remove and reconfigure your VG as well.  By default, when a volume group is created, it sets the max number of PE's to the size of the largest disk.  So if you replace your 9 with an 18, then you will most likely only see half of that disk.  This VG parameter can not be changed on the fly.  &lt;BR /&gt;&lt;BR /&gt;If you the disk you are wanting to replace is your root disk and has vg00 on it, then I would get the Ignite-UX product, make a make_recovery (or maybe soon make_tape_recovery) tape, shutdown the machine, replace your disk drives, boot the machine from the tape, reset your VG parameters and restore.  This method works quite well.  I recently migrated my vg00 from 8 mirrored 2GB drives to 2 mirrored 18GB drives.&lt;BR /&gt;&lt;BR /&gt;The easiest way to accomplish the mirroring is to get the OS recovered on one drive and then manually mirror to the other drive.  I find that a whole lot easier than messing with an Ignite post recovery script to do the work.&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.</description>
      <pubDate>Fri, 12 Jan 2001 21:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482329#M654878</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-12T21:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482330#M654879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's not a problem when replacing a disk with another disk, when they have the same size.&lt;BR /&gt;But when replacing a disk with a bigger size, you can reach the max pe limit,&lt;BR /&gt;Take that in consideration.&lt;BR /&gt;&lt;BR /&gt;You're first step shouldn't be a problem but check the above first.&lt;BR /&gt;&lt;BR /&gt;Make a good backup + Ignite Recovery tape.&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
      <pubDate>Mon, 15 Jan 2001 08:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482330#M654879</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-15T08:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482331#M654880</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot to all of you! In my environment the best solution will be mirroring of old 9 GB disk to 18 GB disk without stopping the system.. &lt;BR /&gt;Complete migration to 18 GB disks can be done later with ignite when it is possible to stop the system.</description>
      <pubDate>Mon, 15 Jan 2001 12:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482331#M654880</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2001-01-15T12:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482332#M654881</link>
      <description>Once more note. As I already found in this Forum,&lt;BR /&gt;there is a problem if appending 18 GB to a group consisting of smaller disks.&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c0t8d0&lt;BR /&gt;vgextend: Not enough physical extents per physical volume.&lt;BR /&gt; Need: 4341, Have: 2500.&lt;BR /&gt;Volume group "/dev/vg00" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;I understand this problem of Physical Extents.&lt;BR /&gt;Q. Will 18 GB disk work normally in this case (with 9 GB of space available)?</description>
      <pubDate>Mon, 15 Jan 2001 17:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482332#M654881</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2001-01-15T17:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482333#M654882</link>
      <description>You can go ahead and use the 18Gb disk in your root VG. But you will not be able to access any extents beyond the VG limit. Once you have an outage window you can use Ignite-UX to back it up and restore it to the same disk and change the VG configurations at that time.</description>
      <pubDate>Thu, 15 Feb 2001 17:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482333#M654882</guid>
      <dc:creator>Henry Weldon</dc:creator>
      <dc:date>2001-02-15T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Physical Volume Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482334#M654883</link>
      <description>Thank you,&lt;BR /&gt;&lt;BR /&gt;I have already made migration using Ignite.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Mihails</description>
      <pubDate>Mon, 19 Feb 2001 11:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-volume-migration/m-p/2482334#M654883</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2001-02-19T11:00:32Z</dc:date>
    </item>
  </channel>
</rss>

