<?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: Mirror that have a crash disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905576#M616669</link>
    <description>agur betiko, Javier</description>
    <pubDate>Tue, 13 Jun 2006 14:21:23 GMT</pubDate>
    <dc:creator>Burxi</dc:creator>
    <dc:date>2006-06-13T14:21:23Z</dc:date>
    <item>
      <title>Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905569#M616662</link>
      <description>Hellow, i have a problem with an disk array in a hp-ux, having installed the mirrordisk/ux software.&lt;BR /&gt;I have done a reboot on the system, before the reboot all is ok, but al rebooting the system has not mounted one filesystem /bd in a vg /dev/vg01 displaying warning. It seems that one disk in a mirror is crash, i try to activate the vg and the system says no, i try to do lvreduce on vg for deactivate the mirror and the system says that the vg is not activate. Can anyone to say me how can id do that?&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Feb 2003 17:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905569#M616662</guid>
      <dc:creator>Javier Pérez F.</dc:creator>
      <dc:date>2003-02-15T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905570#M616663</link>
      <description>It is possible that vg01 has failed the quorum requirement (ie half or more number of disks in the VG has failed thus not able to activate the VG). Try to disable the quorum enforcement by running ..&lt;BR /&gt;# vgchange -q n /dev/vg01&lt;BR /&gt;the activate it ..&lt;BR /&gt;# vgchange -a y /dev/vg01&lt;BR /&gt;Does this work ? If it does you can then identify which disk is dead and how your data is impacted by this.&lt;BR /&gt;Another way to tackle this is to replace the mirror disk that's faulty. Assuming cxtXdX is the new disk.&lt;BR /&gt;# vgcfgrestore -n /dev/vg01 /dev/rdsk/cXtXdX&lt;BR /&gt;# vgchange -a y /dev/vg01&lt;BR /&gt;Now restore the lost data from tape (if needed). &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Feb 2003 17:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905570#M616663</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-15T17:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905571#M616664</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If it is only missing the mirror, you can activate the VG by &lt;BR /&gt;&lt;BR /&gt;vgchange -a y -q n vg01&lt;BR /&gt;&lt;BR /&gt;But with your description, I think that the disk that failed has the data. You will have to replace the disk, make sure it is claimed through (ioscan -fnC disk). Once it is done, then do&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n vg01 /dev/dsk/cxtydz.&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;vgsync vg01&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;If the disk has only mirror, then the above should recover it. If not, you will need to restore your /bd from backups.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 15 Feb 2003 18:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905571#M616664</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-15T18:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905572#M616665</link>
      <description>Many many thanks.&lt;BR /&gt;Many thanks S.K.Chan and Sridar Bhaskarla.&lt;BR /&gt;&lt;BR /&gt;Yours answers are the solution.&lt;BR /&gt;&lt;BR /&gt;I have one lvol with 2 physical disks, one is wrong, the other seems ok.&lt;BR /&gt;I do:&lt;BR /&gt;vgchange -a y -q n /dev/vg01&lt;BR /&gt;and then the vg is activated.&lt;BR /&gt;then i do mount /bd&lt;BR /&gt;and all is ok.&lt;BR /&gt;&lt;BR /&gt;Bets regards,&lt;BR /&gt;Javier P??rez&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Feb 2003 19:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905572#M616665</guid>
      <dc:creator>Javier Pérez F.</dc:creator>
      <dc:date>2003-02-15T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905573#M616666</link>
      <description>Hi Javier,&lt;BR /&gt;&lt;BR /&gt;It is only a temporary patch not a solution. You will need to do a permanent fix to your problem which is to replace your HD and then run vgcfgrestore followed by vgsync.&lt;BR /&gt;&lt;BR /&gt;Under normal circumstance, you would not use -q -n option. If you can see the data now, I strongly suggest you to take a backup of your /bd filesystem and then replace the disk.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 15 Feb 2003 20:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905573#M616666</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-15T20:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905574#M616667</link>
      <description>&lt;BR /&gt;Many thanks again Sridar Bhaskarla&lt;BR /&gt;&lt;BR /&gt;Yes, i will do that. But i don't have support on week-end. I will do a backup on tape now, and ... "in system we trust"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Javier Perez&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Feb 2003 20:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905574#M616667</guid>
      <dc:creator>Javier Pérez F.</dc:creator>
      <dc:date>2003-02-15T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905575#M616668</link>
      <description>Xabier...Begira non aurkitu zaitudan. Hau  surrealista da, oso, eta nire buruak ezin du egiten ari zarena ulertu. Zerbait jakin nahi nuke..., mesedez</description>
      <pubDate>Mon, 20 Mar 2006 16:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905575#M616668</guid>
      <dc:creator>Burxi</dc:creator>
      <dc:date>2006-03-20T16:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror that have a crash disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905576#M616669</link>
      <description>agur betiko, Javier</description>
      <pubDate>Tue, 13 Jun 2006 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-that-have-a-crash-disk/m-p/2905576#M616669</guid>
      <dc:creator>Burxi</dc:creator>
      <dc:date>2006-06-13T14:21:23Z</dc:date>
    </item>
  </channel>
</rss>

