<?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: Disk Failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781732#M636862</link>
    <description>Hi Tiago,&lt;BR /&gt;&lt;BR /&gt;Try this command&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;Note that you must use the raw disk "rdsk"&lt;BR /&gt;&lt;BR /&gt;If this returns nothing OR O size OR O bytes/sector, then there is a definite problem with the disk.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 07 Aug 2002 18:58:17 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-08-07T18:58:17Z</dc:date>
    <item>
      <title>Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781730#M636860</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I've executed the pvdisplay command at my disk c1t0d0 and got the message:&lt;BR /&gt;&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c1t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c1t0d0".&lt;BR /&gt;&lt;BR /&gt;Is there a physical failure with this disk??&lt;BR /&gt;&lt;BR /&gt;Is there another test that I can do to test the disk??&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 07 Aug 2002 18:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781730#M636860</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-08-07T18:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781731#M636861</link>
      <description>Is this c1t0d0 was part of vg00 or are you trying to add a new one ?&lt;BR /&gt;&lt;BR /&gt;Is the disk comes in:&lt;BR /&gt;# ioscan -fnC disk ?&lt;BR /&gt;&lt;BR /&gt;Is the disk shows somethin here:&lt;BR /&gt;# diskinfo /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;Did you check the disk with stm or dd:&lt;BR /&gt;# stm&lt;BR /&gt;# dd if=/dev/rdsk/c1t0d0 of=/dev/null bs=64kb</description>
      <pubDate>Wed, 07 Aug 2002 18:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781731#M636861</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-07T18:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781732#M636862</link>
      <description>Hi Tiago,&lt;BR /&gt;&lt;BR /&gt;Try this command&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;Note that you must use the raw disk "rdsk"&lt;BR /&gt;&lt;BR /&gt;If this returns nothing OR O size OR O bytes/sector, then there is a definite problem with the disk.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 07 Aug 2002 18:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781732#M636862</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-07T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781733#M636863</link>
      <description>Almost certainly. It appears that vg00 is mirrored since you are still up although vg00 could consist of multiple unmirroed disks as well. &lt;BR /&gt;&lt;BR /&gt;You could have inadvertently overwritten the LVM data structures on the disk. A good safe test would be to do this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c1t0d0 bs=256k of=/dev/null.&lt;BR /&gt;&lt;BR /&gt;If that command completes sucessfully then the disk is ok and a vgcfgrestore, vgchange -a y, and a vgsync should get you back.&lt;BR /&gt;&lt;BR /&gt;I'm betting however on a failed disk drive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 19:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781733#M636863</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-07T19:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781734#M636864</link>
      <description>You can also run cstm's exerciser on it. Do this last after you've done what have been suggested by others.&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; sel dev &lt;DEV-NUMBER-OF-DISK-FR-1ST-COLUMN-OF-MAP-OUTPUT&gt;&lt;BR /&gt;cstm&amp;gt; exercise&lt;BR /&gt;cstm&amp;gt; exeractlog&lt;BR /&gt;cstm&amp;gt; exerfaillog&lt;/DEV-NUMBER-OF-DISK-FR-1ST-COLUMN-OF-MAP-OUTPUT&gt;</description>
      <pubDate>Wed, 07 Aug 2002 19:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781734#M636864</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-07T19:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781735#M636865</link>
      <description>This disk's part of VG00, actually it's mirrored with another disk. This disk already exist in the machine, I'm just checking his status after a building move of the company.&lt;BR /&gt;&lt;BR /&gt;I tried the command diskinfo /dev/rdsk/c1t0d0 and the response is:&lt;BR /&gt;&lt;BR /&gt;SCSI describe of /dev/rdsk/c1t0d0:&lt;BR /&gt;             vendor: IBM&lt;BR /&gt;         product id: DMVS&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;&lt;BR /&gt;The STM recognize the disk but doesn't generate any information about that...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 19:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781735#M636865</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-08-07T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781736#M636866</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;It look like a failed disk, if the device name you are giving is right. Replace the disk and reconfigure it (vgcfgrestore).&lt;BR /&gt;&lt;BR /&gt;gl,</description>
      <pubDate>Wed, 07 Aug 2002 19:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781736#M636866</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-07T19:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781737#M636867</link>
      <description>Hi Tiago,&lt;BR /&gt;&lt;BR /&gt; Before you replace the disk, I would suggest that if it's in a hot-swappable enclosure, you should reseat it. Just pull it out &amp;amp; plug it back in securely. Wouldn't be the 1st time a move has unseated a drive.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 07 Aug 2002 19:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781737#M636867</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-07T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781738#M636868</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like a failed disk to me. The disk is at c1t0d0. Try Diskinfo,&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;If this works, then try to reactivate the root VG to which this seems to belong,&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;then again do a pvdisplay,&lt;BR /&gt;&lt;BR /&gt;pvidsplay -v /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;or go a vgdisplay,&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;See if the disk is shown as available in vgdisplay.&lt;BR /&gt;&lt;BR /&gt;If none of these generate the desired output, replace the disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 19:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781738#M636868</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-07T19:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781739#M636869</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You say you started your server again after a building move.&lt;BR /&gt;&lt;BR /&gt;I assume this server was up and running for a very long time before you decided to switch it off for the move to take place.&lt;BR /&gt;&lt;BR /&gt;Harddisks sometimes fail to spin after being on for a very long time.  I think that's what happened to you.&lt;BR /&gt;&lt;BR /&gt;Try to remove the disk, shake it for a few seconds, then back on.  Try to listen to it spinning.  If it does not spin, you have to replace it.  You have mirroring so no big deal.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Thu, 08 Aug 2002 05:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781739#M636869</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-08T05:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781740#M636870</link>
      <description>I can't shutdown the machine at this moment, is there any problem if I remove the disk with the machine running? And then I will put that again to executed the tests again.</description>
      <pubDate>Thu, 08 Aug 2002 10:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781740#M636870</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-08-08T10:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781741#M636871</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The hot-swap action of harddisks is supported only on a handful of servers, and, before removing, you have to prepare the system LVM-wise.  It's not like a RAID disk array where you can remove disks without anything.&lt;BR /&gt;&lt;BR /&gt;Please tell us what is your server.&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Thu, 08 Aug 2002 11:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781741#M636871</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-08T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781742#M636872</link>
      <description>I didn't understand what you mean by a "handful of servers" but what I understand about your explanation, it's better I shutdown the server and proceed with the "shake"of the disk, and then put that again and restart the machine.&lt;BR /&gt;&lt;BR /&gt;Ok?</description>
      <pubDate>Thu, 08 Aug 2002 12:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781742#M636872</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-08-08T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781743#M636873</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the disk is in a HASS box or Disk array which is hot swappable, then you can remove and install it back (or install new one) when the system is online. This will not create any problem if you are removing the right disk.&lt;BR /&gt;&lt;BR /&gt;But if the disk is not hot-swappable, then you should shutdown the server to test your ideas.</description>
      <pubDate>Thu, 08 Aug 2002 13:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781743#M636873</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-08T13:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781744#M636874</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can shutdown your server and do that yes, but if you have one of the newer servers, like the rp54xx or rp74xx, this is not needed.  You can actually remove the disk online and replace it online.  Before that, though, you have to prepare your system in such a way as not to recognise the disk.  In your case, remove mirroring and remove the disk c1t0d0 from lvmtab.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 09 Aug 2002 05:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/2781744#M636874</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-09T05:00:13Z</dc:date>
    </item>
  </channel>
</rss>

