<?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 Volume groups not getting activated when server getting rebooted!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628990#M237271</link>
    <description>HI,&lt;BR /&gt;I am rebooting a HP server. The volume groups are not gettting activated when we reboot the server.&lt;BR /&gt;Can anybody suggest whats the issue and what may be the workarond.&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Sep 2005 08:26:38 GMT</pubDate>
    <dc:creator>Amit Manna_6</dc:creator>
    <dc:date>2005-09-19T08:26:38Z</dc:date>
    <item>
      <title>Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628990#M237271</link>
      <description>HI,&lt;BR /&gt;I am rebooting a HP server. The volume groups are not gettting activated when we reboot the server.&lt;BR /&gt;Can anybody suggest whats the issue and what may be the workarond.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 08:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628990#M237271</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-09-19T08:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628991#M237272</link>
      <description>Check the /etc/lvmrc file.&lt;BR /&gt;&lt;BR /&gt;Perhaps the ACTIVATE variable is set to 0. Set it to 1 for auto activate.&lt;BR /&gt;&lt;BR /&gt;DO NOT do this for volume groups that fail from node to node with ServiceGuard.&lt;BR /&gt;&lt;BR /&gt;Make sure the init level in /etc/inittab is not set to 1. That can cause troubles like this.&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;look for failed disks. A volume group will not activate unless more than 50% of its members (a quorum) are present and working.&lt;BR /&gt;&lt;BR /&gt;mstm/xstm/cstm are useful for diagnosing hardware issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Sep 2005 08:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628991#M237272</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-19T08:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628992#M237273</link>
      <description>Are these local or array VGs? direct connect or via network?&lt;BR /&gt;&lt;BR /&gt;I would also suggest checking cabling and whether or not you can pvdisplay the disks.</description>
      <pubDate>Mon, 19 Sep 2005 13:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628992#M237273</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2005-09-19T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628993#M237274</link>
      <description>Hi Amit ,&lt;BR /&gt;&lt;BR /&gt;Check /etc/lvmrc file for auto activation is on.&lt;BR /&gt;&lt;BR /&gt;Also check you , all the disk are ok.&lt;BR /&gt;# ioscan -fnC disk   should be CLAIMED status.&lt;BR /&gt;&lt;BR /&gt;You can use this command to see deactivated Volume groups:&lt;BR /&gt;# /usr/sam/lbin/vginfo -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 19 Sep 2005 13:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628993#M237274</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-19T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628994#M237275</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Please make uster AUTO_VG_ACTIVATE=1 is set in /etc/lvmrc .&lt;BR /&gt;&lt;BR /&gt;This value will be 0 if MC/SG is configured and in that case you can add the VGs which you want to activate and are not a part of any MC/SG package by adding vg name in following section of lvmrc.&lt;BR /&gt;custom_vg_activation()&lt;BR /&gt;{&lt;BR /&gt;        # e.g. /sbin/vgchange -a y -s&lt;BR /&gt;        #      parallel_vg_sync "/dev/vg00 /dev/vg01"&lt;BR /&gt;        #      parallel_vg_sync "/dev/vg02 /dev/vg03"&lt;BR /&gt;        /sbin/vgchange -a y /dev/vgswap&lt;BR /&gt;&lt;BR /&gt;        return 0&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;bl.</description>
      <pubDate>Mon, 19 Sep 2005 13:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628994#M237275</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-09-19T13:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628995#M237276</link>
      <description>if you are running serviceguard, anything other than vg00 should not be activated by default as they may be serviceguard related volumegroups. If you have non-vg00 volume groups which still needs activation in a serviceguard environment, you need to edit the /etc/lvmrc and make the necessary changes in the custom_vg_activation section, following the examples given there like:&lt;BR /&gt;&lt;BR /&gt;/sbin/vgchange -a y /dev/myvg_new&lt;BR /&gt;&lt;BR /&gt;if this is not a serviceguard system, again in the /etc/lvmrcfile, change the following line:&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it needs to be set to 1</description>
      <pubDate>Mon, 19 Sep 2005 13:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628995#M237276</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-19T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628996#M237277</link>
      <description>Check the /etc/lvmrc file....&lt;BR /&gt;&lt;BR /&gt;See section on "Preventing Automatic Activation of Volume Groups "&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/ch05s08.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/ch05s08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 19 Sep 2005 13:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628996#M237277</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-19T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Volume groups not getting activated when server getting rebooted!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628997#M237278</link>
      <description>I have the same issue on one of my servers as well.&lt;BR /&gt;There is no MC/SG on the server, and "AUTO_VG_ACTIVATE=1" was set in /etc/lvmrc&lt;BR /&gt;Why?</description>
      <pubDate>Mon, 19 Sep 2005 13:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-not-getting-activated-when-server-getting-rebooted/m-p/3628997#M237278</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2005-09-19T13:57:18Z</dc:date>
    </item>
  </channel>
</rss>

