<?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 How to do the vgimport in this case in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463825#M654313</link>
    <description>Hi,&lt;BR /&gt;    we are undergoing a project in which i had one fc30 connected to one K-class server which use to have m/c service guard on it at one time.But we had broken the m/c service guard but all the vgs use to mount in cluster mode.&lt;BR /&gt;&lt;BR /&gt;Now for upgradation we connected the fc30 to N-class server.After doing vgimport i was not able to activate the vgs, because the vgs were configured in cluster mode. some how for activating i found the solution i.e by giving vgchange -c n "volume group name"&lt;BR /&gt;and then vgchange -a y "volume group name"&lt;BR /&gt;&lt;BR /&gt;Now for some reasons i have to connect fc30 back to K-class server, i want to know after connecting it whether all the vgs will get activated automatically or not.(note: none of the vgs were exported from K-class&lt;BR /&gt;server).&lt;BR /&gt;If anybody can please help me to get the command for activating th vgs in K-class&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;an&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Nov 2000 10:07:31 GMT</pubDate>
    <dc:creator>Ajith Nath.G</dc:creator>
    <dc:date>2000-11-10T10:07:31Z</dc:date>
    <item>
      <title>How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463825#M654313</link>
      <description>Hi,&lt;BR /&gt;    we are undergoing a project in which i had one fc30 connected to one K-class server which use to have m/c service guard on it at one time.But we had broken the m/c service guard but all the vgs use to mount in cluster mode.&lt;BR /&gt;&lt;BR /&gt;Now for upgradation we connected the fc30 to N-class server.After doing vgimport i was not able to activate the vgs, because the vgs were configured in cluster mode. some how for activating i found the solution i.e by giving vgchange -c n "volume group name"&lt;BR /&gt;and then vgchange -a y "volume group name"&lt;BR /&gt;&lt;BR /&gt;Now for some reasons i have to connect fc30 back to K-class server, i want to know after connecting it whether all the vgs will get activated automatically or not.(note: none of the vgs were exported from K-class&lt;BR /&gt;server).&lt;BR /&gt;If anybody can please help me to get the command for activating th vgs in K-class&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;an&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2000 10:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463825#M654313</guid>
      <dc:creator>Ajith Nath.G</dc:creator>
      <dc:date>2000-11-10T10:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463826#M654314</link>
      <description>The volume group will not be activated automatically and you have to activate them manually:&lt;BR /&gt;vgchange -a y "volume group name" &lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2000 10:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463826#M654314</guid>
      <dc:creator>Vladislav Demidov</dc:creator>
      <dc:date>2000-11-10T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463827#M654315</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From what you describe, the K still has the VG's recorded in /etc/lvmtab but as it was Serviceguarded, they were deactivated.&lt;BR /&gt;&lt;BR /&gt;It's likely that you will need to modify /etc/lvmrc in order to get them activated automatically. Set the variable AUTO_VG_ACTIVATE to 1.&lt;BR /&gt;&lt;BR /&gt;First though you will need to remove the 'cluster aware' flag from the VG as you did on the N server-&lt;BR /&gt;&lt;BR /&gt;vgchange -c n &lt;VG&gt;&lt;BR /&gt;vgchange -a y &lt;VG&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/VG&gt;&lt;/VG&gt;</description>
      <pubDate>Fri, 10 Nov 2000 10:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463827#M654315</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-10T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463828#M654316</link>
      <description>You will not able to run the volume group in cluster mode.&lt;BR /&gt;If you want to use it in a cluster then you have to set up the cluster flag on that volume group again. Start the cluster softfare and run vgchange -c y "volume name" command.</description>
      <pubDate>Fri, 10 Nov 2000 10:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463828#M654316</guid>
      <dc:creator>Vladislav Demidov</dc:creator>
      <dc:date>2000-11-10T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463829#M654317</link>
      <description>Ajit,&lt;BR /&gt;&lt;BR /&gt;since you have changed the cluster flag for the VG's "vgchange -c n" while mounting on the N class You will not have any problems activating the the VG's on K class again since the VG's would be activated in the normal mode and wont be cluster aware.They have to be cluster aware only if the VG's are to be activated on the adoptive node, which is not your case now as you say you have destroyed the service guard config on the system.vgchange -a y Vgname should just do the job for you.You may want to edit the /etc/lvmrc so that you may not have to manually activate these VG's.&lt;BR /&gt;&lt;BR /&gt;Goodluck.</description>
      <pubDate>Wed, 22 Nov 2000 22:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463829#M654317</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2000-11-22T22:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the vgimport in this case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463830#M654318</link>
      <description>I believe you should be activating in exclusive mode not normal... unless you &lt;BR /&gt;want to modify the VG that is.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 01 Dec 2000 12:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-the-vgimport-in-this-case/m-p/2463830#M654318</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2000-12-01T12:47:24Z</dc:date>
    </item>
  </channel>
</rss>

