<?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: vgsyncing happend for every time when I activate vg. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774235#M636699</link>
    <description>HARHA!!!&lt;BR /&gt;&lt;BR /&gt;ZERO Assignment of points from 33 (now 34 responses)&lt;BR /&gt;&lt;BR /&gt;Can we add this user to the black list please..... (I try not to get narky but fair is fair......)</description>
    <pubDate>Tue, 30 Jul 2002 06:21:01 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-07-30T06:21:01Z</dc:date>
    <item>
      <title>vgsyncing happend for every time when I activate vg.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774233#M636697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In one of disk array, I replaced the bad Hard disk&lt;BR /&gt;by following these steps.&lt;BR /&gt;&lt;BR /&gt;" * vgcfgrestore -n vg01 -l&lt;BR /&gt;  * vgchange -a y vg01&lt;BR /&gt;It reported about "could not re-synchronize stale partitions...."&lt;BR /&gt;Then I remembered that I had removed the entry of the faulty disk from&lt;BR /&gt;/etc/lvmtab.&lt;BR /&gt;So, I did a vgscan -a, which created /etc/lvmtab and now both "ioscan -fnC&lt;BR /&gt;disk" and&lt;BR /&gt;"strings /etc/lvmtab" show the entry of the new disk /dev/dsk/c3t3d0&lt;BR /&gt;Now, I did a "vgchange -a n vg01" and "vgchange -a y vg01".&lt;BR /&gt;&lt;BR /&gt;I saw that the mirror disks started sync'ing. It took almost one hour and&lt;BR /&gt;the command&lt;BR /&gt;finished with "volume group vg01 successfully changed".&lt;BR /&gt;&lt;BR /&gt;Now,  the problem is everytime I try to activate the volume group it starts&lt;BR /&gt;sync'ing. How could we rectify this problem ? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Rajesh SB&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 02:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774233#M636697</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2002-07-29T02:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgsyncing happend for every time when I activate vg.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774234#M636698</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The man page for 'vgchange' even states this:&lt;BR /&gt;&lt;BR /&gt;Quote/&lt;BR /&gt;If the -a y or -a e option is executed on a currently active volume group, vgchange attempts to include any physical volumes that were previously listed as missing.  This is useful if a physical volume has come back online. However, no automatic synchronization of any mirrored logical volumes is done. If synchronization is required, execute  the vgsync command (see vgsync(1M)).&lt;BR /&gt;End Quote&lt;BR /&gt;At a guess something has obviously gone when the disk was replaced. What I would be tempted to do is to do a 'lvreduce' on each of the logical volumes that are attached on that disk and, remove the disk from the volume group, 'pvcreate -f' the disk 'vgextend' the volume again with this same disk and re-do the mirror. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 29 Jul 2002 02:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774234#M636698</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-07-29T02:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgsyncing happend for every time when I activate vg.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774235#M636699</link>
      <description>HARHA!!!&lt;BR /&gt;&lt;BR /&gt;ZERO Assignment of points from 33 (now 34 responses)&lt;BR /&gt;&lt;BR /&gt;Can we add this user to the black list please..... (I try not to get narky but fair is fair......)</description>
      <pubDate>Tue, 30 Jul 2002 06:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774235#M636699</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-07-30T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: vgsyncing happend for every time when I activate vg.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774236#M636700</link>
      <description>I assume, but am not 100% sure, that the automated syncing which indeed takes a long time, is initiated by /usr/sbin/syncer. It keeps on watching changes in the vg's and decides by itself to start syncing.&lt;BR /&gt;&lt;BR /&gt;To stop this inconvienence, you can stop the syncer-daemon by: &lt;BR /&gt;/sbin/init.d/syncer stop&lt;BR /&gt;and you can decide yourself wheter or not to set the /etc/rc.config.d/syncer variable SYNCER=0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jul 2002 07:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgsyncing-happend-for-every-time-when-i-activate-vg/m-p/2774236#M636700</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-07-30T07:16:34Z</dc:date>
    </item>
  </channel>
</rss>

