<?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: Harddisk status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455312#M359299</link>
    <description># ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0&lt;BR /&gt;disk      3  0/1/1/1.2.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;Also, there are no stale extends</description>
    <pubDate>Wed, 08 Jul 2009 10:48:25 GMT</pubDate>
    <dc:creator>Mohammad Mostafa</dc:creator>
    <dc:date>2009-07-08T10:48:25Z</dc:date>
    <item>
      <title>Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455302#M359289</link>
      <description>Hi all,&lt;BR /&gt;i got the following in the syslog.log&lt;BR /&gt;&lt;BR /&gt;# ----------------&lt;BR /&gt;Jun 26 15:50:51 unixdb vmunix: SCSI: Request Timeout; Abort Tag -- lbolt: 183112&lt;BR /&gt;891, dev: 1f021000, io_id: 272afbd&lt;BR /&gt;Jun 26 15:50:54 unixdb EMS [2650]: ------ EMS Event Notification ------   Value:&lt;BR /&gt; "CRITICAL (5)" for Resource: "/storage/events/disks/default/0_1_1_0.1.0"     (T&lt;BR /&gt;hreshold:  &amp;gt;= " 3")    Execute the following command to obtain event details:&lt;BR /&gt;/opt/resmon/bin/resdata -R 173670405 -r /storage/events/disks/default/0_1_1_0.1.&lt;BR /&gt;0 -n 173670401 -a&lt;BR /&gt;Jun 26 15:52:49 unixdb EMS [2650]: ------ EMS Event Notification ------   Value:&lt;BR /&gt; "CRITICAL (5)" for Resource: "/storage/events/disks/default/0_1_1_0.1.0"     (T&lt;BR /&gt;hreshold:  &amp;gt;= " 3")    Execute the following command to obtain event details:&lt;BR /&gt;/opt/resmon/bin/resdata -R 173670405 -r /storage/events/disks/default/0_1_1_0.1.&lt;BR /&gt;0 -n 173670402 -a&lt;BR /&gt;Jun 26 15:58:46 unixdb vmunix:&lt;BR /&gt;Jun 26 15:58:46 unixdb vmunix: SCSI: Request Timeout; Abort Tag -- lbolt: 183160&lt;BR /&gt;396, dev: 1f021000, io_id: 272bc8d&lt;BR /&gt;Jun 26 16:11:45 unixdb vmunix: SCSI: Request Timeout; Abort Tag -- lbolt: 183238&lt;BR /&gt;214, dev: 1f021000, io_id: 272d05a&lt;BR /&gt;&lt;BR /&gt;# -------------------&lt;BR /&gt;&lt;BR /&gt;i'm not sure whether the disk has failed or not&lt;BR /&gt;&lt;BR /&gt;# ioscan --&amp;gt; s/w state CLAIMED&lt;BR /&gt;# pvdisplay --&amp;gt; PV State   available&lt;BR /&gt;&lt;BR /&gt;but the Event Monitoring Service is saying that the resource is down&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I checked physically the disk leds and it looks normal.&lt;BR /&gt;&lt;BR /&gt;NB: the disk has a mirrored copy &lt;BR /&gt;&lt;BR /&gt;can you please help?</description>
      <pubDate>Wed, 08 Jul 2009 06:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455302#M359289</guid>
      <dc:creator>Mohammad Mostafa</dc:creator>
      <dc:date>2009-07-08T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455303#M359290</link>
      <description>Also check the event log file&lt;BR /&gt;/var/opt/resmon/log/event.log&lt;BR /&gt;&lt;BR /&gt;have you added or removed disks from the system recently ?</description>
      <pubDate>Wed, 08 Jul 2009 06:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455303#M359290</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2009-07-08T06:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455304#M359291</link>
      <description>Grep for stale extends , if any , &lt;BR /&gt;#!/bin/sh&lt;BR /&gt;##This script created for testing any stale extents in Lvol&lt;BR /&gt;##If in  the output any stale extents are found,pls report directly to Unix admin&lt;BR /&gt;####################################################&lt;BR /&gt;##Uncomment the next line if debug mode needed&lt;BR /&gt;#set -x&lt;BR /&gt;touch ~&lt;UR_HOME_HERE&gt;/if_any_stale&lt;BR /&gt;for i in `bdf | awk '{ print $1}'| grep -v Filesystem`&lt;BR /&gt;do&lt;BR /&gt;lvdisplay -v $i &amp;gt; ~techsup1/if_any_stale&lt;BR /&gt;grep -i stale ~&lt;UR_HOME_HERE&gt;/if_any_stale&lt;BR /&gt;val=`echo $?`&lt;BR /&gt;###echo $val&lt;BR /&gt;if [ $val -ne 1 ];then&lt;BR /&gt;echo "Logical Volume '$i' had stale volumes"&lt;BR /&gt;else&lt;BR /&gt;echo "Logical Volume $i OK"&lt;BR /&gt;fi&lt;BR /&gt;done&lt;BR /&gt;rm ~&lt;UR_HOME_HERE&gt;/if_any_stale&lt;BR /&gt;&lt;BR /&gt;check in syslog of message "lbolt", do u find "recovered " in also there.&lt;BR /&gt;&lt;/UR_HOME_HERE&gt;&lt;/UR_HOME_HERE&gt;&lt;/UR_HOME_HERE&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455304#M359291</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2009-07-08T07:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455305#M359292</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The EMS message indicates one of two things:&lt;BR /&gt;1) The disk has actually failed. This can be confirmed by dd if=/dev/dsk/c1t1d0 of=/dev/null bs=1024 count=10000 (use a real disk device) or cstm mstm xstm disk exercise function.&lt;BR /&gt;2) A hot swap disk has been removed from the system and put back in or switched, which results in an lbolt warning which stays around until either a reboot or a dmesg - or dmesg -c. One of those two commands is HP-UX, the other is Linux. I mix them up and usually end up trying both. They are harmless if done wrong.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Jul 2009 07:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455305#M359292</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-08T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455306#M359293</link>
      <description>Attached the related events.&lt;BR /&gt;&lt;BR /&gt;No, nothing have been added</description>
      <pubDate>Wed, 08 Jul 2009 07:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455306#M359293</guid>
      <dc:creator>Mohammad Mostafa</dc:creator>
      <dc:date>2009-07-08T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455307#M359294</link>
      <description>An 146Gb Hard disk at path 0/1/1/0.1.0 showing errors.&lt;BR /&gt;&lt;BR /&gt;"Disk at hardware path 0/1/1/0.1.0 : Media failure"&lt;BR /&gt;&lt;BR /&gt;please observe the eventlog.</description>
      <pubDate>Wed, 08 Jul 2009 07:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455307#M359294</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2009-07-08T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455308#M359295</link>
      <description>Hi,&lt;BR /&gt;see this error at your output&lt;BR /&gt;Disk at hardware path 0/1/1/0.1.0 : I/O request failed.&lt;BR /&gt;Disk at hardware path 0/1/1/0.1.0 : Media failure&lt;BR /&gt;&lt;BR /&gt;I think there is a problem with disk&lt;BR /&gt;did you check with this things&lt;BR /&gt;&lt;BR /&gt;1.ioscan&lt;BR /&gt;2.diskinfo&lt;BR /&gt;3.dd&lt;BR /&gt;Post output or this command&lt;BR /&gt;suppose your disk is /dev/dsk/c1t3d0&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;#diskinfo /dev/rdsk/c1t3d0&lt;BR /&gt;#dd if=/dev/rdsk/c1t3d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 08 Jul 2009 07:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455308#M359295</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-07-08T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455309#M359296</link>
      <description># dd if=/dev/rdsk/c2t1d0 of=/dev/null bs=1024k count=64 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;output:&lt;BR /&gt;# 64+0 records in&lt;BR /&gt;64+0 records out&lt;BR /&gt;&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;i have this in the syslog.log&lt;BR /&gt;&lt;BR /&gt;Jun 26 20:29:25 unixdb vmunix: LVM: VG 64 0x000000: PVLink 31 0x021000 Failed! The PV is not accessible.&lt;BR /&gt;Jun 26 18:23:24 unixdb vmunix: LVM: VG 64 0x000000: PVLink 31 0x021000 Recovered.&lt;BR /&gt;&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how to check for stale extends?</description>
      <pubDate>Wed, 08 Jul 2009 08:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455309#M359296</guid>
      <dc:creator>Mohammad Mostafa</dc:creator>
      <dc:date>2009-07-08T08:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455310#M359297</link>
      <description>look for stale xtents...&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v &lt;LV&gt; | grep -i stale&lt;/LV&gt;</description>
      <pubDate>Wed, 08 Jul 2009 09:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455310#M359297</guid>
      <dc:creator>whiz_kid911</dc:creator>
      <dc:date>2009-07-08T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455311#M359298</link>
      <description>Please use &lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;and see the status . Please avoid the switch "u" and see the output.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;sooraj U</description>
      <pubDate>Wed, 08 Jul 2009 09:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455311#M359298</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-07-08T09:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455312#M359299</link>
      <description># ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0&lt;BR /&gt;disk      3  0/1/1/1.2.0    sdisk    CLAIMED     DEVICE       HP 146 GST3146807L&lt;BR /&gt;C&lt;BR /&gt;                           /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;Also, there are no stale extends</description>
      <pubDate>Wed, 08 Jul 2009 10:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455312#M359299</guid>
      <dc:creator>Mohammad Mostafa</dc:creator>
      <dc:date>2009-07-08T10:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Harddisk status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455313#M359300</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please try running the information tool from cstm/xstm/mstm&lt;BR /&gt;&lt;BR /&gt;try the below sequence:&lt;BR /&gt;cstm&amp;gt;sel dev &lt;NUMBER&gt;&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; ial&lt;BR /&gt;&lt;BR /&gt;or try &lt;BR /&gt;ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;else&lt;BR /&gt;&lt;BR /&gt;diskinfo &lt;CHARACTER device="" path=""&gt; obtained from ioscan -funC disk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shivaprasad&lt;/CHARACTER&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-status/m-p/4455313#M359300</guid>
      <dc:creator>Shiv007</dc:creator>
      <dc:date>2009-07-09T07:24:20Z</dc:date>
    </item>
  </channel>
</rss>

