<?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: vgcfgrestore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215479#M465815</link>
    <description>Thanx buddies...</description>
    <pubDate>Wed, 06 Jan 2010 06:33:06 GMT</pubDate>
    <dc:creator>kunjuttan</dc:creator>
    <dc:date>2010-01-06T06:33:06Z</dc:date>
    <item>
      <title>vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215467#M465803</link>
      <description>Can anybody please give me some details of vgcfgbackup and vgcfgrestore command?</description>
      <pubDate>Mon, 21 Dec 2009 07:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215467#M465803</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2009-12-21T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215468#M465804</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;$man vgcfgrestore&lt;BR /&gt;$man vgcfgbackup&lt;BR /&gt;&lt;BR /&gt;How ever , &lt;BR /&gt;&lt;BR /&gt;1. vgcfgbackup take the configuration from the lvm header of the disk and save to a file default location /etc/lvmconf/vgxx.conf. This command runs automatically ( if you are not desabling it by option) when ever there is a vg config change. &lt;BR /&gt;&lt;BR /&gt;using vgcfgrestore you can restore the same to disks in case of header corruption/ disk replacement .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Mon, 21 Dec 2009 07:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215468#M465804</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-12-21T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215469#M465805</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you make some LVM/VG changes it will be writen to the /etc/lvmconf/*, on this location you will find the backup of the vg's, for this backup will be vgcfgbackup used, and vgcfgrestore read if from this location.&lt;BR /&gt;&lt;BR /&gt;man vgcfg[backup/restore]&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Mon, 21 Dec 2009 07:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215469#M465805</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-12-21T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215470#M465806</link>
      <description>vgcfgbackup command saves LVM configuration for volume groups in a default or alternate backup.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore command display or restore LVM VG configuration from backup file.&lt;BR /&gt;&lt;BR /&gt;The first one is generally used when any changes or maintenance occurred in LVM.&lt;BR /&gt;&lt;BR /&gt;The second one is used when any thing wrong happened while doing any changes in LVM.</description>
      <pubDate>Mon, 21 Dec 2009 08:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215470#M465806</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-12-21T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215471#M465807</link>
      <description>The vgcfgrestore command restores the LVM configuration data &lt;BR /&gt;      &lt;BR /&gt;Restore the LVM configuration information for the physical volume&lt;BR /&gt;/dev/rdsk/c0t7d0 that was saved in the default file  /etc/lvmconf/vxx.conf&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup - create or update LVM volume group configuration backup file&lt;BR /&gt;By default, vgcfgbackup runs automatically each time an LVM command changes the LVM configuration.</description>
      <pubDate>Mon, 21 Dec 2009 08:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215471#M465807</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-21T08:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215472#M465808</link>
      <description>Looks like the question has been answered. vgcfgbackup write to the /etc/lvmconf file. All the configuration created from LVM commands write to this location.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Mon, 21 Dec 2009 16:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215472#M465808</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2009-12-21T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215473#M465809</link>
      <description>Usually vgcfgrestore is used to restore the LVM data onto a disk, eg. when a failed disk was replaced the LVM header must be restored to the plain disk in order to get it recognized by the LVM subsystem.&lt;BR /&gt;&lt;BR /&gt;on p.57 you can see how it is used for replacing a failed disk:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2009 13:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215473#M465809</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2009-12-22T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215474#M465810</link>
      <description>Thanks.&lt;BR /&gt;To whcih location it is backing up?&lt;BR /&gt;Is it backup the data also?</description>
      <pubDate>Wed, 06 Jan 2010 06:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215474#M465810</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-01-06T06:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215475#M465811</link>
      <description>The answer is already above ...&lt;BR /&gt;&lt;BR /&gt;It's a configuration backup only!</description>
      <pubDate>Wed, 06 Jan 2010 06:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215475#M465811</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-01-06T06:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215476#M465812</link>
      <description>Thanks.&lt;BR /&gt;To whcih location it is backing up?&lt;BR /&gt;Is it a automatic one or we have to do manually?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 06:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215476#M465812</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-01-06T06:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215477#M465813</link>
      <description>Read the post of Johnson Punniyalingam - it is all there.&lt;BR /&gt;&lt;BR /&gt;Also do&lt;BR /&gt;&lt;BR /&gt;man vgcfgbackup</description>
      <pubDate>Wed, 06 Jan 2010 06:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215477#M465813</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-01-06T06:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215478#M465814</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  it does not take data backup..only the LVM configuration. and &lt;BR /&gt;&lt;BR /&gt;Yes, it is automatic. But you can take it manually also by&lt;BR /&gt;&lt;BR /&gt;# vgcfgbackup &lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;The locaiton is already answered as&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup take the configuration from the lvm header of the disk and save to a file default location /etc/lvmconf/vgxx.conf.&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 06 Jan 2010 06:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215478#M465814</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2010-01-06T06:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: vgcfgrestore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215479#M465815</link>
      <description>Thanx buddies...</description>
      <pubDate>Wed, 06 Jan 2010 06:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcfgrestore/m-p/5215479#M465815</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-01-06T06:33:06Z</dc:date>
    </item>
  </channel>
</rss>

