<?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: EMS messages about disk media errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736304#M66601</link>
    <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;If EMS is reporting a mediaum error, you should replace the disk. If it is possible, you can reduce the mirror on the disk, remove it from the VG and then do a READ/WRite (Destructive) exercise on this disk using STM. If STM says that the disk has medium error, replace the disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Jun 2002 13:34:28 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-06-03T13:34:28Z</dc:date>
    <item>
      <title>EMS messages about disk media errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736303#M66600</link>
      <description>About 3 or 4 times a week, I am getting a Critical EMS notification on my most active disk. The details show that the system was unable to perform a read due to an error on the medium. Since the utilization on this disk is constantly high, I am wondering if the disk really needs replacing or if the read is failing under heavy load for some other reason. The disk is half of a mirror - the other disk in the mirror never shows errors. Can someone give advice here? Thanks.</description>
      <pubDate>Mon, 03 Jun 2002 13:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736303#M66600</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-06-03T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: EMS messages about disk media errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736304#M66601</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;If EMS is reporting a mediaum error, you should replace the disk. If it is possible, you can reduce the mirror on the disk, remove it from the VG and then do a READ/WRite (Destructive) exercise on this disk using STM. If STM says that the disk has medium error, replace the disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 13:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736304#M66601</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-03T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: EMS messages about disk media errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736305#M66602</link>
      <description>As suggested by Sanjay, you can make use of the STM commands here:&lt;BR /&gt;&lt;BR /&gt;# stm&lt;BR /&gt;&lt;BR /&gt;This will display each disks on the system and check the specific disks with stm tools. If you have any errors in the media, it will report it. If found any error, you need to replace it with a new one. You can also check the disk with dd command:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/dsk/cxtydz of=/dev/null bs=1024K&lt;BR /&gt;&lt;BR /&gt;EMS errors normally indicates hardware errors.</description>
      <pubDate>Mon, 03 Jun 2002 13:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736305#M66602</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-03T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: EMS messages about disk media errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736306#M66603</link>
      <description>The sequence of processes that I would normally do whaen I get a suspicious EMS notification that indicate a potential bad disk. I usually start with the easy ones and if they are already indicating some hardware errors at the begining, your chance of a disk failure is higher.&lt;BR /&gt;1) Run /etc/dmesg and check /var/adm/syslog/syslog.log for any error.&lt;BR /&gt;2) Run "pvdisplay -v /dev/rdsk/cXtYdZ | more" to check for any stale extents.&lt;BR /&gt;3) Run "/etc/diskinfo /dev/rdsk/cXtYdZ" to see if disk response.&lt;BR /&gt;4) Run cstm info ..&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; sel dev &lt;DEV-NUMBER-OF-DISK-FROM-MAP&gt;&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; infolog&lt;BR /&gt;5) Run cstm exerciser ..&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; sel dev &lt;DEV-NUMBER-OF-DISK-FROM-MAP&gt;&lt;BR /&gt;cstm&amp;gt; exc&lt;BR /&gt;cstm&amp;gt; einf&lt;BR /&gt;If 1,2 &amp;amp; 3 are showing the signs, don't bother running cstm, just get the disk replaced.&lt;BR /&gt;Hope this helps ..&lt;/DEV-NUMBER-OF-DISK-FROM-MAP&gt;&lt;/DEV-NUMBER-OF-DISK-FROM-MAP&gt;</description>
      <pubDate>Mon, 03 Jun 2002 14:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736306#M66603</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-03T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: EMS messages about disk media errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736307#M66604</link>
      <description>Thanks for the suggestions. As it turns out, that disk is under contract and HP is going to come out at look at it and replace if necessary.</description>
      <pubDate>Mon, 03 Jun 2002 20:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-messages-about-disk-media-errors/m-p/2736307#M66604</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-06-03T20:15:42Z</dc:date>
    </item>
  </channel>
</rss>

