<?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 who know how to active sharable vg on two nodes without install cluster on hpux 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279170#M180108</link>
    <description>and who have the documents about install oracle 10g rac on hpux 11i,</description>
    <pubDate>Tue, 18 May 2004 05:07:25 GMT</pubDate>
    <dc:creator>hongjing_zhang</dc:creator>
    <dc:date>2004-05-18T05:07:25Z</dc:date>
    <item>
      <title>who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279170#M180108</link>
      <description>and who have the documents about install oracle 10g rac on hpux 11i,</description>
      <pubDate>Tue, 18 May 2004 05:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279170#M180108</guid>
      <dc:creator>hongjing_zhang</dc:creator>
      <dc:date>2004-05-18T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279171#M180109</link>
      <description>As far as I am aware, you can't.  The "-s" option to "vgchange" only arrives with the arrival of ServiceGuard.&lt;BR /&gt; &lt;BR /&gt;However, it doesn't actually need to be sharable for some kind of failover.  The vgexport and vgimport still work.  So you could create a volume group on a server, "vgexport -p" it and then import it on the second server.  If you then make sure that it is not activated on the second server (by not having an entry in /etc/lvmtab) then you have some means to fail over.  I.E when the first server isn't available, just activate it on the second one.  I imagine this would all work.</description>
      <pubDate>Tue, 18 May 2004 05:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279171#M180109</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-18T05:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279172#M180110</link>
      <description>As far as I know its not possible . Even with service Guard cluster , even though the VG's are shared but it is active exclusively on one node only . &lt;BR /&gt;&lt;BR /&gt;For true share , one has to use SLVM ( shared LVM ) that comes with OPS clusters or Service Guard extensions for RAC .&lt;BR /&gt;&lt;BR /&gt;This feature migt also be available in near future when HP completes prting tru cluster from tru64 into HPUX .</description>
      <pubDate>Mon, 16 Sep 2024 09:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279172#M180110</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2024-09-16T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279173#M180111</link>
      <description>As a further note to those above, the OPS RAC (which is probably what you are looking for) only allows for shared VGs that are used in raw mode.&lt;BR /&gt;&lt;BR /&gt;Shared filesystems except via NFS.&lt;BR /&gt;&lt;BR /&gt;Also, keep in mind that if you use Mark's solution to vgimport/vgexport, the disks when not in use by the one system will look available via SAM and other tools (since they are physically attached but not used on that system) -- be careful not to overwrite the data on those disks from the "other" system where they are not in use.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 06:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279173#M180111</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-05-18T06:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279174#M180112</link>
      <description>Without MCSG you cannot share the VG.&lt;BR /&gt;cmlvmd- monitors the activation of a VG &lt;BR /&gt;across the nodes. Without cmlvmd running &lt;BR /&gt;you cannot run vgchange -s y.&lt;BR /&gt;If you activate the VG is both nodes &lt;BR /&gt;without MCSG &amp;amp; vgchange -s y,&lt;BR /&gt;you would possibly endup with currupt file&lt;BR /&gt;system.&lt;BR /&gt;&lt;BR /&gt;TT&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 07:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279174#M180112</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2004-05-18T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279175#M180113</link>
      <description>You need MC/SG (or another clustering software) to share a VG....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 18 May 2004 08:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279175#M180113</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-18T08:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279176#M180114</link>
      <description>If you are decide to use Marks method (which does work) you will want to edit the /etc/lvmrc file as if MC/SG was installed. You will need to *ensure* that these volume groups don't get activated on the 'standby' host until you want them to. &lt;BR /&gt;&lt;BR /&gt;If you have imported these volume groups on the secondary host, but don't activate them, there is still a risk in the event of a reboot. If the secondary host reboots and you have not modified the /etc/lvmrc file to not activate these 'shared volume groups' they will be activated on reboot.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 18 May 2004 08:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279176#M180114</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-05-18T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: who know how to active sharable vg on two nodes without install cluster on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279177#M180115</link>
      <description>Hi,&lt;BR /&gt;You must have SG and SGeRAC installed to get&lt;BR /&gt;shared VG (SLVM) capability. As for Oracle 10g RAC documentation, you can get it from &lt;A href="http://otn.oracle.com." target="_blank"&gt;http://otn.oracle.com.&lt;/A&gt; You should have SG/SGeRAC installed and configured before you start the 10g RAC installation. However, this is first release that Oracle introduces CRS. I have heard there are many quality issues. Good luck.</description>
      <pubDate>Fri, 21 May 2004 23:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-know-how-to-active-sharable-vg-on-two-nodes-without-install/m-p/3279177#M180115</guid>
      <dc:creator>JW_8</dc:creator>
      <dc:date>2004-05-21T23:09:51Z</dc:date>
    </item>
  </channel>
</rss>

