<?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: About mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905436#M633951</link>
    <description>Hi David,&lt;BR /&gt;Its not possible to make vg03 as bootable and more over if you go through the documentation of mirroring LVM the you'll see to mirror a LV they need to be in same VG. Across VG mirroring is not possible.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
    <pubDate>Sat, 15 Feb 2003 05:53:04 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-02-15T05:53:04Z</dc:date>
    <item>
      <title>About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905433#M633948</link>
      <description>Hi,everyone,I want to make mirror of Root,Boot,and Dump volume,but my vg00 reached its MAX_PE,and I can't add a disk to vg00,now I build vg03,put this disk into vg03,can I make Root,Boot,and Dump volume mirror to vg03?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;david</description>
      <pubDate>Sat, 15 Feb 2003 03:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905433#M633948</guid>
      <dc:creator>Ian lee</dc:creator>
      <dc:date>2003-02-15T03:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905434#M633949</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;MAXPE is defined  per PV. If you didn't override it during the installation, then MAXPE=Size_of_Disk/PE_Size. So, if you add a bigger disk later, only  MAXPE extents will be allocated from it. The rest of the space will be unusable.&lt;BR /&gt;&lt;BR /&gt;You cannot mirror logical volumes across volume groups. The best and safeway to recreate vg00 with a bigger PE is through make_tape_recovery. Install Ignite UX, create a make_tape_recovery tape and recover the system from the tape. Once IUX is loaded, you can use the command&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -v -i -x inc_entire=vg00 -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;This will create the ignite tape. Boot from the tape and you will get into interactive install session. Select your boot disk as the new disk and it will recover the OS on the new disk. Once everything is up and running, you can add the old boot disk into vg00 and extend the mirrors.&lt;BR /&gt;&lt;BR /&gt;If something fails, you can always boot from the old disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 15 Feb 2003 03:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905434#M633949</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-15T03:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905435#M633950</link>
      <description>Sorry, you are not going to be able to mirror across vg's. Max PE's is on a per disk basis and is set when the vg is created. You should have no trouble mirroring your existing vg as long as the disk you are adding is at least as large as your boot disk. If you are adding a larger disk, you will wind up with unused (and unavailable disk blocks) but it will work.</description>
      <pubDate>Sat, 15 Feb 2003 04:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905435#M633950</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-15T04:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905436#M633951</link>
      <description>Hi David,&lt;BR /&gt;Its not possible to make vg03 as bootable and more over if you go through the documentation of mirroring LVM the you'll see to mirror a LV they need to be in same VG. Across VG mirroring is not possible.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Sat, 15 Feb 2003 05:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905436#M633951</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-02-15T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905437#M633952</link>
      <description>You could do following:&lt;BR /&gt;&lt;BR /&gt;01. pvcreate -B -f /dev/disk_in_question&lt;BR /&gt;02. mkboot /dev/disk_in_question&lt;BR /&gt;03 mkboot -a "hpux" /dev/disk_in_question&lt;BR /&gt;04 create a vg on /dev/disk_in_question&lt;BR /&gt;05 create LV same as vg00 on /dev/disk_in_question&lt;BR /&gt;&lt;BR /&gt;remeber to create LV with -C y -r n for boot root ans swap.&lt;BR /&gt;06 now copy everything from vg00 to respective LVs on new LVs on disk_in_question&lt;BR /&gt;07 update the fstab on of the root vol of disk in question.&lt;BR /&gt;&lt;BR /&gt;This way you can at least have a boot disk with everything intact....&lt;BR /&gt;&lt;BR /&gt;Repeat step 6 and 7 on regular basis till you can do re-installation using make_recovery.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...</description>
      <pubDate>Tue, 18 Feb 2003 00:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905437#M633952</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-02-18T00:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: About mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905438#M633953</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;The MAX_PE limit can be overcome by igniting a tape using IGNITE and then using that tape to change the settings of the vg00 VG.&lt;BR /&gt;&lt;BR /&gt;But even you do all this and increase the MAX_PE and include the bigger size hard disk into VG00 ,if you use it for mirroring with the existing hard disk then still you will face a situation where you can mirror only the amount of the smaller hard disk size.&lt;BR /&gt;&lt;BR /&gt;The best option would be to include a hard disk with the equal size of the existing VG00 and mirror them or replace all the vg00 hard disks with a larger size.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Tue, 18 Feb 2003 08:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror/m-p/2905438#M633953</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-18T08:45:53Z</dc:date>
    </item>
  </channel>
</rss>

