<?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: adding new VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778053#M660896</link>
    <description>Hi Shibin,Emil,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info.&lt;BR /&gt;&lt;BR /&gt;Actualy my main concern with cluster binary file not with pkg.Since i am adding new VG info in cluster file without halting the same.&lt;BR /&gt;&lt;BR /&gt;Have you heard about cmcheck command which tells what parameters can be changed online/offline.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
    <pubDate>Mon, 18 Apr 2011 17:43:55 GMT</pubDate>
    <dc:creator>himacs</dc:creator>
    <dc:date>2011-04-18T17:43:55Z</dc:date>
    <item>
      <title>adding new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778050#M660893</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;B.11.23&lt;BR /&gt;SG 11.17 &lt;BR /&gt;&lt;BR /&gt;Do we need to stop cluster/pkg ,while adding new vg in to cluster?&lt;BR /&gt;Please find my POA which requires no downtime.&lt;BR /&gt;&lt;BR /&gt;node1&lt;BR /&gt;Create VG with PV.&lt;BR /&gt;Create LVs &lt;BR /&gt;Export VG in preview mode to get map file&lt;BR /&gt;Copy map file to node2&lt;BR /&gt;Enter VG details in cluster config an pkg control files.&lt;BR /&gt;Activate the vg with -e option and manually mount the LVs&lt;BR /&gt;&lt;BR /&gt;node 2.&lt;BR /&gt;&lt;BR /&gt;Create VG and import details.&lt;BR /&gt;Modify the cluster config and pkg cntl files.&lt;BR /&gt;&lt;BR /&gt;My point is during the pkg sitchover/failover ,new LVs will automatically moved to node 2 ,since LV details available in pkg file.&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 15 Apr 2011 13:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778050#M660893</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-04-15T13:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: adding new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778051#M660894</link>
      <description>No need to stop the packages.  &lt;BR /&gt;&lt;BR /&gt;There are similar threads available regarding this.  You may have to search for further details.</description>
      <pubDate>Fri, 15 Apr 2011 14:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778051#M660894</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-04-15T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778052#M660895</link>
      <description>for the most part you can add a new volume group and LV to a package while the cluster is up.&lt;BR /&gt;&lt;BR /&gt;IDeally you want to add the VG and LVs to the package while the package is down since you will have a known starting state after umounting the filesystem and deactivating the volume group so you know the script is properly activating the vg and mounting the filesystem and undoing everything.&lt;BR /&gt;&lt;BR /&gt;YOu could try adding the volume group and filesystems to a package while it is up but then you have to make sure the script or package configuration is absolutely correct and will undo everything without actually testing it on all of the nodes before putting it in production.&lt;BR /&gt;&lt;BR /&gt;That is why many people take down the package and make the changes and let the package bring up everying and take it down so they have a chance to test it first.&lt;BR /&gt;&lt;BR /&gt;You better make sure you modify the package ctl file on all the nodes.. not just on the 2nd node.&lt;BR /&gt;&lt;BR /&gt;You could &lt;BR /&gt;&lt;BR /&gt;Node 1&lt;BR /&gt;create vg&lt;BR /&gt;deactivate vg&lt;BR /&gt;vgchange -c y vgXX&lt;BR /&gt;vgchange -a e vgxx&lt;BR /&gt;create LVs&lt;BR /&gt;create mount points&lt;BR /&gt;create fs and mount fs&lt;BR /&gt;export VG with -m -p&lt;BR /&gt;Edit package run/halt script if legacy&lt;BR /&gt;copy script to other nodes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All other nodes&lt;BR /&gt;import vg -N (if using 11iv3)&lt;BR /&gt;create mount points&lt;BR /&gt;make sure script was updated&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if package fails over to other nodes if your script was updated correctly it should umount the new filesystems and deactiveatve the VG and activate the new vg and mount the new filesystems on the other node.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Apr 2011 13:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778052#M660895</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2011-04-16T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: adding new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778053#M660896</link>
      <description>Hi Shibin,Emil,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info.&lt;BR /&gt;&lt;BR /&gt;Actualy my main concern with cluster binary file not with pkg.Since i am adding new VG info in cluster file without halting the same.&lt;BR /&gt;&lt;BR /&gt;Have you heard about cmcheck command which tells what parameters can be changed online/offline.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Mon, 18 Apr 2011 17:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778053#M660896</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-04-18T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding new VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778054#M660897</link>
      <description>Hi,&lt;BR /&gt;Run cmcheckconf with "-k -C cluster.ascii"</description>
      <pubDate>Tue, 19 Apr 2011 05:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-vg/m-p/4778054#M660897</guid>
      <dc:creator>Abid Iqbal</dc:creator>
      <dc:date>2011-04-19T05:13:30Z</dc:date>
    </item>
  </channel>
</rss>

