<?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 replacement in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849326#M825652</link>
    <description>It would be useful if you posted the output from the following command (both systems):&lt;BR /&gt;&lt;BR /&gt;ioscan -funC disk&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;To clarify an earlier reply, the time difference between running dd with a 64k against a 1024k blocksize (at least in HP-UX 11.00) appears from experiment to be negligible. Provided the blocksize is 8k or greater, a SEAGATE ST39173WC provides just under 15Mb/sec, SEAGATE ST39175LC's are better at about 19Mb/sec.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
    <pubDate>Thu, 21 Nov 2002 13:55:13 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2002-11-21T13:55:13Z</dc:date>
    <item>
      <title>harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849312#M825638</link>
      <description>Hi gurus!&lt;BR /&gt;&lt;BR /&gt;I have a HP-UX11.00 system with 2 k-class servers sharing the same disk array - I use also disk mirroring. I have rebooted one server from the Ignite tape then I have tried to rebuild the mirroring for the root disk. I have received an error "harddisk stale" after lvreduce command. Is that mean that I have to replace the disk? How can I check the integrity of a harddisk?&lt;BR /&gt;If the disk is bad and I replace it, do I have to rebuild mirroring also for the other server (the root disk is shared)?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;Ionu</description>
      <pubDate>Thu, 21 Nov 2002 09:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849312#M825638</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T09:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849313#M825639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use dd to check the integrity of the disk:&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;output ok?&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c?t?d? of=/dev/null bs=4096k&lt;BR /&gt;&lt;BR /&gt;If this command fails replace the disk, and reenable mirroring.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Thu, 21 Nov 2002 09:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849313#M825639</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-11-21T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849314#M825640</link>
      <description>dd - invalid number specification in dd option&lt;BR /&gt;&lt;BR /&gt;I understood that I have to rebuild mirroring, but also for the other server?</description>
      <pubDate>Thu, 21 Nov 2002 10:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849314#M825640</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849315#M825641</link>
      <description>Hu again,&lt;BR /&gt;&lt;BR /&gt;Im am not sure. If you enable mirroring with MirrorUx on all the vg00 lvols  ( lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c?t?d?) &lt;BR /&gt;Both disks shoud be idenical and if both the disks are accessable by both servers you are in business. But i do not know how to update the lvminfo on the other servers kernel. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 10:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849315#M825641</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-11-21T10:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849316#M825642</link>
      <description>Please check if you entered lowercase 'k' in the block size option 'bs=4096k'.&lt;BR /&gt;If this dd command will complete successfully (w/o errors like 'I/O error') then disk surface is physically accessible and you need to troubleshoot LVM structures&lt;BR /&gt;Eugeny</description>
      <pubDate>Thu, 21 Nov 2002 10:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849316#M825642</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2002-11-21T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849317#M825643</link>
      <description>When we encounter stale PEs, it could be an indication of the hard disk&lt;BR /&gt;consists of bad segment.  Use 'dd' test on the disk hard disk:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=64k&lt;BR /&gt;&lt;BR /&gt;Take note of the number returns, multiply it with 64.  The product of the&lt;BR /&gt;multiplication should be about the size of hard disk which is reported in&lt;BR /&gt;'diskinfo':&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Where are the VG00 disks? In the array? &lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 10:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849317#M825643</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2002-11-21T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849318#M825644</link>
      <description>Yes, the vg00 disks are in the array.&lt;BR /&gt;I gave&lt;BR /&gt;#dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=64k and I don't receive the prompt back!&lt;BR /&gt;&lt;BR /&gt;So, I want to be sure:&lt;BR /&gt;- Shutdown both servers&lt;BR /&gt;- Replace disk&lt;BR /&gt;- Startup the server and - rebuild mirroring (for both?)</description>
      <pubDate>Thu, 21 Nov 2002 11:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849318#M825644</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T11:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849319#M825645</link>
      <description>it tooks some time for the output:&lt;BR /&gt;&lt;BR /&gt;138930 + 1 records in&lt;BR /&gt;138930 + 1 records out&lt;BR /&gt;&lt;BR /&gt;Does it mean that my harddisk is OK?&lt;BR /&gt;Mike, say something to give you the points for the command :-)</description>
      <pubDate>Thu, 21 Nov 2002 11:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849319#M825645</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849320#M825646</link>
      <description>Ionu,&lt;BR /&gt;&lt;BR /&gt;With a small block size like 64K, dd will take a VERY long time to scan any decently sized disk - several hours at least.  Try again with a block size of 1024k (or more).&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 11:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849320#M825646</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849321#M825647</link>
      <description>I forgot something:&lt;BR /&gt;with lvdisplay -v /dev/vg00/lvol3 (root filesystem)&lt;BR /&gt;on the first server the PE are in 'current' state but on the second (the one with the problem) the same command show me the PE's  in 'stale' state..</description>
      <pubDate>Thu, 21 Nov 2002 12:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849321#M825647</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849322#M825648</link>
      <description>Ionu,&lt;BR /&gt;&lt;BR /&gt;If the disk is 8.8gb, it looks ok.&lt;BR /&gt;&lt;BR /&gt;What kind of array?</description>
      <pubDate>Thu, 21 Nov 2002 13:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849322#M825648</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2002-11-21T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849323#M825649</link>
      <description>The model of rack enclosure is A3312A, I don't know more, it has 2 power supplies on the left side and 2 columns each with 4 disks on the right.&lt;BR /&gt;All the disks are the same size - 8891556 kbytes - from diskinfo</description>
      <pubDate>Thu, 21 Nov 2002 13:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849323#M825649</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849324#M825650</link>
      <description>FWIW, the A3312A is commonly known as a Jamaica or HASS (High Availability Storage System).  It's basically a JBOD with hot swappable drives, power supplies, and fans - no RAID capabilities.&lt;BR /&gt;&lt;BR /&gt;How is this being shared between the two systems?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 13:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849324#M825650</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849325#M825651</link>
      <description>check this document for hte procedure to rebuild the mirror after replacing the bad hard disk&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1037886324162+28353475&amp;amp;docId=200000062909815" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1037886324162+28353475&amp;amp;docId=200000062909815&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 13:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849325#M825651</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-21T13:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849326#M825652</link>
      <description>It would be useful if you posted the output from the following command (both systems):&lt;BR /&gt;&lt;BR /&gt;ioscan -funC disk&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;To clarify an earlier reply, the time difference between running dd with a 64k against a 1024k blocksize (at least in HP-UX 11.00) appears from experiment to be negligible. Provided the blocksize is 8k or greater, a SEAGATE ST39173WC provides just under 15Mb/sec, SEAGATE ST39175LC's are better at about 19Mb/sec.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 21 Nov 2002 13:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849326#M825652</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-21T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849327#M825653</link>
      <description>That's the output of the commands. I had problems only on /dev/vg00</description>
      <pubDate>Thu, 21 Nov 2002 14:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849327#M825653</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849328#M825654</link>
      <description>I'll ask the dumb question:  don't stale lvol's need to be sync'd?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 14:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849328#M825654</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849329#M825655</link>
      <description>Ionut,&lt;BR /&gt;&lt;BR /&gt;OK, so your internal root disk is mirrored to /dev/dsk/c3t6d0 which is on a FW HPPB card. If this disk is in a Jamaica disk enclosure it should be terminated and not on a shared bus.&lt;BR /&gt;&lt;BR /&gt;Why did you boot from your ignite tape in the 1st place?&lt;BR /&gt; Did either /dev/dsk/c2t6d0 or /dev/dsk/c3t6d0 fail?&lt;BR /&gt;Are the extends still stale ?&lt;BR /&gt; Have you tried lvsync or vgsnyc?&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 14:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849329#M825655</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2002-11-21T14:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849330#M825656</link>
      <description>15 minutes before your question I started a vgsync vg00, Pete - it looks OK so far, I think you're the winner.&lt;BR /&gt;The story: On my servers is running a third vendor application. If something is wrong to the operating system or the application I have to call them and they try to solve the problem. If they cannot do it , they open a Helpdesk request to HP and HP call me back - sounds stupid but this is the contract. Rebuilding the mirroring was part of a faulty installation they have performed last week - it is not a live system, so it was no emergency. After redoing the mirroring the guy from the thrd party helpdesk realized that he forgot to make the mirror disk bootable, so he performed mkboot at the end, I have tried to reboot from ALT path- the system failed so the guy tried to undo mirroring and told me that he received after lvreduce this 'stale' state of the mirror, so they called HP and I received this morning a brand-new disk. But I don't want to use it if my old one is OK. That's all.&lt;BR /&gt; thanks Pete, it wasn't a dumb question at all!&lt;BR /&gt;Thank yo</description>
      <pubDate>Thu, 21 Nov 2002 14:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849330#M825656</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849331#M825657</link>
      <description>Mike:&lt;BR /&gt;I have rebooted from Ignite because swinstall has failed and I had as result a corrupted kernel, that was the only reason.</description>
      <pubDate>Thu, 21 Nov 2002 14:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-replacement/m-p/2849331#M825657</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-21T14:41:23Z</dc:date>
    </item>
  </channel>
</rss>

