<?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>Operating System - HP-UX의 주제 Re: replacing a H.D in a mirror enviroment</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336191#M189906</link>
    <description>Cookbook attached.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 20 Jul 2004 07:31:07 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-07-20T07:31:07Z</dc:date>
    <item>
      <title>replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336188#M189903</link>
      <description>Hi,&lt;BR /&gt;Supposing 2 hard disks in e.g  vg05 where:&lt;BR /&gt;/dev/dsk/c1t4d0 is primary &lt;BR /&gt;/dev/dsk/c2t4d0 is mirror&lt;BR /&gt;If one of them has gone bad,what is the procedure to follow for  reconfiguring a new hard disk.&lt;BR /&gt; If it is a long procedure,please give me a  link to an online cookbook(or document) where the above case is disccused.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 20 Jul 2004 07:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336188#M189903</guid>
      <dc:creator>radi_1</dc:creator>
      <dc:date>2004-07-20T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336189#M189904</link>
      <description>Radi,&lt;BR /&gt;&lt;BR /&gt;All you have to do is enter " replace mirrored hard drive "  in the Search box above...and you will get a plethora of links to and great tips on doing this to pick from !&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336189#M189904</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336190#M189905</link>
      <description>The steps are (assuming c1t4d0 has failed)&lt;BR /&gt;&lt;BR /&gt;1)  Remove the failed disk&lt;BR /&gt;2)  Insert new disk&lt;BR /&gt;3)  restore volume group config details&lt;BR /&gt;   vgcfgrestore -n /dev/vg05 /dev/dsk/c1t4d0&lt;BR /&gt;4)  activate volume group&lt;BR /&gt;   vgchange -a y /dev/vg05&lt;BR /&gt;5)  synchronize disks&lt;BR /&gt;   vgsync /dev/vg05&lt;BR /&gt;&lt;BR /&gt;While the vgsync is running, you can check the progress using&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg05/lvol* | grep -ic stale&lt;BR /&gt;&lt;BR /&gt;This will give you a count of the stale extents in the VG.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
      <pubDate>Tue, 20 Jul 2004 07:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336190#M189905</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-07-20T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336191#M189906</link>
      <description>Cookbook attached.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 20 Jul 2004 07:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336191#M189906</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-07-20T07:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336192#M189907</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls ensure that at least one of the LV into ivolved VG have a "stale" status,&lt;BR /&gt;#vgdisplay -v vg[nn]&lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg[nn]/lvol_name&lt;BR /&gt;LV Status                   available/stale           &lt;BR /&gt;LV Size (Mbytes)            300             &lt;BR /&gt;Current LE                  75        &lt;BR /&gt;Allocated PE                150         &lt;BR /&gt;Used PV                     2 &lt;BR /&gt;&lt;BR /&gt;To force this situation pull out the disk and refresh the VG info,&lt;BR /&gt;#vgchange â  a y vg[nn]&lt;BR /&gt;&lt;BR /&gt;The you can see that LV's begining to appear in "stale" status, and "NO HARDWARE" status will be displayed fro the involver device with the command:&lt;BR /&gt;#ioscan â  fnC disk&lt;BR /&gt;&lt;BR /&gt;After this you can nsert the new disk an wait few seconds to will be reconigzed by the system, to ensure this the status "CLAIMED" will be displayed at the involved device.&lt;BR /&gt;&lt;BR /&gt;Then, we need rebuild the mirror:&lt;BR /&gt;#vgcfgrestore -n vg[nn] /dev/rdsk/c[n]t[n]d[n] (must be "rdsk")&lt;BR /&gt;&lt;BR /&gt;Refresh VG info:&lt;BR /&gt;#vgchange -a y vg[nn]&lt;BR /&gt;&lt;BR /&gt;Synchronize the VG:&lt;BR /&gt;#vgsync vg[nn] &amp;amp;&lt;BR /&gt;&lt;BR /&gt;And check the synchronization progress with:&lt;BR /&gt;#pvdisplay -v /dev/dsk/c[n]t[n]d[n]|grep -c stale&lt;BR /&gt;&lt;BR /&gt;Every time that this command is executed it returns an I number that should go descending until arriving to zero.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336192#M189907</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-07-20T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336193#M189908</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Pls find attached above procedure without rare chars.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 20 Jul 2004 08:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336193#M189908</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-07-20T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336194#M189909</link>
      <description>Thanks to u all for quick reply,but an other question if u do not mind,&lt;BR /&gt;suppose I want to replace both  disks with larger ones,how do i go about it?&lt;BR /&gt;regards</description>
      <pubDate>Tue, 20 Jul 2004 08:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336194#M189909</guid>
      <dc:creator>radi_1</dc:creator>
      <dc:date>2004-07-20T08:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336195#M189910</link>
      <description>If you allowed Max PEs and PE Size to default, you won't be able to expand onto larger disks without re-creating the Volume Group.  Check your vgdisplay output for Max PE per PV and PE Size - if they calculate out to close to the physical size of your disk, you're going to have to backup the data, re-create the VG, and restore the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 20 Jul 2004 08:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336195#M189910</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-07-20T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: replacing a H.D in a mirror enviroment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336196#M189911</link>
      <description>The best thing to do is to take an Ignite image of the system, then to re-install on the new disks.  &lt;BR /&gt;&lt;BR /&gt;This will allow you to make full use of the larger disks.  The default values of a volume group (maximum extents etc) are only set when the VG is created, and are often too low for most modern disks.</description>
      <pubDate>Tue, 20 Jul 2004 08:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-h-d-in-a-mirror-enviroment/m-p/3336196#M189911</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-07-20T08:51:29Z</dc:date>
    </item>
  </channel>
</rss>

