<?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 ROOT DISK STALE EXTENT ISSUE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916827#M285433</link>
    <description>I have ONE stale extent on my root disk, as shown below:&lt;BR /&gt;00848 /dev/dsk/c0t6d0    00867 current  /dev/dsk/c4t6d0    02734 stale&lt;BR /&gt;I have swapped out the root disk c4t6d0 and tried rebuilding it but the same stale extent was present which is strange.&lt;BR /&gt;We had an engineer out before who said that this could be a false error and we should swap out the primary root disk instead.&lt;BR /&gt;I just wanted to check if this was true as I guess that if it is then in fact the disk I have replaced c4t6d0 is now identical to the corrupt c0t6d0 and I need to put it back in quick?</description>
    <pubDate>Fri, 22 Dec 2006 04:49:56 GMT</pubDate>
    <dc:creator>Neil Herring_1</dc:creator>
    <dc:date>2006-12-22T04:49:56Z</dc:date>
    <item>
      <title>ROOT DISK STALE EXTENT ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916827#M285433</link>
      <description>I have ONE stale extent on my root disk, as shown below:&lt;BR /&gt;00848 /dev/dsk/c0t6d0    00867 current  /dev/dsk/c4t6d0    02734 stale&lt;BR /&gt;I have swapped out the root disk c4t6d0 and tried rebuilding it but the same stale extent was present which is strange.&lt;BR /&gt;We had an engineer out before who said that this could be a false error and we should swap out the primary root disk instead.&lt;BR /&gt;I just wanted to check if this was true as I guess that if it is then in fact the disk I have replaced c4t6d0 is now identical to the corrupt c0t6d0 and I need to put it back in quick?</description>
      <pubDate>Fri, 22 Dec 2006 04:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916827#M285433</guid>
      <dc:creator>Neil Herring_1</dc:creator>
      <dc:date>2006-12-22T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT DISK STALE EXTENT ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916828#M285434</link>
      <description>Use diagnostics, diskinfo to check both disks. Here is some info - &lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 22 Dec 2006 07:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916828#M285434</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-12-22T07:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT DISK STALE EXTENT ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916829#M285435</link>
      <description>stale outstand means your disk has broke on some place. Beter is to replace the disk.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Fri, 22 Dec 2006 07:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916829#M285435</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2006-12-22T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT DISK STALE EXTENT ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916830#M285436</link>
      <description>it most likely an hardware issue but it could be caused by a sw bug. COntact HP if they have this type of error logged with your current sw products installed and kernels</description>
      <pubDate>Fri, 22 Dec 2006 08:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916830#M285436</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-22T08:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: ROOT DISK STALE EXTENT ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916831#M285437</link>
      <description>Hi Neil Herring,&lt;BR /&gt;&lt;BR /&gt;Yup, the possibility that other disk (c0t6d0) having a problem is there. You need to check both disk by using 'dd' command :&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k&lt;BR /&gt;# dd if=/dev/rdsk/c4t6d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;If you saw the I/O error, that's the disk that you should replace.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Dec 2006 23:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-stale-extent-issue/m-p/3916831#M285437</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-12-25T23:11:03Z</dc:date>
    </item>
  </channel>
</rss>

