<?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: HDD problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146424#M318293</link>
    <description>(napfep01:/)# ioscan -funC disk | grep -i c5t8d0&lt;BR /&gt;                           /dev/dsk/c5t8d0   /dev/rdsk/c5t8d0&lt;BR /&gt;(napfep01:/)# diskinfo /dev/rdsk/c5t8d0&lt;BR /&gt;diskinfo: can't SIOC_INQUIRY /dev/rdsk/c5t8d0: No such device or address&lt;BR /&gt;(napfep01:/)# dd if=/dev/rdsk/c5t8d0 of-/dev/null bs=1024k count=1000&lt;BR /&gt;dd: bad arg of-/dev/null&lt;BR /&gt;(napfep01:/)# dd if=/dev/rdsk/c5t8d0 of=/dev/null bs=1024k count=1000&lt;BR /&gt;(the green line is lighting)&lt;BR /&gt;&lt;BR /&gt;(napfep01:/)# pvdisplay /dev/dsk/c5t8d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c5t8d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   unavailable&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      18&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    4340&lt;BR /&gt;Free PE                     1855&lt;BR /&gt;Allocated PE                2485&lt;BR /&gt;Stale PE                    695&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Feb 2008 08:37:44 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2008-02-18T08:37:44Z</dc:date>
    <item>
      <title>HDD problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146422#M318291</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I have the following error in my HP-UX 11.11 system in one of my disks &lt;BR /&gt;:The Logical Volume Manager shows this device file, /dev/dsk/c5t8d0,&lt;BR /&gt;with hardware path, 10/6/3/0.8.0, as belonging to Volume Group, vg00.&lt;BR /&gt;SAM has determined that this hardware path is not currently active&lt;BR /&gt;because either the device is disconnected, or this is not the primary&lt;BR /&gt;path to a multiple path physical volume. This results in incorrect&lt;BR /&gt;disk utilization information in the Disk Devices and Volume Group&lt;BR /&gt;lists."&lt;BR /&gt;&lt;BR /&gt;i need to know the cause of the problem and how to solve it.&lt;BR /&gt;BR;&lt;BR /&gt;Fadia Almarei</description>
      <pubDate>Mon, 18 Feb 2008 08:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146422#M318291</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2008-02-18T08:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: HDD problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146423#M318292</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;PLease try the following:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk | grep -i c5t8d0 &lt;BR /&gt;  Check the disk is CLAIMED&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c5t8d0&lt;BR /&gt;  check the disk sizes and Block size.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c5t8d0 of-/dev/null bs=1024k count=1000&lt;BR /&gt;  Check te integrity of disk.&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c5t8d0&lt;BR /&gt;  Check the PV status -- AVAILABLE&lt;BR /&gt;  Check the Alternate lin available or not.&lt;BR /&gt;&lt;BR /&gt;# Check the related errors in /var/adm/syslog/syslog.log as well.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146423#M318292</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-02-18T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDD problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146424#M318293</link>
      <description>(napfep01:/)# ioscan -funC disk | grep -i c5t8d0&lt;BR /&gt;                           /dev/dsk/c5t8d0   /dev/rdsk/c5t8d0&lt;BR /&gt;(napfep01:/)# diskinfo /dev/rdsk/c5t8d0&lt;BR /&gt;diskinfo: can't SIOC_INQUIRY /dev/rdsk/c5t8d0: No such device or address&lt;BR /&gt;(napfep01:/)# dd if=/dev/rdsk/c5t8d0 of-/dev/null bs=1024k count=1000&lt;BR /&gt;dd: bad arg of-/dev/null&lt;BR /&gt;(napfep01:/)# dd if=/dev/rdsk/c5t8d0 of=/dev/null bs=1024k count=1000&lt;BR /&gt;(the green line is lighting)&lt;BR /&gt;&lt;BR /&gt;(napfep01:/)# pvdisplay /dev/dsk/c5t8d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c5t8d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   unavailable&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      18&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    4340&lt;BR /&gt;Free PE                     1855&lt;BR /&gt;Allocated PE                2485&lt;BR /&gt;Stale PE                    695&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2008 08:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146424#M318293</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2008-02-18T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: HDD problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146425#M318294</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You haven't posted the "dd" output.It should give you "1000 recoed in and 1000 record out".&lt;BR /&gt;&lt;BR /&gt;However, PV status is unavailable and 695 stale extents are there.&lt;BR /&gt;&lt;BR /&gt;Sounds like a BAD DISK.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2008 09:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146425#M318294</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-02-18T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: HDD problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146426#M318295</link>
      <description>BAD DISK... hmmmmm&lt;BR /&gt;try this thing&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I recommend to have Ignite backup with you before you proceed.</description>
      <pubDate>Tue, 19 Feb 2008 09:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hdd-problem/m-p/4146426#M318295</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-02-19T09:42:17Z</dc:date>
    </item>
  </channel>
</rss>

