<?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: Logical Volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604613#M376191</link>
    <description>Thanks to all&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Mar 2010 00:02:05 GMT</pubDate>
    <dc:creator>Rkumar</dc:creator>
    <dc:date>2010-03-23T00:02:05Z</dc:date>
    <item>
      <title>Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604606#M376184</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;Whenever I run any LVM related command the old volume group configuration information is saved in /etc/lvmconf/vg&lt;NAME&gt;.conf.old. and the current configuration is in /etc/lvmconf/vg&lt;NAME&gt;.conf file. &lt;BR /&gt;Please let me know what is the need of saving old configuration info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rahul&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Mon, 22 Mar 2010 09:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604606#M376184</guid>
      <dc:creator>Rkumar</dc:creator>
      <dc:date>2010-03-22T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604607#M376185</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Please let me know what is the need of saving old configuration info&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;LVM will take care if .. :)&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 1024 /dev/vg01/lvol4&lt;BR /&gt;Logical volume "/dev/vg01/lvol4" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf --&amp;gt; it will automatically backup&lt;BR /&gt;&lt;BR /&gt;if you want double sure, you can also run "vgcfgbackup"&lt;BR /&gt;&lt;BR /&gt;man vgcfgbackup&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 09:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604607#M376185</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-22T09:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604608#M376186</link>
      <description>Uhhhh, for recovery?&lt;BR /&gt;&lt;BR /&gt;Look at the man page.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 22 Mar 2010 09:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604608#M376186</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-22T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604609#M376187</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore - display or restore LVM volume group configuration from backup file&lt;BR /&gt;&lt;BR /&gt;# man vgcfgrestore&lt;BR /&gt;&lt;BR /&gt;Rgs,</description>
      <pubDate>Mon, 22 Mar 2010 09:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604609#M376187</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-03-22T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604610#M376188</link>
      <description># lvextend -L 1024 /dev/vg01/lvol4&lt;BR /&gt;Logical volume "/dev/vg01/lvol4" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf --&amp;gt; it will automatically backup&lt;BR /&gt;&lt;BR /&gt;=========&amp;gt;if you want double sure, you can also run "vgcfgbackup"&amp;lt;===================&lt;BR /&gt;&lt;BR /&gt;Actually I m new in this enviornment.I didn't get please Let me know in detail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rahul&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 09:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604610#M376188</guid>
      <dc:creator>Rkumar</dc:creator>
      <dc:date>2010-03-22T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604611#M376189</link>
      <description>Actually, you might gain more from reading the Examples section of the vgcfgrestore man page.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 22 Mar 2010 09:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604611#M376189</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-22T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604612#M376190</link>
      <description>I am realy sorry for miss understanding your Question...&lt;BR /&gt;&lt;BR /&gt;Good practise.always have OS recovery tapes&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery  -&amp;gt; will backup all OS configuration (including your LVM)&lt;BR /&gt;&lt;BR /&gt;manual ways of doing as per my knowledge.&lt;BR /&gt;&lt;BR /&gt;All your vg information are stored under below location&lt;BR /&gt;&lt;BR /&gt;# cd /etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;# cp -p vg01.conf.old vg01.conf.old.org   -&amp;gt; "making a local backup copy"&lt;BR /&gt;&lt;BR /&gt;/etc/lvmconf] # ls -lrt&lt;BR /&gt;total 6032&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 root       sys         297984 Mar 12 08:34 vg01.conf.old&lt;BR /&gt;-rw-------   1 root       sys         297984 Mar 23 09:14 vg01.conf&lt;BR /&gt;-rw-------   1 root       sys         297984 Mar 23 09:14 vg01.conf.old.org&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Again, please take note "make_tape_recovery" is the best way of backing up your OS configuration file.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 09:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604612#M376190</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-22T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604613#M376191</link>
      <description>Thanks to all&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 00:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/4604613#M376191</guid>
      <dc:creator>Rkumar</dc:creator>
      <dc:date>2010-03-23T00:02:05Z</dc:date>
    </item>
  </channel>
</rss>

