<?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: Oracle 10G SGeRAC ServiceGuard config assistance please. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922796#M761670</link>
    <description>Thanks Guys for your help. Steven, we patched the boxes before loading Oracle, so no relink is necessary - but it is good to remember for the future. &lt;BR /&gt;Thanks Debver for pointing me in the right direction.&lt;BR /&gt;&lt;BR /&gt;The RAC Cluster is now succcessfully working.&lt;BR /&gt;Below is the solution, so I can help others:&lt;BR /&gt;&lt;BR /&gt;The solution: =======================&lt;BR /&gt;run on each node once only to: &lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl disable crs ; &lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl stop crs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In pkg.control script:&lt;BR /&gt;   VGCHANGE="vgchange -a s"&lt;BR /&gt; and the start commands:&lt;BR /&gt;/sbin/init.d/init.cssd  start&lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl start crs&lt;BR /&gt;and stop in the reverse order.&lt;BR /&gt;&lt;BR /&gt;In the pkg.conf:&lt;BR /&gt;PACKAGE_NAME     crspkg1&lt;BR /&gt;PACKAGE_TYPE     MULTI_NODE&lt;BR /&gt;AUTO_RUN                        YES&lt;BR /&gt;LOCAL_LAN_FAILOVER_ALLOWED      YES&lt;BR /&gt;NODE_FAIL_FAST_ENABLED          YES&lt;BR /&gt;&lt;BR /&gt;Also Do: cmmodpkg -e  -n   for ALL nodes.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Jan 2007 20:26:50 GMT</pubDate>
    <dc:creator>isaac_loven</dc:creator>
    <dc:date>2007-01-09T20:26:50Z</dc:date>
    <item>
      <title>Oracle 10G SGeRAC ServiceGuard config assistance please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922793#M761667</link>
      <description>Hi all,&lt;BR /&gt;  We have created a cluster for our new RAC test system, but we have some final config issues.&lt;BR /&gt;We have SGeRAC Vers 11.17, and RAC 10.2.0.2.0,&lt;BR /&gt;and patches have been updated too.&lt;BR /&gt;&lt;BR /&gt;In the cluster cmclconf.acsii file we have set "OPS_VOLUME_GROUP /dev/vgractst".&lt;BR /&gt;But we have found that we need to run by hand  "vgchange -a s vgractst" on each node after a reboot and before the cluster is started. &lt;BR /&gt;Is there a recommended way of incorporating this vgchange in cluster startup ? Or should I put this VG into the /etc/lvmrc file ?&lt;BR /&gt; &lt;BR /&gt;We also wish to run "crsctl start crs" after the cluster is started. Should I put this into a package with "PACKAGE_TYPE = MULTI_NODE" so that it is started on all nodes? Or should this be done by hand?&lt;BR /&gt; &lt;BR /&gt;( I tried to find some docs to help with no success )&lt;BR /&gt;&lt;BR /&gt;Thanks, Isaac.</description>
      <pubDate>Mon, 08 Jan 2007 20:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922793#M761667</guid>
      <dc:creator>isaac_loven</dc:creator>
      <dc:date>2007-01-08T20:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G SGeRAC ServiceGuard config assistance please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922794#M761668</link>
      <description>The volume group activation should be handled by the package. Your package control script should contain a VG[] array for each of your OPS volumes. There should also be a VGCHANGE variable. If you have the VG[] entry already defined in the package, then see if the VGCHANGE var is set as "vgchange -a s".&lt;BR /&gt;&lt;BR /&gt;Details can be found online too, &lt;A href="http://docs.hp.com/en/T1859-90017/ch02s08.html" target="_blank"&gt;http://docs.hp.com/en/T1859-90017/ch02s08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As for crs, look here for a starting point.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1859-90038/ch02s21.html" target="_blank"&gt;http://docs.hp.com/en/T1859-90038/ch02s21.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will want to configure clusterware to start after rac and shutdown before you bring it down.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 08 Jan 2007 21:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922794#M761668</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-08T21:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G SGeRAC ServiceGuard config assistance please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922795#M761669</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When you say patches are updated, does that mean that all Oracle required patches were installed prior to RAC installation? &lt;BR /&gt;&lt;BR /&gt;If major or Oracle required patches were added after RAC install, an Oracle relink is required.&lt;BR /&gt;&lt;BR /&gt;Note also, that Oracle RAC's shared storage must be activated in shared mode. This makes it impossible to make adjustments, or use OS utilties to make storage changes without downing RAC and the database. Make sure you are happy with the LVM configuration prior to going live.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Jan 2007 01:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922795#M761669</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-09T01:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G SGeRAC ServiceGuard config assistance please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922796#M761670</link>
      <description>Thanks Guys for your help. Steven, we patched the boxes before loading Oracle, so no relink is necessary - but it is good to remember for the future. &lt;BR /&gt;Thanks Debver for pointing me in the right direction.&lt;BR /&gt;&lt;BR /&gt;The RAC Cluster is now succcessfully working.&lt;BR /&gt;Below is the solution, so I can help others:&lt;BR /&gt;&lt;BR /&gt;The solution: =======================&lt;BR /&gt;run on each node once only to: &lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl disable crs ; &lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl stop crs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In pkg.control script:&lt;BR /&gt;   VGCHANGE="vgchange -a s"&lt;BR /&gt; and the start commands:&lt;BR /&gt;/sbin/init.d/init.cssd  start&lt;BR /&gt;/oravl01/oracle/10.2.0/bin/crsctl start crs&lt;BR /&gt;and stop in the reverse order.&lt;BR /&gt;&lt;BR /&gt;In the pkg.conf:&lt;BR /&gt;PACKAGE_NAME     crspkg1&lt;BR /&gt;PACKAGE_TYPE     MULTI_NODE&lt;BR /&gt;AUTO_RUN                        YES&lt;BR /&gt;LOCAL_LAN_FAILOVER_ALLOWED      YES&lt;BR /&gt;NODE_FAIL_FAST_ENABLED          YES&lt;BR /&gt;&lt;BR /&gt;Also Do: cmmodpkg -e  -n   for ALL nodes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 20:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922796#M761670</guid>
      <dc:creator>isaac_loven</dc:creator>
      <dc:date>2007-01-09T20:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G SGeRAC ServiceGuard config assistance please.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922797#M761671</link>
      <description>Also first make the VG Sharable on all nodes:&lt;BR /&gt;vgchange -a n vgractst ## all nodes.&lt;BR /&gt;vgchange -S y -c y vgractst  ## all nodes&lt;BR /&gt;vgchange -a s vgractst  ## all nodes.&lt;BR /&gt;vgdisplay -v vgractst ## to view status&lt;BR /&gt;&lt;BR /&gt;Deactivate before adding to Service Guard.&lt;BR /&gt;vgchange -a n vgractst ## all nodes</description>
      <pubDate>Tue, 09 Jan 2007 20:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-sgerac-serviceguard-config-assistance-please/m-p/3922797#M761671</guid>
      <dc:creator>isaac_loven</dc:creator>
      <dc:date>2007-01-09T20:30:32Z</dc:date>
    </item>
  </channel>
</rss>

