<?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: cmapplyconf  online...... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583997#M715664</link>
    <description>If the VG does not already exist in the cluster configuration, you need to bring down the cluster.&lt;BR /&gt;May I recommend you read the Managing MC/ServiceGuard Manual at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha/#ServiceGuard" target="_blank"&gt;http://docs.hp.com/hpux/ha/#ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this is all documented in there.&lt;BR /&gt;You might also want to consider taking the course on MC/ServiceGuard to help you here.&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Sep 2001 16:08:15 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2001-09-24T16:08:15Z</dc:date>
    <item>
      <title>cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583996#M715663</link>
      <description>Hi ,&lt;BR /&gt;I'm running MCSG A.11.07&lt;BR /&gt;1)After to add a disk in a VG Cluster,Can I run cmapplyconf even if my system is running ?&lt;BR /&gt;or may i halt the package and then, run cmapplyconf ?&lt;BR /&gt;2) same question if i add a new VG in the cluster.&lt;BR /&gt; thanks for your help...&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 15:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583996#M715663</guid>
      <dc:creator>Matrah</dc:creator>
      <dc:date>2001-09-24T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583997#M715664</link>
      <description>If the VG does not already exist in the cluster configuration, you need to bring down the cluster.&lt;BR /&gt;May I recommend you read the Managing MC/ServiceGuard Manual at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha/#ServiceGuard" target="_blank"&gt;http://docs.hp.com/hpux/ha/#ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this is all documented in there.&lt;BR /&gt;You might also want to consider taking the course on MC/ServiceGuard to help you here.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 16:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583997#M715664</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-09-24T16:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583998#M715665</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. When you add a disk to an VG already defined in the MC-SG package, you do not need to do any reconfiguration from MC-SG perspective, you will however have to re-export and import the VG on the other node.&lt;BR /&gt;vgexport -v -p -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;copy the map file to the other node&lt;BR /&gt;On the other node &lt;BR /&gt;ls -al /dev/vgname/group&lt;BR /&gt;(so that you can recreate the VG with the same minor number)&lt;BR /&gt;mkdir /dev/vgname&lt;BR /&gt;mknod /dev/vgname/group c 64 0x???000 &lt;BR /&gt;vgimport -v -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;2. When you add a new VG, you can update the the cluster ascii file and do a cmcheckconf and cmapplyconf while the cluster is running,&lt;BR /&gt;look at the link for things you can do on VGs &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 24 Sep 2001 16:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583998#M715665</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-24T16:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583999#M715666</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you add a disk to an existing VG which is part of the cluster, you don't have to do a cmapplyconf. The only thing required for you to do is to do a see that the VG info is consistent on the nodes where the VG will get activated. This means a vgexport and vgimport and maybe a modification of /etc/lvmpvg on the other nodes. Depends on the type of configuration you have.&lt;BR /&gt;&lt;BR /&gt;When you want to add a new VG to the cluster, you will have to do a cmapplyconf. you will be genearte a ascii file for the present configuration, modify that file, add this new VG and do a "cmapplyconf". you can do this while the VG is still active. &lt;BR /&gt;&lt;BR /&gt;Here is a thread for you to look at.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90045/B3936-90045_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90045/00/00/49-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90045/00/00/49-toc.html&amp;amp;searchterms=online%20configuration&amp;amp;queryid=20010924-104256" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90045/B3936-90045_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90045/00/00/49-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90045/00/00/49-toc.html&amp;amp;searchterms=online%20configuration&amp;amp;queryid=20010924-104256&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 16:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2583999#M715666</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-24T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584000#M715667</link>
      <description>If you're adding a disk to a VG that's part of the cluster, then all you would need to do on the node which has the VG activated:&lt;BR /&gt;&lt;BR /&gt;add the diskt (vgextend &lt;VG name=""&gt; &lt;PV name=""&gt;&lt;BR /&gt;vgexport -s -p -m &lt;MAP file=""&gt; &lt;VG name=""&gt;&lt;BR /&gt;&lt;BR /&gt;then copy over the map file to the secondary, etc. nodes using rcp, ftp or whatever.&lt;BR /&gt;&lt;BR /&gt;Then on the secondary node, get rid of the old VG info&lt;BR /&gt;&lt;BR /&gt;vgexport &lt;VG name=""&gt;&lt;BR /&gt;mkdir /dev/&lt;VG name=""&gt;&lt;BR /&gt;mknod /dev/&lt;VG name=""&gt;/group c 64 0x0??0000&lt;BR /&gt;vgimport -s -m &lt;MAP file=""&gt; &lt;VG name=""&gt;&lt;BR /&gt;&lt;BR /&gt;where ?? is the group number that you originally had for this VG.&lt;BR /&gt;&lt;BR /&gt;As for including a  VG in the cluster, this can be done online as instructed above.&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/VG&gt;&lt;/MAP&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/VG&gt;&lt;/MAP&gt;&lt;/PV&gt;&lt;/VG&gt;</description>
      <pubDate>Mon, 24 Sep 2001 17:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584000#M715667</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-24T17:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584001#M715668</link>
      <description>Here is the detail steps for your reference. For example, pv:c4t5d0, vg:vg05&lt;BR /&gt;&lt;BR /&gt;Adding a PV into a VG&lt;BR /&gt;On the original node&lt;BR /&gt;1. pvcreate /dev/rdsk/c4t5d0&lt;BR /&gt;2. vgextend /dev/vg05 /dev/dsk/c4t5d0&lt;BR /&gt;3. lvcreate -L size /dev/vg05&lt;BR /&gt;4. newfs -F model /dev/vg05/rlvol1&lt;BR /&gt;5. mount /dev/vg05/lvol1 /mount_point_name&lt;BR /&gt;6. vgexport -pvs -m /etc/lvmconf/vg05.map /dev/vg05&lt;BR /&gt;7. rcp /etc/lvmconf/vg05.map node2:/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;On the second node:&lt;BR /&gt;1. vgexport /dev/vg05&lt;BR /&gt;2. mkdir /dev/vg05&lt;BR /&gt;3. mknod /dev/vg05/group c 64 0x050000&lt;BR /&gt;4. vgimport -vs -m /etc/lvmconf/vg05.map /dev/vg05&lt;BR /&gt;5. vi the control file, update the lvol and mount point and distribute the control script to all adoptive nodes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Adding a VG to a cluster&lt;BR /&gt;&lt;BR /&gt;it can be done online, it is not necessary to halt the package.&lt;BR /&gt;&lt;BR /&gt;1. same steps with the above using the vgexport/vgimport pair&lt;BR /&gt;2. cd /etc/cmcluster&lt;BR /&gt;3. cmcheckconf -C CONF -p pkg1/conf -p pkg2/conf ...&lt;BR /&gt;4. add the combination of lvol and mount point to the package control script that controls the new VG&lt;BR /&gt;5. leave the cluster up&lt;BR /&gt;cmapplyconf -C CONF -p pkg1/conf -p pkg2/conf ...&lt;BR /&gt;6. skip this step if the package is down&lt;BR /&gt;On the node where the package is active, activate the VG in exclusive mode and mount the new lvols where necessary. When the package comes down, it must be able to deactivate the resources listed in the updated control script.&lt;BR /&gt;&lt;BR /&gt;vgchange -a e vg05&lt;BR /&gt;mount /dev/vg05/lvol1 /vg05/mount_point_name&lt;BR /&gt;&lt;BR /&gt;7. copy the control script to all adoptive nodes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 18:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584001#M715668</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-09-24T18:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584002#M715669</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can add a volume group without bringing down the cluster.  I did it here two days ago.&lt;BR /&gt;&lt;BR /&gt;Adding a new VG to an existing package usually requires you to halt that package, but if you are careful you can do it without halting the package.  You just need to be sure you get a chance to test the package control scripts as soon as you can after doing it.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 18:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584002#M715669</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-09-24T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: cmapplyconf  online......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584003#M715670</link>
      <description>To add a VG to a cluster:&lt;BR /&gt; - create the VG on one node and vgimport it into other nodes that will activate the VG when they operate the package.&lt;BR /&gt;&lt;BR /&gt; - add it to the cluster config file at the bottom&lt;BR /&gt;&lt;BR /&gt; - Perform this command on an adoptive node running in the cluster to "cluster" the VG:&lt;BR /&gt;# vgchange -c y &lt;VGNAME&gt;  &lt;BR /&gt;&lt;BR /&gt; - Insure the VG and lvol references are listed in the package control script on each adoptive node.&lt;BR /&gt;&lt;BR /&gt;-Stephen&lt;/VGNAME&gt;</description>
      <pubDate>Wed, 26 Sep 2001 12:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmapplyconf-online/m-p/2584003#M715670</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2001-09-26T12:22:29Z</dc:date>
    </item>
  </channel>
</rss>

