<?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 replacement question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431689#M355909</link>
    <description>Hi Waqar,&lt;BR /&gt;&lt;BR /&gt;# ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;Check the hardware path.&lt;BR /&gt;See if it helps as vg00 mostly have internal disks.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;R.K.</description>
    <pubDate>Wed, 03 Jun 2009 01:35:17 GMT</pubDate>
    <dc:creator>R.K. #</dc:creator>
    <dc:date>2009-06-03T01:35:17Z</dc:date>
    <item>
      <title>Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431688#M355908</link>
      <description>I am a remote unix administrator and we have a customer whose vg00 hard disk (c0t6d0) failed. This disk is mirrored to another disk (C3t2d0)on the server and the disk is hot swapable.&lt;BR /&gt;&lt;BR /&gt;The server is RP 7410 and the disk is hot swapable. &lt;BR /&gt;The problem  I am having here the server is not properly labelled and the customer is unable to find the failing disk (c0t6d0).&lt;BR /&gt;&lt;BR /&gt;Is there any way that you can point out physically which disk is failing by sending some commands or signals. THe disk does not have yellow light on. I dont want that some one pulled the wrong disk (working disk ) out and crush the whole system.&lt;BR /&gt;&lt;BR /&gt;Any help in this regard is highly appreciated.</description>
      <pubDate>Wed, 03 Jun 2009 00:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431688#M355908</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-06-03T00:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431689#M355909</link>
      <description>Hi Waqar,&lt;BR /&gt;&lt;BR /&gt;# ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;Check the hardware path.&lt;BR /&gt;See if it helps as vg00 mostly have internal disks.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;R.K.</description>
      <pubDate>Wed, 03 Jun 2009 01:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431689#M355909</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-06-03T01:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431690#M355910</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can give a dd command as&lt;BR /&gt;&lt;BR /&gt;dd if=c0t6d0 of=/dev/null bs=1024 &lt;BR /&gt;&lt;BR /&gt;then tell the local person to look for the bhysical disk LED activity .. so that he can identify the most blinking HDD.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;24/7</description>
      <pubDate>Wed, 03 Jun 2009 02:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431690#M355910</guid>
      <dc:creator>24 7</dc:creator>
      <dc:date>2009-06-03T02:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431691#M355911</link>
      <description>&amp;gt;&amp;gt;then tell the local person to look for the &lt;BR /&gt;&amp;gt;&amp;gt;bhysical disk LED activity .. so that he can &lt;BR /&gt;&amp;gt;&amp;gt;identify the most blinking HDD.&lt;BR /&gt;&lt;BR /&gt;And how is this supposed to work if the disk is dead?  If the disk isn't working dd will likely just hang.</description>
      <pubDate>Wed, 03 Jun 2009 02:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431691#M355911</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-06-03T02:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431692#M355912</link>
      <description>If the disk is not completely dead, you can try the dd command:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c0t6d0 of=/dev/null bs=2048k&lt;BR /&gt;&lt;BR /&gt;This will light up the LED solid on the disk in question. Ctrl C to get out.&lt;BR /&gt;&lt;BR /&gt;lssf /dev/rdsk/c0t6d0 will give you H/W path. HP CE's should be able to figure out where it is physically if you give them H/W path.&lt;BR /&gt;&lt;BR /&gt;If they're both internal disks, and if you can't do a "dd" on the bad disk. Your option is to do the "dd" on the good disk, then tell them not to touch it, and replace the other dead disk instead! :)</description>
      <pubDate>Wed, 03 Jun 2009 02:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431692#M355912</guid>
      <dc:creator>Henry Fauni</dc:creator>
      <dc:date>2009-06-03T02:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431693#M355913</link>
      <description>Patrik, &lt;BR /&gt;then you give a resolution!&lt;BR /&gt;&lt;BR /&gt;If the local engineer not able to identify by looking on the LEDs , probable the disk is not fully dead. So he can try the command what I suggested.</description>
      <pubDate>Wed, 03 Jun 2009 02:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431693#M355913</guid>
      <dc:creator>24 7</dc:creator>
      <dc:date>2009-06-03T02:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431694#M355914</link>
      <description>Hi Waqar,&lt;BR /&gt;&lt;BR /&gt;Just, follow below steps :&lt;BR /&gt;&lt;BR /&gt;1) # lvlnboot -v&lt;BR /&gt;This command tells you the primary boot disk and secondary boot disk.&lt;BR /&gt;In your case : &lt;BR /&gt;Pri - c0t6d0&lt;BR /&gt;Sec - C3t2d0&lt;BR /&gt;&lt;BR /&gt;2) # ioscan -fnC disk&lt;BR /&gt;Try to find here your above discs and locate there H/W Path it may help you to identify location.&lt;BR /&gt;&lt;BR /&gt;3) # olrad -q&lt;BR /&gt;olrad - command for OnLine Addition/Replacement/Deletion of PCI I/O cards and Online Addition/Deletion of I/O chassis. &lt;BR /&gt;&lt;BR /&gt;4) # dd if=/dev/dsk/c0t6d0 of=/dev/null bs=1024 &lt;BR /&gt;As soon as you execute this command the disk LED will start glowing constantly. Here you have to ask your onsite person to confirm the blinking and after get successfull confirmation ask him to label it first. Do "ctrnl + c" to come out from command.&lt;BR /&gt;&lt;BR /&gt;Do the above command for both Primary and secondary disk.&lt;BR /&gt;&lt;BR /&gt;Note : Give more attention to "if" and "of" values, if you exchange these value by mistake it will scrap your entire data. Hence, it is most dangerous command if used in wrong way.&lt;BR /&gt;After labeling you can proceed with Disk replacement. Recommanded to have HP Engg at onsite to replace the disk to avoid other problems.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Vikas</description>
      <pubDate>Wed, 03 Jun 2009 02:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431694#M355914</guid>
      <dc:creator>Vikas Thorat</dc:creator>
      <dc:date>2009-06-03T02:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk replacement question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431695#M355915</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the best way to identify the disk is to ask hp hardware support technician, or use dd, and check the LED on the disk.&lt;BR /&gt;&lt;BR /&gt;I found a document from RP7410, about HW path's. But I'm not able to garantie if it's correct, in our company we don't have this server.&lt;BR /&gt;&lt;BR /&gt;RP7410 HW paths is in attachment of this response.&lt;BR /&gt;&lt;BR /&gt;if you are use "ioscan -fnC" disk you should be able to identify which disk is failed with the HW path.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 03 Jun 2009 04:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-replacement-question/m-p/4431695#M355915</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-03T04:38:50Z</dc:date>
    </item>
  </channel>
</rss>

