<?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: Shared volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097454#M631371</link>
    <description>I assume that you are actually referring to "cooked" files (i.e. filesystems) since you mention binaries. The answer is that case is no --- all the mounts must be read-only or absolute chaos is ensured. The problem occurs when systemA does a write. SystemB's buffer cache doesn't know anything about this change. You can actually mount all the systems read-write and things will seem to work --- for a while but corruption will certainly result in very short order.&lt;BR /&gt;&lt;BR /&gt;Now, if you are willing to unmount all the hosts and mount one read-write to do the updates and then unmount it and finally remount all the hosts read-only then that will work just fine -- and be perfectly safe.&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Oct 2003 10:31:28 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-10-20T10:31:28Z</dc:date>
    <item>
      <title>Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097449#M631366</link>
      <description>I was wondering if anyone knew of any way to share a volume group among 6 machines. There is no ServiceGuard on these servers but would like to mount one as the master ( read/write ) on one server and the rest as read/only. We have binaries that are identical and don't want to assign SAN space to all the servers. Plus don't want to have to update each instance of the binaries.  Thanks</description>
      <pubDate>Mon, 20 Oct 2003 10:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097449#M631366</guid>
      <dc:creator>Glenn Mallard</dc:creator>
      <dc:date>2003-10-20T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097450#M631367</link>
      <description>You can import and open in read-only mode the vg you want.&lt;BR /&gt;&lt;BR /&gt;vgchange -a r vgname&lt;BR /&gt;&lt;BR /&gt;Plus, you can mount read-only also all the logical volume, but every file created after the mount won't be visible untill next mount/remount.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount -o ro /dev/vgnamr/lvol.... /dir&lt;BR /&gt;&lt;BR /&gt;You can do it, but i do not suggest it.&lt;BR /&gt;If, for any reason, one of the executable uses some directory for storing logs/socket/lock or something else, it simply will have a random chaotic behaviuor, difficult to analyze.&lt;BR /&gt;&lt;BR /&gt;    Massimo</description>
      <pubDate>Mon, 20 Oct 2003 10:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097450#M631367</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-20T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097451#M631368</link>
      <description>Thanks, that is what we are thinking but we have been guaranteed that nothing will be written to the volume group during regular operation.</description>
      <pubDate>Mon, 20 Oct 2003 10:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097451#M631368</guid>
      <dc:creator>Glenn Mallard</dc:creator>
      <dc:date>2003-10-20T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097452#M631369</link>
      <description>Glenn,&lt;BR /&gt;&lt;BR /&gt;Without MC/SG to control this scenario, you're risking disaster.  It can be done, HP doesn't support it, and you can end up activating the VG with full access from multiple servers.  If you're going to attempt this, you have to be extremely careful about running vgchange -a y on one, and only one, server.  Believe me, I learned the hard way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097452#M631369</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-20T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097453#M631370</link>
      <description>I ve tested this in our setup. Both servers are attached to a SAN, and shared VG is mounted Read only on secondary server.&lt;BR /&gt;One thing we found though, if you create a new file on master server it does not reflect on secondary server till you unmount and mount the shared VG on secondary server&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097453#M631370</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-10-20T10:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097454#M631371</link>
      <description>I assume that you are actually referring to "cooked" files (i.e. filesystems) since you mention binaries. The answer is that case is no --- all the mounts must be read-only or absolute chaos is ensured. The problem occurs when systemA does a write. SystemB's buffer cache doesn't know anything about this change. You can actually mount all the systems read-write and things will seem to work --- for a while but corruption will certainly result in very short order.&lt;BR /&gt;&lt;BR /&gt;Now, if you are willing to unmount all the hosts and mount one read-write to do the updates and then unmount it and finally remount all the hosts read-only then that will work just fine -- and be perfectly safe.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097454#M631371</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-20T10:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097455#M631372</link>
      <description>Yes, we are really trying to find a way to get around having to unmount/mount to get the updates from the one loaded read/write</description>
      <pubDate>Mon, 20 Oct 2003 10:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097455#M631372</guid>
      <dc:creator>Glenn Mallard</dc:creator>
      <dc:date>2003-10-20T10:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097456#M631373</link>
      <description>Glenn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have the veritas foundation suite , it comes with a intersting product called as CFS cluster file system which will subsitute for NFS in times to come , you may like to look at the same , and ofcourse you always can activate the shared vg in read only mode .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 20 Oct 2003 10:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097456#M631373</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-10-20T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097457#M631374</link>
      <description>Im curious why you dont NFS mount it? Shouldnt that solve your problem?&lt;BR /&gt; &lt;BR /&gt;Of course, then it would be writable by all... You would have to restrict the filesystem if that would be necessary.</description>
      <pubDate>Mon, 20 Oct 2003 13:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097457#M631374</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Shared volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097458#M631375</link>
      <description>Sorry forgot one thing....&lt;BR /&gt; &lt;BR /&gt;Just load /etc/exports with the hostnames of the remote boxes and then run the NFS mount on the remote box.&lt;BR /&gt;&lt;BR /&gt;then type exportfs at the prompt&lt;BR /&gt; &lt;BR /&gt;mount your.host.com:/my/LVOL /my/mount/point</description>
      <pubDate>Mon, 20 Oct 2003 13:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-volume-group/m-p/3097458#M631375</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T13:36:05Z</dc:date>
    </item>
  </channel>
</rss>

