<?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 disk IO errors connected with disk mirroring operation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684356#M53799</link>
    <description>Hi all, earlier this week I posted a message asking for direction in mirroring a disk. When I followed the directions I got errors when mirroring 3 of the 12 lvols. I searched the site and found someone who had had the same errors and the recommended solution was to run a command to test the lvols then if they check out ok there was instructions to fix the mirror problem. Unfortunately there was no info on how to proceed if the disks did not check out. Mine did not check out. The following is how I tested the lvol and the result.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/vg00/lvol3 of=/dev/null bs=4096k&lt;BR /&gt;dd read error: I/O error&lt;BR /&gt;0+1 records in&lt;BR /&gt;0+1 records out&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;I am pretty clueless about this box and the OS. If the solution to this issue or further problem definition requires much more than a couple of commands that are pretty much the same on any system I'm going to need detailed instruction. I'm not even sure what info I should pass along to define the issue. If the answer is on the site then I don't know enough to know how to find it, I have tried and I'm coming up dry. General direction and links to detailed docs are great.&lt;BR /&gt;Any help I can get is greatly appreciated.&lt;BR /&gt;Thanks,&lt;BR /&gt;Constance Cate</description>
    <pubDate>Fri, 15 Mar 2002 16:58:14 GMT</pubDate>
    <dc:creator>Constance</dc:creator>
    <dc:date>2002-03-15T16:58:14Z</dc:date>
    <item>
      <title>disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684356#M53799</link>
      <description>Hi all, earlier this week I posted a message asking for direction in mirroring a disk. When I followed the directions I got errors when mirroring 3 of the 12 lvols. I searched the site and found someone who had had the same errors and the recommended solution was to run a command to test the lvols then if they check out ok there was instructions to fix the mirror problem. Unfortunately there was no info on how to proceed if the disks did not check out. Mine did not check out. The following is how I tested the lvol and the result.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/vg00/lvol3 of=/dev/null bs=4096k&lt;BR /&gt;dd read error: I/O error&lt;BR /&gt;0+1 records in&lt;BR /&gt;0+1 records out&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;I am pretty clueless about this box and the OS. If the solution to this issue or further problem definition requires much more than a couple of commands that are pretty much the same on any system I'm going to need detailed instruction. I'm not even sure what info I should pass along to define the issue. If the answer is on the site then I don't know enough to know how to find it, I have tried and I'm coming up dry. General direction and links to detailed docs are great.&lt;BR /&gt;Any help I can get is greatly appreciated.&lt;BR /&gt;Thanks,&lt;BR /&gt;Constance Cate</description>
      <pubDate>Fri, 15 Mar 2002 16:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684356#M53799</guid>
      <dc:creator>Constance</dc:creator>
      <dc:date>2002-03-15T16:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684357#M53800</link>
      <description>Can you provide these output .. (this will help give us more details)&lt;BR /&gt;&lt;BR /&gt;1) # vgdisplay -v vg00&lt;BR /&gt;2) # strings /etc/lvmtab&lt;BR /&gt;3) # cat /etc/fstab&lt;BR /&gt;4) # lvdisplay -v /dev/vg00/lvol3&lt;BR /&gt;From 2) you would know which devices are on vg00, and please run these on those devices (for example : c2t2d0)&lt;BR /&gt;&lt;BR /&gt;5) # pvdisplay -v /dev/rdsk/c2t2d0</description>
      <pubDate>Fri, 15 Mar 2002 17:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684357#M53800</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-15T17:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684358#M53801</link>
      <description>Sorry .. 5) should be&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/dsk/c2t2d0</description>
      <pubDate>Fri, 15 Mar 2002 17:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684358#M53801</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-15T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684359#M53802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the error you getting while doing the mirror ?&lt;BR /&gt;&lt;BR /&gt;Did you check the file system with 'fsck' ?&lt;BR /&gt;&lt;BR /&gt;what is the output of lvdisplay, pvdisplay and vgdisplay ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Mar 2002 17:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684359#M53802</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T17:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684360#M53803</link>
      <description>OK&lt;BR /&gt;I did the diag commands and I'm attaching them to this reply.&lt;BR /&gt;I did step 4 once for each of the logical volumes that gave me the error.&lt;BR /&gt;I did not use the fsck command, I am not famailar with it. (Told ya I'm ignorant ;)&lt;BR /&gt;The error when I did the mirror was;&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t5d0&lt;BR /&gt;The newly allocated mirrors are now being synchronized.This operation will &lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;lvextend: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;lvextend: Couldn't resynchronize logical volume "/dev/vg00/lvol3".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 17:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684360#M53803</guid>
      <dc:creator>Constance</dc:creator>
      <dc:date>2002-03-15T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684361#M53804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5761bbcf1b841bd82d/screen=ckiDisplayDocument?docId=200000054370930" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5761bbcf1b841bd82d/screen=ckiDisplayDocument?docId=200000054370930&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 18:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684361#M53804</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684362#M53805</link>
      <description>My guess is that the disk drive at c3t5d0 is going bad.  It has some spots that are apparently bad on it now.  It will probably only get worse.&lt;BR /&gt;&lt;BR /&gt;Place a hardware call with HP and have them replace the drive.&lt;BR /&gt;&lt;BR /&gt;Your mirroring should then succeed.</description>
      <pubDate>Fri, 15 Mar 2002 18:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684362#M53805</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-15T18:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684363#M53806</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Run STM or dd command on /dev/dsk/c3t5d0 and check for any hardware errors:&lt;BR /&gt;&lt;BR /&gt;# stm&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null&lt;BR /&gt;&lt;BR /&gt;The second disk may have some bad blocks in it. If you found any hardware errors, replace the disk.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Mar 2002 18:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684363#M53806</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684364#M53807</link>
      <description>This is what I've concluded &lt;BR /&gt;- All lvols are mirrored (c3t6d0 is primary and c3t5d0 is secondary)&lt;BR /&gt;- You got 3 stale LVs (lvol3 - /; lvol7 - /usr and lvol10 - /var/opt/OV)&lt;BR /&gt;- All of the stale extents are in c3t5d0.&lt;BR /&gt;&lt;BR /&gt;This is what you should do ..&lt;BR /&gt;o Shutdwon the system&lt;BR /&gt;o Replace c3t5d0 (make sure same model disk and SCSI id)&lt;BR /&gt;o Boot up the system all the way to multiuser mode but escape the quorum check.&lt;BR /&gt;ISL &amp;gt; hpux -lq&lt;BR /&gt;o Then run these to synchronize both disks..&lt;BR /&gt;# mkboot -l /dev/rdsk/c3t5d0&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c3t5d0&lt;BR /&gt;# vgcfgrestore -n vg00 /dev/rdsk/c3t5d0&lt;BR /&gt;=&amp;gt; recovers LVM info to disk &lt;BR /&gt;# vgchange -a y vg00&lt;BR /&gt;=&amp;gt; enables new root disk&lt;BR /&gt;# vgsync vg00&lt;BR /&gt;=&amp;gt; configure LVs and copies data from primary disk&lt;BR /&gt;=&amp;gt; this will take awhile&lt;BR /&gt;o You should be good to go ..&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 18:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684364#M53807</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-15T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684365#M53808</link>
      <description>Wow.      Wow.     Bad disk.&lt;BR /&gt;Who knew?   ;)&lt;BR /&gt;NOT what I wanted to hear. I'll try the solution with replacing the disk.&lt;BR /&gt;Once I have the hardware in I may post again if I can't figure out from my own research the procedure about the quorum thing.&lt;BR /&gt;Thanks for all your help with this.&lt;BR /&gt;Constance&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 18:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684365#M53808</guid>
      <dc:creator>Constance</dc:creator>
      <dc:date>2002-03-15T18:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684366#M53809</link>
      <description>Since you got 2 disks in vg00, if one disk is "dead" you will not be able to activate the VG after the system reboot. By telling it to escape the quorum check, at least you can boot up the system to multiuser mode and do you fixing later. You can choose to boot up in LVM maintenance mode ..&lt;BR /&gt;ISL&amp;gt; hpux -lm&lt;BR /&gt;and do all your work there too but user would not be able to access the system after you've done with it.</description>
      <pubDate>Fri, 15 Mar 2002 19:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684366#M53809</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-15T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684367#M53810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another thing to make sure is that you always have a good full backup of the system and good RECOVERY tapes ( make_tape_recovery ). In case of any failures, you can always restore your system back !&lt;BR /&gt;&lt;BR /&gt;Read man pages of 'hpux' for getting more about the quorum check.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Mar 2002 19:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684367#M53810</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T19:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684368#M53811</link>
      <description>I'm thinking that until I get the bad disk replaced I would like to undo what I did to add the new (bad) disk to vg00. How would I go about that so as not to cause myself problems?</description>
      <pubDate>Fri, 15 Mar 2002 19:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684368#M53811</guid>
      <dc:creator>Constance</dc:creator>
      <dc:date>2002-03-15T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684369#M53812</link>
      <description>In my opinion you need not undo what you did. The reason for that is it can get messy with the lvreduce'ing now that you got a bad disk. Even if you've "cleanly" reducing those LVs you have to start the mirroring process all over again after the new disk is replace. Just leave it as it is, replace the disk and follow the process. Hope eveything goes smoothly ..:)</description>
      <pubDate>Fri, 15 Mar 2002 19:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684369#M53812</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-15T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684370#M53813</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't need to "undo" all the things, unless you want to. This won't cause any problems for you. This is just like replacing a bad mirrored root disk.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 19:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684370#M53813</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T19:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684371#M53814</link>
      <description>Hang on, this is likely to be a really stupid question...&lt;BR /&gt;Can any of the "bad" from the bad disk move to the good one?&lt;BR /&gt;That's why I was gonna un-do the mirror.</description>
      <pubDate>Fri, 15 Mar 2002 19:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684371#M53814</guid>
      <dc:creator>Constance</dc:creator>
      <dc:date>2002-03-15T19:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: disk IO errors connected with disk mirroring operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684372#M53815</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not a stupid question !&lt;BR /&gt;&lt;BR /&gt;Here you are going to replace the disk, from which you got errors while mirroring. So there is no chance that the mirror HDD ( second one) is currupting the primary HDD. The data will be synchronized after the mirroring is successfully done. &lt;BR /&gt;&lt;BR /&gt;Another thing is, if your HDD has a currupted file/block ( by any chance ), undo mirroring will not store the original data back to the disk. If some thing happen like this, you have to restore the file from backup.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Mar 2002 19:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-io-errors-connected-with-disk-mirroring-operation/m-p/2684372#M53815</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-15T19:37:17Z</dc:date>
    </item>
  </channel>
</rss>

