<?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: Need help on some final config issues for pkg.control script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175948#M561158</link>
    <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;I hope you have a more than 1 nodes in your cluster.If so  you need to have two packages &lt;BR /&gt;one for oracle RAC (it should be multinode or system multinode ) and the vgchange option in the pkg cntl script would be "vgchange -a s" and the second package for activating the volume group in exclusive mode (the vgchange option in the pkg cntl script would be "vgchange -a e") and it should be fail-over package since you can not active the vg in exclusive mode on more than one node at a time.&lt;BR /&gt; &lt;BR /&gt;The bottom line is you can not have the two different access method of VG  in single package unless it is a single node cluster or single node package.&lt;BR /&gt;&lt;BR /&gt;Also if you have mentioned the vgs in the cluster asci file ,no need to mark it as cluster as this will be done during the cmapplyconf with appropriate options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson</description>
    <pubDate>Wed, 20 May 2009 04:46:59 GMT</pubDate>
    <dc:creator>johnsonpk</dc:creator>
    <dc:date>2009-05-20T04:46:59Z</dc:date>
    <item>
      <title>Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175944#M561154</link>
      <description>Dear Concern&lt;BR /&gt;&lt;BR /&gt;We have created a cluster for our new RAC test system, but we have some final config issues.&lt;BR /&gt;&lt;BR /&gt;In the cluster cmclconf.acsii file we have set "OPS_VOLUME_GROUP /dev/vgractst".&lt;BR /&gt;&lt;BR /&gt;Also we have "VOLUME_GROUP /dev/vg_billing_cdr"&lt;BR /&gt;&lt;BR /&gt;Now we want to activate volume group "/dev/vg_billing_cdr" into exclusive mode and &lt;BR /&gt; "/dev/vgractst" volume group into Sharable mode when cluster will start using cmruncl.&lt;BR /&gt;&lt;BR /&gt;Now what is the configuration in pkg.control script file to meet above requirements:&lt;BR /&gt;&lt;BR /&gt;I think below may be the right configuration:&lt;BR /&gt;&lt;BR /&gt;VGCHANGE0="vgchange -a e"&lt;BR /&gt;VGCHANGE1="vgchange -a s"&lt;BR /&gt; &lt;BR /&gt;vg[0]=vg_billing_cdr&lt;BR /&gt;vg[1]=vgractst&lt;BR /&gt;&lt;BR /&gt;Also before run cmruncl, we need to first mark &lt;BR /&gt;the VG's in to cluster using the below commands:&lt;BR /&gt;&lt;BR /&gt;#vgchange -c y vg_billing_cdr&lt;BR /&gt;#vgchange -S y -c y vgractst&lt;BR /&gt;&lt;BR /&gt;Pls confirm me&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 05:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175944#M561154</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-05-19T05:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175945#M561155</link>
      <description>Hi,&lt;BR /&gt;I never heard about this syntax VGCHANGE[number], in fact the run script made a for i in ${VG[@]} so impossible to you to made a VGCHANGE0... &lt;BR /&gt;You must change the structure of the run script to permit this. Better way is to just put something like&lt;BR /&gt;vgchange -a e vg_billing_cdr&lt;BR /&gt;vgchange -a s vgractst&lt;BR /&gt;in you run script, or change the function activate_volume_group&lt;BR /&gt;Hope it helps&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 06:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175945#M561155</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-05-19T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175946#M561156</link>
      <description>Thanks smatador to correct me, but if we want to activate "vg_billing_cdr" volume group in exclusive mode and "vgractst" volume group into shared mode then what will be the correct entry in the pkg.control script???&lt;BR /&gt;&lt;BR /&gt;Can anyone help me??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Tue, 19 May 2009 06:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175946#M561156</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-05-19T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175947#M561157</link>
      <description>Hi,&lt;BR /&gt;You could for example comment the line on the function activate_volume_group and replace by just two line &lt;BR /&gt;vgchange -a e vg_billing_cdr&lt;BR /&gt;vgchange -a s vgractst&lt;BR /&gt;Hope it helps</description>
      <pubDate>Tue, 19 May 2009 07:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175947#M561157</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-05-19T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175948#M561158</link>
      <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;I hope you have a more than 1 nodes in your cluster.If so  you need to have two packages &lt;BR /&gt;one for oracle RAC (it should be multinode or system multinode ) and the vgchange option in the pkg cntl script would be "vgchange -a s" and the second package for activating the volume group in exclusive mode (the vgchange option in the pkg cntl script would be "vgchange -a e") and it should be fail-over package since you can not active the vg in exclusive mode on more than one node at a time.&lt;BR /&gt; &lt;BR /&gt;The bottom line is you can not have the two different access method of VG  in single package unless it is a single node cluster or single node package.&lt;BR /&gt;&lt;BR /&gt;Also if you have mentioned the vgs in the cluster asci file ,no need to mark it as cluster as this will be done during the cmapplyconf with appropriate options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson</description>
      <pubDate>Wed, 20 May 2009 04:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175948#M561158</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-20T04:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175949#M561159</link>
      <description>Dear Minhaz&lt;BR /&gt;&lt;BR /&gt;the attachment will help u&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 20 May 2009 05:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175949#M561159</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-20T05:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on some final config issues for pkg.control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175950#M561160</link>
      <description>Thanks a lot to every body.</description>
      <pubDate>Thu, 21 May 2009 03:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-some-final-config-issues-for-pkg-control-script/m-p/5175950#M561160</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-05-21T03:27:38Z</dc:date>
    </item>
  </channel>
</rss>

