<?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: How to Disable autoactivation of VG? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433274#M656594</link>
    <description>The simple way of disabing autoactivation is to modify a file, lvmrc, in the /etc as follows,&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=0</description>
    <pubDate>Thu, 24 Aug 2000 07:21:43 GMT</pubDate>
    <dc:creator>Insu Kim</dc:creator>
    <dc:date>2000-08-24T07:21:43Z</dc:date>
    <item>
      <title>How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433269#M656589</link>
      <description>How do I disable automatic activation of a VG after system reboot?</description>
      <pubDate>Thu, 27 Jul 2000 17:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433269#M656589</guid>
      <dc:creator>Jose Vidal</dc:creator>
      <dc:date>2000-07-27T17:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433270#M656590</link>
      <description>Is there a way to control the activation of individual VG's?</description>
      <pubDate>Thu, 27 Jul 2000 17:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433270#M656590</guid>
      <dc:creator>Jose Vidal</dc:creator>
      <dc:date>2000-07-27T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433271#M656591</link>
      <description>This happens at startup with the rc sript /sbin/lvmrc. However, this reads the configuration file /etc/lvmrc. There is a flag in this file called AUTO_VG_ACTIVATE that defaults to a 1. Setting this to a zero will disable the automatic activation of any volume group but the root one.</description>
      <pubDate>Thu, 27 Jul 2000 17:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433271#M656591</guid>
      <dc:creator>Jason Luginbuhl</dc:creator>
      <dc:date>2000-07-27T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433272#M656592</link>
      <description>This will do all VGs that are on the system (except the root VG). If you are looking for just a VG to not be activated, can make a rc script to deactivate the VG as the system comes up or manually issue the command after the system is up.</description>
      <pubDate>Thu, 27 Jul 2000 18:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433272#M656592</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-27T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433273#M656593</link>
      <description>The script /etc/lvmrc has a function called custom_vg_activation which is intended for activating the volume groups that you require.&lt;BR /&gt;&lt;BR /&gt;Set the variable AUTO_VG_ACTIVATE=0 to disable the activation of all volumes in /etc/lvmrc and add the appropriate vgchange and parallel_vg_sync calls as per the comments in the script.&lt;BR /&gt;&lt;BR /&gt;e.g. to activate vg00 and vg01 only, add the following after the comments in function custom_vg_activation:-&lt;BR /&gt;&lt;BR /&gt;  /sbin/vgchange -a y -s /dev/vg00&lt;BR /&gt;  /sbin/vgchange -a y -s /dev/vg01&lt;BR /&gt;  parallel_vg_sync "/dev/vg00 /dev/vg01"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 28 Jul 2000 07:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433273#M656593</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-07-28T07:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433274#M656594</link>
      <description>The simple way of disabing autoactivation is to modify a file, lvmrc, in the /etc as follows,&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=0</description>
      <pubDate>Thu, 24 Aug 2000 07:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433274#M656594</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2000-08-24T07:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable autoactivation of VG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433275#M656595</link>
      <description>The /etc/lvmrc file by default activates all&lt;BR /&gt;VG's it can find.  There is a AUTO_VG_ACTIVATE variable that enables this function.  It should be set to 0 (zero) to disable this, however you will also have to put the VG's that you do want auto activated (such as vg00) into the function custom_vg_activation() using the vgchange command for each VG that is to be activated.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2000 12:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disable-autoactivation-of-vg/m-p/2433275#M656595</guid>
      <dc:creator>Vince Inman</dc:creator>
      <dc:date>2000-08-24T12:21:14Z</dc:date>
    </item>
  </channel>
</rss>

