<?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 Share volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342376#M702145</link>
    <description>I currently have a volume group that lives on an array.  I have a 2-node cluster set up.  I would like to share this volume group at the same time between the 2 nodes with one node having read-only permissions.  Is this possible? I have attempted to use the &lt;BR /&gt;"-S" option with vgchange, but the one node is not able to see this volume group unless I failover the package from the other node. Hopefully, this makes sense.  If there are any suggestions, I would highly appreciate it.&lt;BR /&gt;Thanks,&lt;BR /&gt;Gabe</description>
    <pubDate>Tue, 27 Jul 2004 12:00:17 GMT</pubDate>
    <dc:creator>Gabriel_23</dc:creator>
    <dc:date>2004-07-27T12:00:17Z</dc:date>
    <item>
      <title>Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342376#M702145</link>
      <description>I currently have a volume group that lives on an array.  I have a 2-node cluster set up.  I would like to share this volume group at the same time between the 2 nodes with one node having read-only permissions.  Is this possible? I have attempted to use the &lt;BR /&gt;"-S" option with vgchange, but the one node is not able to see this volume group unless I failover the package from the other node. Hopefully, this makes sense.  If there are any suggestions, I would highly appreciate it.&lt;BR /&gt;Thanks,&lt;BR /&gt;Gabe</description>
      <pubDate>Tue, 27 Jul 2004 12:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342376#M702145</guid>
      <dc:creator>Gabriel_23</dc:creator>
      <dc:date>2004-07-27T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342377#M702146</link>
      <description>No no no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 27 Jul 2004 12:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342377#M702146</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-27T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342378#M702147</link>
      <description>You may use NFS for this...</description>
      <pubDate>Tue, 27 Jul 2004 12:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342378#M702147</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-27T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342379#M702148</link>
      <description>A volume group can be shared between hosts as follows.&lt;BR /&gt;&lt;BR /&gt;1 NFS&lt;BR /&gt;2 MCSG.&lt;BR /&gt;&lt;BR /&gt;In MCSG, the volume group will be included in a package. The package will have it's own ip. At any point of time, a package will be owned/running on one node. The aplications/programs will access it with package ip. In case that nodes fails, package will be switched over to another node. A volume group needs to configured with following options for putting it in MCSG.&lt;BR /&gt;&lt;BR /&gt;vgchange -c y vgxx (cluster aware)&lt;BR /&gt;vgchange -s y vgxx (sharable)&lt;BR /&gt;vgchange -a e vgxx (exclusive activation)&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2004 12:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342379#M702148</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-27T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342380#M702149</link>
      <description>This is how you do it.&lt;BR /&gt;&lt;BR /&gt;From node1&lt;BR /&gt;&lt;BR /&gt;# vgexport -p -v -s -m vg.map /dev/vgname&lt;BR /&gt;# rcp vg.map node2:/tmp&lt;BR /&gt;&lt;BR /&gt;on node2&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname/group c 64 0x020000&lt;BR /&gt;  &lt;BR /&gt;  - match the minor number of the group file with that of node1.&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -s -m /tmp/vg.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;now on node2&lt;BR /&gt;&lt;BR /&gt;# vgchange -a r /dev/vgname.&lt;BR /&gt;&lt;BR /&gt;Now vg is activated in node2 in read only mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- Sundar</description>
      <pubDate>Tue, 27 Jul 2004 12:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342380#M702149</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-27T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342381#M702150</link>
      <description>Sharing a VOLUME GROUP read-only on one or both nodes or read-write on both nodes is fine as long as all the LVOL's are raw devices --- and the software has some mechanism to coordinate activity; HOWEVER (and this is a big however), under no circumstances can two nodes share a mounted filesystem except when BOTH nodes mount it readonly. The reason is that if nodeA  mounts the filesystem read-write and nodeB mounts it readonly, nodeB won't have a clue about the contents of nodeA's buffer cache ---- absolute chaos will be the result. If you wish to share filesystems, mount it read-write on one node and NFS on the other. It really make no difference whether or not this is a MC/SG cluster, the answer is the same.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2004 13:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342381#M702150</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-07-27T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Share volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342382#M702151</link>
      <description>Thank you all for taking the time out to help me out with this...</description>
      <pubDate>Tue, 27 Jul 2004 18:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/share-volume-group/m-p/3342382#M702151</guid>
      <dc:creator>Gabriel_23</dc:creator>
      <dc:date>2004-07-27T18:07:14Z</dc:date>
    </item>
  </channel>
</rss>

