<?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: Replace non-functional Mirror Disk with a bigger disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204535#M167280</link>
    <description>make a ignite tape of the old system. take out the old disk and re-install the system on the new disk.&lt;BR /&gt;Go out and bye a new big disk and mirror the system.</description>
    <pubDate>Fri, 27 Feb 2004 12:39:39 GMT</pubDate>
    <dc:creator>Jannik</dc:creator>
    <dc:date>2004-02-27T12:39:39Z</dc:date>
    <item>
      <title>Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204530#M167275</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is it possibel to replace a non-functional mirror disk with a disk bigger than the crashed one ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Uli</description>
      <pubDate>Fri, 27 Feb 2004 11:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204530#M167275</guid>
      <dc:creator>Ulrich Tehrani</dc:creator>
      <dc:date>2004-02-27T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204531#M167276</link>
      <description>Yes it is possible. But you will be wasting the space.&lt;BR /&gt;&lt;BR /&gt;Replace the disk. Do a vgcfgrestore on it and do vgchange -a y rootvg and then vgsync.</description>
      <pubDate>Fri, 27 Feb 2004 11:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204531#M167276</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-02-27T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204532#M167277</link>
      <description>Uli,&lt;BR /&gt;&lt;BR /&gt;Yes, it's possible.  However, when you add the disk into the VG, the PE size and MAX PE per VG will prevent you from utilizing any more space on it than the there was on the previous, smaller disk.  The only way to correct this is to recreate the entire VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 27 Feb 2004 11:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204532#M167277</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-27T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204533#M167278</link>
      <description>Hi Uli,&lt;BR /&gt;&lt;BR /&gt;You can. However, you will not be able to use it entirely. TO find out how much you can use. Note "PE Size" (A) and "Max PE" (B" from 'vgdisplay vgxx' command. Multiply A and B. That's the size in MB you can grab out of the new disk.&lt;BR /&gt;&lt;BR /&gt;If this is part of VG00, then take make_tape_recovery tape. Schedule downtime and restore the tape onto the new disk. Once everything is up, running and verified, add the smaller disk into vg00 and extend the mirrors.&lt;BR /&gt;&lt;BR /&gt;If this is not vg00, then create a new VG with the filesystems. Take downtime and copy the data from smaller disk to the new VG. Verify everything, destory the old VG and add the old disk to new VG and extend the mirrors.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2004 11:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204533#M167278</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-27T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204534#M167279</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;You can re-establish the mirroring, if thats a critical issue(it should be).&lt;BR /&gt;&lt;BR /&gt;The better course of action is to break the mirror, rebuild the volume group and then re-mirror accodring to these instructions, which I'm sure you already have.&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 27 Feb 2004 11:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204534#M167279</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-27T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace non-functional Mirror Disk with a bigger disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204535#M167280</link>
      <description>make a ignite tape of the old system. take out the old disk and re-install the system on the new disk.&lt;BR /&gt;Go out and bye a new big disk and mirror the system.</description>
      <pubDate>Fri, 27 Feb 2004 12:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-non-functional-mirror-disk-with-a-bigger-disk/m-p/3204535#M167280</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2004-02-27T12:39:39Z</dc:date>
    </item>
  </channel>
</rss>

