<?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: Is the hard disk failed ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899185#M633694</link>
    <description>That looks really strange..... &lt;BR /&gt;&lt;BR /&gt;The 'ioscan' will read a disks presence even if it is unusable.&lt;BR /&gt;&lt;BR /&gt;Can you do this and see what it does.&lt;BR /&gt;# diskinfo /dev/rdsk/c3t5d0&lt;BR /&gt;&lt;BR /&gt;The 'dd' that you did, indicates the disk is readable but not writeable, that's what 'pvcreate' will do, can you do a 'dd' where your writing to disk.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;# dd if=/var/adm/syslog/syslog.log of=/dev/rdsk/c3t5d0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;I saw once a few years ago where a disk was installed that was write-protected, it looks a similar problem.</description>
    <pubDate>Fri, 07 Feb 2003 05:19:54 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-02-07T05:19:54Z</dc:date>
    <item>
      <title>Is the hard disk failed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899182#M633691</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The following showed when I perform pvcreate, mediainit and dd respectively:&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c3t5d0 &lt;BR /&gt;pvcreate: writing LVM record: I/O error&lt;BR /&gt;&lt;BR /&gt;mediainit -v /dev/rdsk/c3t5d0&lt;BR /&gt;mediainit: initialization process starting&lt;BR /&gt;mediainit: locking SCSI device&lt;BR /&gt;mediainit: initializing media&lt;BR /&gt;mediainit: initialize media command failed - I/O error&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;17366+1 records in&lt;BR /&gt;17366+1 records out&lt;BR /&gt;&lt;BR /&gt;There is no error message in syslog.log and dmesg.&lt;BR /&gt;&lt;BR /&gt;Any advice is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from &lt;/SPAN&gt;&lt;SPAN&gt;Storage&amp;gt;General to HP-UX &amp;gt; LVM and VxVM. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 01:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899182#M633691</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2014-09-22T01:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is the hard disk failed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899183#M633692</link>
      <description>Why would you use 'mediainit' at all?&lt;BR /&gt;&lt;BR /&gt;Doing a 'pvcreate -f /dev/rdsk/c3t5d0'&lt;BR /&gt;will remove anything that is on the disk anyway.....&lt;BR /&gt;&lt;BR /&gt;Seeing 'dd' works, there is probably nothing wrong with the disk. Try the force method as above. Let us know how you go.&lt;BR /&gt;You wouldn't see any errors in syslog, unless the disk is active via the operating system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2003 03:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899183#M633692</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-07T03:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is the hard disk failed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899184#M633693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Same message even with "-f" is included in pvcreate.&lt;BR /&gt;&lt;BR /&gt;Status is claimed when ioscan -fnCdisk is performed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
      <pubDate>Fri, 07 Feb 2003 03:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899184#M633693</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-02-07T03:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is the hard disk failed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899185#M633694</link>
      <description>That looks really strange..... &lt;BR /&gt;&lt;BR /&gt;The 'ioscan' will read a disks presence even if it is unusable.&lt;BR /&gt;&lt;BR /&gt;Can you do this and see what it does.&lt;BR /&gt;# diskinfo /dev/rdsk/c3t5d0&lt;BR /&gt;&lt;BR /&gt;The 'dd' that you did, indicates the disk is readable but not writeable, that's what 'pvcreate' will do, can you do a 'dd' where your writing to disk.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;# dd if=/var/adm/syslog/syslog.log of=/dev/rdsk/c3t5d0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;I saw once a few years ago where a disk was installed that was write-protected, it looks a similar problem.</description>
      <pubDate>Fri, 07 Feb 2003 05:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-hard-disk-failed/m-p/2899185#M633694</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-07T05:19:54Z</dc:date>
    </item>
  </channel>
</rss>

