<?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: Resync after failure problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864680#M636136</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is copy of doc KBAN00000347 covers all possibilities, mirrored boot disk, non-mirrored boot disk, mirrored data disk, non-mirrored data disk, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x677db47b9a27d6118ff40090279cd0f9,00.txt" target="_blank"&gt;http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x677db47b9a27d6118ff40090279cd0f9,00.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Sun, 15 Dec 2002 11:51:03 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2002-12-15T11:51:03Z</dc:date>
    <item>
      <title>Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864678#M636134</link>
      <description>I have /dev/vg00 on /dev/dsk/c0t6d0 /dev/dsk/c2t6d0 with 8 lvolumes, each is mirrored by HP MirrorDisk/UX. I phisically detach one of the disks (/dev/dsk/c2t6d0). This member of vg00 goes to "unavailable". Now I attach the disk back, run ioscan, to see if it is CLAIMED (it is), and run vgsync /dev/vg00. But it fails:&lt;BR /&gt;&lt;BR /&gt;# vgsync /dev/vg00            &lt;BR /&gt;vgsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;vgsync: Couldn't resynchronize logical volume "/dev/vg00/lvol1".&lt;BR /&gt;vgsync: Couldn't resynchronize volume group "/dev/vg00".&lt;BR /&gt;&lt;BR /&gt;But if I than reboot server, this pv goes online and resync procedure is completed as needed.&lt;BR /&gt;&lt;BR /&gt;My question: how I can force to resync mirrored vg after returning broken disk to working state without rebooting?</description>
      <pubDate>Sun, 15 Dec 2002 11:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864678#M636134</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2002-12-15T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864679#M636135</link>
      <description>Igor,&lt;BR /&gt;after running ioscan try&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;You know vg00 can not be deactivated, but can be reactivated&lt;BR /&gt;Hope this will help&lt;BR /&gt;Eugeny</description>
      <pubDate>Sun, 15 Dec 2002 11:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864679#M636135</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2002-12-15T11:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864680#M636136</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is copy of doc KBAN00000347 covers all possibilities, mirrored boot disk, non-mirrored boot disk, mirrored data disk, non-mirrored data disk, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x677db47b9a27d6118ff40090279cd0f9,00.txt" target="_blank"&gt;http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x677db47b9a27d6118ff40090279cd0f9,00.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sun, 15 Dec 2002 11:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864680#M636136</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-15T11:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864681#M636137</link>
      <description>1. vgchange -a y /dev/vg00 doesn't help:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c2t6d0":&lt;BR /&gt;Unknown error&lt;BR /&gt;Volume group "/dev/vg00" has been successfully changed.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;2. KBAN00000347 is very usefull document but it didn't help me much: it stated that "reboot may not be necessary in case of hot-swap disk" (it's my case). And for resync I should run &lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/cNdNtN&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;but it doesn't work:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;Class     I  H/W Path        Driver   S/W State   H/W Type     Description&lt;BR /&gt;===========================================================================&lt;BR /&gt;disk      0  0/0/0/2/0.6.0   sdisk    CLAIMED     DEVICE       HP 36.4GST336752LC&lt;BR /&gt;                            /dev/dsk/c0t6d0   /dev/rdsk/c0t6d0&lt;BR /&gt;disk      2  0/0/0/3/0.6.0   sdisk    CLAIMED     DEVICE       HP 36.4GST336752LC&lt;BR /&gt;                            /dev/dsk/c2t6d0   /dev/rdsk/c2t6d0&lt;BR /&gt;................&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0 &lt;BR /&gt;vgcfgrestore: IO error on Physical Volume device /dev/rdsk/c2t6d0: # &lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c2t6d0":&lt;BR /&gt;Unknown error&lt;BR /&gt;Volume group "/dev/vg00" has been successfully changed.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;But if I reboot server this disk is attached to VG00 and synced properly :-(&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Dec 2002 12:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864681#M636137</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2002-12-15T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864682#M636138</link>
      <description>Take a look at next document&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063238152" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063238152&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sun, 15 Dec 2002 16:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864682#M636138</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-15T16:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864683#M636139</link>
      <description>Does it always complain about /dev/vg00/lvol1.&lt;BR /&gt;Can you try to sync other logical volumes using "lvsync" command. If other logical volumes get synced and only /dev/vg00/lvol1 has problem, i sucpect the Disk. That PE might be bad and gets stale. Try this with other disk then.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 16 Dec 2002 05:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864683#M636139</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-16T05:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864684#M636140</link>
      <description>What does diskinfo on that disk give&lt;BR /&gt;&lt;BR /&gt;First do a &lt;BR /&gt;#diskinfo /dev/rdsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;to check the disk is working fine returning the proper number of bytes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2002 05:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864684#M636140</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-16T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864685#M636141</link>
      <description>What is the output of &lt;BR /&gt;pvdisplay -v /dev/vg00/c2t6d0&lt;BR /&gt;&lt;BR /&gt;You should get the logical volumes that were under this disk.&lt;BR /&gt;Also &lt;BR /&gt;a lvdisplay of the logical volumes which were under c2t6d0.&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol..&lt;BR /&gt;&lt;BR /&gt;REvert&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2002 06:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864685#M636141</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-16T06:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864686#M636142</link>
      <description>To Rajeev Shukla:&lt;BR /&gt;lvsync for other volumes doesn't work too:&lt;BR /&gt;&lt;BR /&gt;# lvsync /dev/vg00/lvol3&lt;BR /&gt;lvsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;lvsync: Couldn't resynchronize logical volume "/dev/vg00/lvol3".&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;To T G Manikandan:&lt;BR /&gt;&lt;BR /&gt;It seems disk works fine:&lt;BR /&gt;# diskinfo /dev/rdsk/c2t6d0 &lt;BR /&gt;SCSI describe of /dev/rdsk/c2t6d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336752LC      &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 35566480 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;pvdisplay shows:&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c2t6d0 &lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c2t6d0&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                      9      &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    4340    &lt;BR /&gt;Free PE                     2602    &lt;BR /&gt;Allocated PE                1738        &lt;BR /&gt;Stale PE                    79      &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;....&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;..&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c0t6d0    38        38        &lt;BR /&gt;   /dev/dsk/c2t6d0    38        38        &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 PV2                PE2   Status 2 &lt;BR /&gt;   00000 /dev/dsk/c0t6d0    00000 current  /dev/dsk/c2t6d0    00000 stale    &lt;BR /&gt;   00001 /dev/dsk/c0t6d0    00001 current  /dev/dsk/c2t6d0    00001 stale    &lt;BR /&gt;........</description>
      <pubDate>Mon, 16 Dec 2002 11:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864686#M636142</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2002-12-16T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864687#M636143</link>
      <description>Hi Iqor,&lt;BR /&gt;I see both the disks on a different SCSI bus. Can you confirm about the SCSI termination on the other bus of whose disk shows stale.&lt;BR /&gt;It could be issues with bad SCSI terminator or no termination.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2002 11:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864687#M636143</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-16T11:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864688#M636144</link>
      <description>Hmm. These are pre-installed by HP internal disks in our just delivered (a week ago) new rp8400 box. Is it possible that such famous and reliable company installed new disks in new system inproperly? Anyway I don't know how I can make sure that termination is set correctly. Besides - this is only problem concerning disk system that I have now on the system.</description>
      <pubDate>Mon, 16 Dec 2002 11:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864688#M636144</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2002-12-16T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864689#M636145</link>
      <description>Though the disks are internal the buses will be terminated externally. Try swapping the terminator and see if the problem persistists with the same disk or goes to another disk which can confirm about the terminator.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2002 12:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864689#M636145</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-16T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864690#M636146</link>
      <description>Igor,&lt;BR /&gt;&lt;BR /&gt;How about posting the output of&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;And you don't have a termination issue. You probably need to "force" the resync, but first I want to see the output from above.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 16 Dec 2002 13:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864690#M636146</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-16T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864691#M636147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;perhaps there are entries in the bad block area. Is the 'bad block' relocation switched on for the lvols (lvdisplay)?&lt;BR /&gt;&lt;BR /&gt;Please check if you can read from the disk without errors:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c2t6d0 of=/dev/null bs=1k &lt;BR /&gt;&lt;BR /&gt;If the 'dd' fails, perhaps you have to re-add this disk to vg00.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 16 Dec 2002 14:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864691#M636147</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-16T14:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Resync after failure problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864692#M636148</link>
      <description>Wow!!!&lt;BR /&gt;&lt;BR /&gt;This is an answer from Great Guru. Problem is gone!&lt;BR /&gt;&lt;BR /&gt;Hello Igor,&lt;BR /&gt;&lt;BR /&gt;Please see below reply on your problem with mirror disks.&lt;BR /&gt;&lt;BR /&gt;For your case may to try solve problem by two ways:&lt;BR /&gt;&lt;BR /&gt;1. to try spin-up inserted disk with next command (diskinfo, scsictl,&lt;BR /&gt;pvcreate), then vgsync.&lt;BR /&gt;&lt;BR /&gt;but better&lt;BR /&gt;&lt;BR /&gt;2. install next patch PHKL_28096.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergei&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Dec 2002 08:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resync-after-failure-problem/m-p/2864692#M636148</guid>
      <dc:creator>Igor I. Shulz</dc:creator>
      <dc:date>2002-12-25T08:27:11Z</dc:date>
    </item>
  </channel>
</rss>

