<?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: Hard Disk Failure Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347426#M625552</link>
    <description>First, what does ioscan show for this device? Does ioscan -fnCdisk show it as CLAIMED?&lt;BR /&gt;&lt;BR /&gt;What does diskinfo /dev/rdsk/cXtXdX show?&lt;BR /&gt;&lt;BR /&gt;To manually activate the vg you can try:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/vgchange -a y /dev/vg03.&lt;BR /&gt;&lt;BR /&gt;David</description>
    <pubDate>Mon, 02 Aug 2004 15:50:33 GMT</pubDate>
    <dc:creator>David Child_1</dc:creator>
    <dc:date>2004-08-02T15:50:33Z</dc:date>
    <item>
      <title>Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347425#M625551</link>
      <description>I have one disk not being mounted after reboot.  Ioscan shows it, but dd returns error.&lt;BR /&gt;Vgdisplay is showed the followings:&lt;BR /&gt;&lt;BR /&gt;***************&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg03".&lt;BR /&gt;*****************&lt;BR /&gt;&lt;BR /&gt;I would like to see if I can force it to be activated now that it is 'dead' already in this case.  HP support says it may die, but I would have other opinion before I replace it (loss it).&lt;BR /&gt;&lt;BR /&gt;Can someone help?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Mon, 02 Aug 2004 15:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347425#M625551</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2004-08-02T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347426#M625552</link>
      <description>First, what does ioscan show for this device? Does ioscan -fnCdisk show it as CLAIMED?&lt;BR /&gt;&lt;BR /&gt;What does diskinfo /dev/rdsk/cXtXdX show?&lt;BR /&gt;&lt;BR /&gt;To manually activate the vg you can try:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/vgchange -a y /dev/vg03.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Mon, 02 Aug 2004 15:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347426#M625552</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-08-02T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347427#M625553</link>
      <description>Also,&lt;BR /&gt;&lt;BR /&gt;If it does appear dead and you really need to get it active to get data off, you can try taking it out and slapping it a few times then put it back in. This has saved me a couple of times in the past.</description>
      <pubDate>Mon, 02 Aug 2004 15:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347427#M625553</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-08-02T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347428#M625554</link>
      <description>Does ioscan display it as CLAIMED. If not, you are toast. If this is a hot-plug drive, you might try unplugging the drive and reinserting and hope that the Force is with you.&lt;BR /&gt;&lt;BR /&gt;Next try vgchange -a y /dev/vg03, if that fails and there is more than one disk in the VG, then try to override quorum, vgchange -a y -q n /dev/vg03.&lt;BR /&gt;&lt;BR /&gt;This is  exactly the reason why you always mirror data; this would be a minor inconvenience rather than a probable let's go find the backups.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2004 15:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347428#M625554</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-08-02T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347429#M625555</link>
      <description>dear Steven,&lt;BR /&gt;&lt;BR /&gt;In ioscan S/W status shows claimed or No_HW ?.Please checkup this .&lt;BR /&gt;If claimed weather it responds to&lt;BR /&gt;#diskinfo -v /dev/rdsk/cxtxdx command&lt;BR /&gt;if it gives output&lt;BR /&gt;do as following &lt;BR /&gt;&lt;BR /&gt;#vgchange -a y /dev/vg03(if it is no mirror)&lt;BR /&gt;#vgchange -a y -q n /dev/vg03 (with out quarum checking)&lt;BR /&gt;refer man vgchange for further switches&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;vinod</description>
      <pubDate>Tue, 03 Aug 2004 16:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347429#M625555</guid>
      <dc:creator>vinodan</dc:creator>
      <dc:date>2004-08-03T16:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347430#M625556</link>
      <description>ioscan gets claims.&lt;BR /&gt;&lt;BR /&gt;diskinfo returns that the disk has 0 size.&lt;BR /&gt;&lt;BR /&gt;vgchange -a gets errors like Quorum not present, or some physical volume(s) are missing"&lt;BR /&gt;&lt;BR /&gt;I did not use "vgchange -a y -q n /dev/vg03", would that work?&lt;BR /&gt;&lt;BR /&gt;It is a dead disk, isn't it??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2004 16:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347430#M625556</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2004-08-03T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347431#M625557</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Well, I wouldn't play taps for it just yet - but I'd get the bugler warmed up.&lt;BR /&gt;&lt;BR /&gt;As Clay mentioned, try to reseat the drive if it's a hot-swappable drive. THEN if it reports 0 size on a diskinfo command - it's toast.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 03 Aug 2004 16:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347431#M625557</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-08-03T16:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347432#M625558</link>
      <description>Hi&lt;BR /&gt; if you are encountering an error that quarum is&lt;BR /&gt;not present that means multiplle disks are there in that vg.this you can verify by&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;If there are multiple disks even though you are activating it using lq option you may not be able to mount all lvols(because defective one may be containg lols).&lt;BR /&gt;How many lvols are there in vg03 ?&lt;BR /&gt;regrads&lt;BR /&gt;vinod</description>
      <pubDate>Tue, 03 Aug 2004 17:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347432#M625558</guid>
      <dc:creator>vinodan</dc:creator>
      <dc:date>2004-08-03T17:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hard Disk Failure Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347433#M625559</link>
      <description>There is only one vg for vg03 from lvmtab.   There is only one lvol in vg03.&lt;BR /&gt;&lt;BR /&gt;vgchange command with any parameters does not make a miracle.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot guys, it's dead then.</description>
      <pubDate>Wed, 04 Aug 2004 07:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-failure-help/m-p/3347433#M625559</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2004-08-04T07:25:00Z</dc:date>
    </item>
  </channel>
</rss>

