<?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: vg synchronize in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099453#M146643</link>
    <description>Once your disk is back online, if you  do a vgchange -a e it will update the current VG status and will allow you to do a vgsync.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Oct 2003 14:50:09 GMT</pubDate>
    <dc:creator>Pramod_4</dc:creator>
    <dc:date>2003-10-22T14:50:09Z</dc:date>
    <item>
      <title>vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099441#M146631</link>
      <description>I have such situation:&lt;BR /&gt;1. vg with two disks&lt;BR /&gt;2. I have lost link to one disk - vg is not active&lt;BR /&gt;3. I activate vg with no quorum&lt;BR /&gt;   vgchange -a y -q n vgtest&lt;BR /&gt;4. vgdisplay vgtest shows me:&lt;BR /&gt;     couldn't query physical volume&lt;BR /&gt;    it is true because link to disk is down -&lt;BR /&gt;    but I can work - vg is active.&lt;BR /&gt;5. Now - my link to disk commes back - is up&lt;BR /&gt;6. I have tried to do vgsync to synchronize volumens - but I have got I/O error&lt;BR /&gt;7. when I deactivate and activate it again&lt;BR /&gt;   - everything is OK but it takes to much&lt;BR /&gt;     time for synchronize. During sych.. I cant&lt;BR /&gt;     use vg.&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;   Is it possible to synchronize volume group,&lt;BR /&gt;   which is activated with noquorum (one disk&lt;BR /&gt;   is unreachable) ?</description>
      <pubDate>Wed, 22 Oct 2003 06:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099441#M146631</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2003-10-22T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099442#M146632</link>
      <description>It is possible. Make sure the kernel sees the disks again by looking at the output of 'ioscan -fnkC disk' to make sure the disk in question is claimed. If not, do a ioscan without the 'k' option, and see if it claimed than.&lt;BR /&gt;&lt;BR /&gt;After that a vgsync should work. If not, do a vgcfgrestore or even a lvreduce to remove the mirroring and then add the mirroring again.&lt;BR /&gt;&lt;BR /&gt;Hope you can do something usefull with this answer...</description>
      <pubDate>Wed, 22 Oct 2003 06:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099442#M146632</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-10-22T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099443#M146633</link>
      <description>The key is the words: I/O error. There is something wrong with one of the disks in your volume group. Very likely your log file /var/adm/syslog/syslog.log is full of error messages. You'll need to remove the disk from the volume group and replace it.</description>
      <pubDate>Wed, 22 Oct 2003 06:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099443#M146633</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-22T06:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099444#M146634</link>
      <description>Slawomir,&lt;BR /&gt;&lt;BR /&gt;when you activate a vg using "-q n" and later on you re-establish a link to a missing disk&lt;BR /&gt;you should just enter&lt;BR /&gt;vgchange -a y vgname&lt;BR /&gt;this brings in the missing disks/links &lt;BR /&gt;then you enter&lt;BR /&gt;vgsync vgname&lt;BR /&gt;syncing the vg while it remains active.&lt;BR /&gt;the sync itself is always time-consuming.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 22 Oct 2003 06:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099444#M146634</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-10-22T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099445#M146635</link>
      <description>After you replaced the bad disk (of the mirrored pair) did you remember to run the vgcfgrestore.  Maybe these will help:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vgname /dev/rdsk/c-t-d-&lt;BR /&gt;vgchange -a y /dev/vgname&lt;BR /&gt;vgsync /dev/vgname&lt;BR /&gt;&lt;BR /&gt;Or if your volume group is already active you might:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -R -n /dev/vgname /dev/rdsk/c-t-d-&lt;BR /&gt;vgsync /dev/vgname&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 06:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099445#M146635</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-10-22T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099446#M146636</link>
      <description>&lt;BR /&gt;I have tried ioscan -fnC disk &lt;BR /&gt;but there is no changes in vg behavior.</description>
      <pubDate>Wed, 22 Oct 2003 06:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099446#M146636</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2003-10-22T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099447#M146637</link>
      <description>It is possible that you see the disk claimed in ioscan and have no errors in the syslog file but it may make trouble anyway.&lt;BR /&gt; &lt;BR /&gt;Try running&lt;BR /&gt;dd if=/dev/rdsk/cXtYd0 of=/dev/null bs=1024k&lt;BR /&gt; &lt;BR /&gt;Guess at some time&lt;BR /&gt;dd will bail out with I/O error&lt;BR /&gt;&lt;BR /&gt;1. replace disk&lt;BR /&gt;2. use Rita's advice to proceed&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 22 Oct 2003 07:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099447#M146637</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-10-22T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099448#M146638</link>
      <description>Realy my problem looks more difficult:&lt;BR /&gt;1. I have MC/SG cluster (continental)&lt;BR /&gt;   with two va7110 - distannce&lt;BR /&gt;   between servers and va7110 is 600m,&lt;BR /&gt;   luns are mirrored  between va7110&lt;BR /&gt;2. I simulate catastrof - one center is powered-off&lt;BR /&gt;3. My aplication package is moved to second server, activate vg group but one va7110 is&lt;BR /&gt;powered off - activation vg is done with noquorum option (one va7110 is unreachable)&lt;BR /&gt;4. Now I turn on first data center,&lt;BR /&gt;   but without deactivatin and after that&lt;BR /&gt;   activatin vg group volumens can't synchronize !!!&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 07:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099448#M146638</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2003-10-22T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099449#M146639</link>
      <description>Slawomir,&lt;BR /&gt;&lt;BR /&gt;I understand that the failover works, and the package runs in the second data center.&lt;BR /&gt;&lt;BR /&gt;Then you power on everything in the first data center again. What do you do next?&lt;BR /&gt;&lt;BR /&gt;In my opinon you would do the following on the node in the second data center where the package is running:&lt;BR /&gt;ioscan -fn&lt;BR /&gt;# all disks CLAIMED?&lt;BR /&gt;vgchange -a e vgXYZ&lt;BR /&gt;# re-activate all cluster vgs with all disks&lt;BR /&gt;vgsync vgXYZ&lt;BR /&gt;&lt;BR /&gt;Only after the vgs are sync'd you're safe you can switch back to data center one.&lt;BR /&gt;Did you do it this way, or anything different?</description>
      <pubDate>Wed, 22 Oct 2003 08:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099449#M146639</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-10-22T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099450#M146640</link>
      <description>Dear Bernhard,&lt;BR /&gt;&lt;BR /&gt;After failover package to second center&lt;BR /&gt;my package vg group has access only to&lt;BR /&gt;one va7110 - in vg status there is no avaiable disks from powered off center (mirror copies).&lt;BR /&gt;&lt;BR /&gt;When I power on first center - I have access from second center to luns in first center,&lt;BR /&gt;all works, ioscan, diskinfo - everithing is OK, but vg in active package doesn't synchronize mirror copies. When I do:&lt;BR /&gt;cmhaltpkg ...&lt;BR /&gt;cmrunpkg ...&lt;BR /&gt;synchronization works after vg activation&lt;BR /&gt;(vgchange -a e -q n -s)&lt;BR /&gt;&lt;BR /&gt;My problem is how to synchronize without&lt;BR /&gt;package restarting.</description>
      <pubDate>Wed, 22 Oct 2003 14:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099450#M146640</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2003-10-22T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099451#M146641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have activated the VG without quorum, you don't have to deactivate and reactivate the vg once you have fixed the quorum problem.&lt;BR /&gt;&lt;BR /&gt;Once you have fixed the quorum problem, just activate the vg again manually without issueing the -q n option.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y -q n /dev/vg_name&lt;BR /&gt;&lt;BR /&gt;fix the disk prob. &lt;BR /&gt;&lt;BR /&gt;activate the vg again,&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg_name &lt;BR /&gt;&lt;BR /&gt;now do a vgsync.&lt;BR /&gt;&lt;BR /&gt;vgsync /dev/vg_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 14:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099451#M146641</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-22T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099452#M146642</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you use the "vgchange -a e /dev/vg_name" in the above example. then do a vgsync. you do this on the node where the vg was activated in non-quorum mode.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 14:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099452#M146642</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-22T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099453#M146643</link>
      <description>Once your disk is back online, if you  do a vgchange -a e it will update the current VG status and will allow you to do a vgsync.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 14:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099453#M146643</guid>
      <dc:creator>Pramod_4</dc:creator>
      <dc:date>2003-10-22T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099454#M146644</link>
      <description>Hello Slavomir,&lt;BR /&gt;&lt;BR /&gt;Refer to the following links for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpv38859" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpv38859&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpg35144" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpg35144&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Wed, 22 Oct 2003 22:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099454#M146644</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-10-22T22:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099455#M146645</link>
      <description>Hello Slavomir,&lt;BR /&gt; &lt;BR /&gt;Sanjay and Pramod have stressed what I was trying to tell you:&lt;BR /&gt;After the failover DO NOT HALT THE PACKAGE.&lt;BR /&gt; &lt;BR /&gt;Instead you should re-gain the links to disks missing at intitil vg activation (by package control script) by doing a &lt;BR /&gt;vgchange -a e&lt;BR /&gt;on all vgs in your package WHILE the PACKAGE is UP. Then &lt;BR /&gt;vgsync vgxyz&lt;BR /&gt; &lt;BR /&gt;ONLY AFTER your mirrors in the previuosly failed data center are back in sync you can safely bring down and re-start the package.&lt;BR /&gt;&lt;BR /&gt;This is my personal checklist whenever a failover in an MC/SG package occurs:&lt;BR /&gt;- make sure you know exactly what happened&lt;BR /&gt;- fix the fault&lt;BR /&gt;- make sure EVERYTHING is as it is supposed to be (no other fault)&lt;BR /&gt;- think twice before you do anything else&lt;BR /&gt;- think about it a third time&lt;BR /&gt;- try halting and starting on the same node&lt;BR /&gt;- try switching to an adoptive node&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 07:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099455#M146645</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-10-23T07:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: vg synchronize</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099456#M146646</link>
      <description>I have the same setup as Salowmir, except they are va7410.&lt;BR /&gt;&lt;BR /&gt;Yesterday I depowered one of the VA's (deliberately), and the L3000 in the same rack (which was running our only package), and thus simulating a building power failure (the failover node and other va7410 being in another building).  &lt;BR /&gt;&lt;BR /&gt;When the package came up on the other node (automatically), the package came up clean (I had set 'no quorum on vgchange').  I thought 'this okay'.  &lt;BR /&gt;&lt;BR /&gt;THEN, I brought back the depowered va, and l3000 (the l3000 is not further relevant to this problem) and a short time later an ioscan on my failover node running the the active package showed the links were available.  SO, I shutdown the package, and started it again.  It was a painful 80 mins until the package came backup up. &lt;BR /&gt;&lt;BR /&gt;The question is, if I read the man page for vgchange correctly, that if I use the s switch 'no resync' it will be ignored due to NOMWC being relevant to this case.&lt;BR /&gt;&lt;BR /&gt;Want I really want to happen is that on vgchange it becomes active immediately for use, and stale syncing goes on the background.  I don't want certain scenarios putting an hours delay into package startup!  &lt;BR /&gt;&lt;BR /&gt;Further, the syncing that did occur in the foreground of package startup seemed to involve almost as much time as the creation of a mirror copy would, even though there were only a maximum of 10MB's of data being change during the depower!&lt;BR /&gt;&lt;BR /&gt;I note Bernhards comments of DON'T STOP THE PACKAGE. &lt;BR /&gt;&lt;BR /&gt;Finally, if I lose sitewide power, the va's will go down at diffent times, due to differnt ups capacities.  Thus, when node come back up, its seems I will have to go through all this again.&lt;BR /&gt;&lt;BR /&gt;Basically, the problem is that I WILL have quorum if the package is restarted, and will thus get a foreground resync, thus hours of waiting.&lt;BR /&gt;&lt;BR /&gt;HELP!&lt;BR /&gt;&lt;BR /&gt;PS, Can I get my cluster nodes to tell the va's to shutdown if the ups sends a signal to the node?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 16:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-synchronize/m-p/3099456#M146646</guid>
      <dc:creator>Chris Watson</dc:creator>
      <dc:date>2003-12-09T16:34:30Z</dc:date>
    </item>
  </channel>
</rss>

