<?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: Bad disk on rx4640 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447140#M358201</link>
    <description>Path 0/1/1/0.1.0 is always the upper disk.&lt;BR /&gt;&lt;BR /&gt;The lower disk is either&lt;BR /&gt;0/1/1/0.0.0&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;0/1/1/1.0.0&lt;BR /&gt;&lt;BR /&gt;depending on the disk backplane (single or dual bus).&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Jun 2009 12:18:00 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2009-06-25T12:18:00Z</dc:date>
    <item>
      <title>Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447138#M358199</link>
      <description>Hi, I have a bad boot disk on an rx4640 - /dev/dsk/c2t1d0s2. The IO path is 0/1/1/0.1.0. How do i tell if this is slot 0 or 1 on the front of the server?</description>
      <pubDate>Thu, 25 Jun 2009 12:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447138#M358199</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2009-06-25T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447139#M358200</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Use dd command after running it the LED will blow of your harddisk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Thu, 25 Jun 2009 12:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447139#M358200</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-06-25T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447140#M358201</link>
      <description>Path 0/1/1/0.1.0 is always the upper disk.&lt;BR /&gt;&lt;BR /&gt;The lower disk is either&lt;BR /&gt;0/1/1/0.0.0&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;0/1/1/1.0.0&lt;BR /&gt;&lt;BR /&gt;depending on the disk backplane (single or dual bus).&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 12:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447140#M358201</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-06-25T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447141#M358202</link>
      <description>what is the sytax and option for dd to query only? i dont see it in the man page.</description>
      <pubDate>Thu, 25 Jun 2009 12:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447141#M358202</guid>
      <dc:creator>Cara Rollins</dc:creator>
      <dc:date>2009-06-25T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447142#M358203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To read from the disk without any distruction,&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c2t1d0 of=/dev/null bs=1024k count=64 &lt;BR /&gt;&lt;BR /&gt;This will read initial 64MB of the data from the disk. You can omit count if you want to read the entire disk.&lt;BR /&gt;&lt;BR /&gt;But if the disk is dead, dd command may hang.</description>
      <pubDate>Thu, 25 Jun 2009 13:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447142#M358203</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-06-25T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bad disk on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447143#M358204</link>
      <description>Hi Cara,&lt;BR /&gt;&lt;BR /&gt;Run the below command and you will see the LED blinking.&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/dsk/c2t1d0 of=/dev/null&lt;BR /&gt;&lt;BR /&gt;Then you can remove the disk form the slot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vivek&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 13:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-disk-on-rx4640/m-p/4447143#M358204</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-25T13:17:57Z</dc:date>
    </item>
  </channel>
</rss>

