<?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 file system between two servers in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743515#M18023</link>
    <description>You need to have MCOE (Mission Critical OE) to make use of CVM.. in short you need to have a ServiceGuard Cluster (or a Veritas Clutser)&lt;BR /&gt;&lt;BR /&gt;The following is the 11th edition for 11.11 and above. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/ch01s01.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/ch01s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/ch05s07.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/ch05s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is a 12th Edition for 11.23 Environments only.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 05 Mar 2006 21:13:17 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2006-03-05T21:13:17Z</dc:date>
    <item>
      <title>shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743502#M18010</link>
      <description>Dear ALL&lt;BR /&gt;I ave two HP-UX 11i servers i want to connect them to a SAN storage with a fiber cable,I have two questions&lt;BR /&gt;&lt;BR /&gt;1-I want these two servers to see the same file system and to mount them at the same time (shared file system)what should I do in these two servers (I do not want to make them clustered)and what the application should i install in both.&lt;BR /&gt;&lt;BR /&gt;2-if i use a redundant switch each server has two connections to the two switch and from this each switch to the storage,so from this each server will see the same HDD on the storage twice,what should i install or do in the HP-UX server to solve this problem.&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;Fadia</description>
      <pubDate>Fri, 03 Mar 2006 07:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743502#M18010</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-03T07:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743503#M18011</link>
      <description>1- You can use Veritas Cluster File System (The file system must be clustered):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://seer.support.veritas.com/docs/277359.htm" target="_blank"&gt;http://seer.support.veritas.com/docs/277359.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or you can user RAW devices with Oracle RAC.&lt;BR /&gt;&lt;BR /&gt;2- You need Secure Path, or simply use pvlinks,  that is, add both disks to the same volume group. These are redundant paths.</description>
      <pubDate>Fri, 03 Mar 2006 08:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743503#M18011</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-03T08:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743504#M18012</link>
      <description>thanks ivan for your repliese,but i need more details for the two answers specially the second one, if you please give me more details.</description>
      <pubDate>Fri, 03 Mar 2006 16:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743504#M18012</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-03T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743505#M18013</link>
      <description>1- To allow more then one node to write to the same filesystem, they need a method of control (locking) to coordinate the acces to the data. This is what a clustered file system provides. A clustered file system enables the access from two or more nodes to the same storage device, and performs the locking and access control.&lt;BR /&gt;&lt;BR /&gt;If two nodes try to use the data without coordination, they will corrupt the filesystem.&lt;BR /&gt;&lt;BR /&gt;The clustered filesystem does not provides server or service fault tolerance, it just allows the servers to use the same filesystem.&lt;BR /&gt;&lt;BR /&gt;2- From the man page of vgcreate:&lt;BR /&gt;&lt;BR /&gt;Using the PVLinks feature to create a volume group named /dev/vg00 with a physical volume that can be referenced by two different paths.  /dev/dsk/c3t0d0 and /dev/dsk/c4t0d0 refer to the same physical volume, accessed via different controller hardware paths.  In this example, /dev/dsk/c3t0d0 becomes the primary link to the physical volume. /dev/dsk/c4t0d0 becomes an alternate link to the physical volume.&lt;BR /&gt;&lt;BR /&gt;vgcreate /dev/vg00 /dev/dsk/c3t0d0 /dev/dsk/c4t0d0&lt;BR /&gt;&lt;BR /&gt;Pvlinks is part of HP-UX LVM.&lt;BR /&gt;&lt;BR /&gt;Pvlinks are supported in active/active controllers configurations, like eva4k, eva6k and eva8k.</description>
      <pubDate>Fri, 03 Mar 2006 16:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743505#M18013</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-03T16:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743506#M18014</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;If you wouldn't use a clustered filesystem, you must ensure that only one server can mount this volume on read-write mode. The any other servers can mount this volume as red-only.&lt;BR /&gt;&lt;BR /&gt;2)exactly as wrote a Ivan Ferreira you can use a PVlinks  in active/active controllers configurations, like eva4k, eva6k and eva8k. If you use a EVA3k/%k you must upgrade firmware to version VCS 4.001 .&lt;BR /&gt;&lt;BR /&gt;Frantisek</description>
      <pubDate>Sat, 04 Mar 2006 08:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743506#M18014</guid>
      <dc:creator>Frantisek Kysela</dc:creator>
      <dc:date>2006-03-04T08:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743507#M18015</link>
      <description>Ivan&lt;BR /&gt;the volume group will contains two physical volumes so the size of it will be doubled although i use the same HDD am I right,or what.</description>
      <pubDate>Sat, 04 Mar 2006 12:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743507#M18015</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-04T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743508#M18016</link>
      <description>thanks Frantisek,from your reply i see that I can mount the file system on the two servers at the same time,and how to be sure to mount the same file system on both servers with different permition,&lt;BR /&gt;I want more details about Pvlinks what should I do on my HP-UX  server to support it, and how to work in it.</description>
      <pubDate>Sat, 04 Mar 2006 12:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743508#M18016</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-04T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743509#M18017</link>
      <description>Last I heard, using LVM for a Clustered File System (Veritas) is unsupported - you MUST use the Veritas Cluster Volume Manager with the Veritas Cluster Filesysetm.&lt;BR /&gt;&lt;BR /&gt;So, unless things have changed recently, I believe that you are required to have both products.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Sat, 04 Mar 2006 14:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743509#M18017</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2006-03-04T14:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743510#M18018</link>
      <description>&amp;gt;1)&lt;BR /&gt;&amp;gt; If you wouldn't use a clustered filesystem,&lt;BR /&gt;&amp;gt; you must ensure that only one server can&lt;BR /&gt;&amp;gt; mount this volume on read-write mode.&lt;BR /&gt;&amp;gt; The any other servers can mount this volume&lt;BR /&gt;&amp;gt; as red-only.&lt;BR /&gt;&lt;BR /&gt;Sorry, but that is not safe, either. The reason is that the system which has read/write access will still cache data. The system which has mounted the disk read/only does its own (read) caching and most likely will not re-read the metadata, so it does not become aware of updates. This can lead to inconsistent views and even crashes, because the file system structure looks corrupted.</description>
      <pubDate>Sat, 04 Mar 2006 14:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743510#M18018</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-03-04T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743511#M18019</link>
      <description>so from where can i get these veritas products or download them,is they must be purchased or they have a license that ii must buy,kindly all these informations.</description>
      <pubDate>Sat, 04 Mar 2006 15:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743511#M18019</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-04T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743512#M18020</link>
      <description>You can only do this in a Cluster Volume Manager (CVM) nf cluster environment -- either in a ServiceGuard or Veritas Cluster Server Environment.&lt;BR /&gt;&lt;BR /&gt;You actually already have CVM software installed as part of VxVM/VxFS integration within HP-UX. You simply need to activate them via an installation of a license (a depot containing the license if purchased from HP or a license key if purchased from Symantec).&lt;BR /&gt;&lt;BR /&gt;On 11.23 where VxVM 4.1 and VxFS 4.1 is available, CVM may already be integrated with MCOE / Serviceguard. On 11.11 - get hold of HP support.&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Mar 2006 02:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743512#M18020</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-05T02:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743513#M18021</link>
      <description>my systenm in HP-UX 11.11 and isee from swlist the following package &lt;BR /&gt;"Base-VXVM    B.03.50.5      Base VERITAS Volume Manager Bundle 3.5 for HP-UX"&lt;BR /&gt;is it the veritas needed package</description>
      <pubDate>Sun, 05 Mar 2006 04:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743513#M18021</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-05T04:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743514#M18022</link>
      <description>Dear All&lt;BR /&gt;I almost get confused one of them told me to use Veritas cluster file system another told me to use veritas cluster volume manager,which product should i use related to my condition.&lt;BR /&gt;BR</description>
      <pubDate>Sun, 05 Mar 2006 06:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743514#M18022</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-03-05T06:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743515#M18023</link>
      <description>You need to have MCOE (Mission Critical OE) to make use of CVM.. in short you need to have a ServiceGuard Cluster (or a Veritas Clutser)&lt;BR /&gt;&lt;BR /&gt;The following is the 11th edition for 11.11 and above. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/ch01s01.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/ch01s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/ch05s07.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/ch05s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is a 12th Edition for 11.23 Environments only.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Mar 2006 21:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743515#M18023</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-05T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743516#M18024</link>
      <description>If it isnt a clustered enviroment why dont you just use NFS. &lt;BR /&gt;&lt;BR /&gt;No add on products, best over gigabit.&lt;BR /&gt;&lt;BR /&gt;MD</description>
      <pubDate>Mon, 06 Mar 2006 09:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743516#M18024</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2006-03-06T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743517#M18025</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Very good suggestion indeed.! In fact in a previous client -- that is precisely what I've implemented. Due to the prohibitive cost of a cluster and certified NAS Filer (for an Oracle over NFS solution) --- we simply built our own NAS head - quad Gigabit ethernet and UDP protocol. Oracle performed just slightly below DAS/SAN storage but an elegant solution indeed. &lt;BR /&gt;&lt;BR /&gt;However, Fadia might have a reson why he wants to have a truly cluster (shareable) filesystem using a SAN..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 09:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743517#M18025</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-06T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743518#M18026</link>
      <description>"Ivan&lt;BR /&gt;the volume group will contains two physical volumes so the size of it will be doubled although i use the same HDD am I right,or what."&lt;BR /&gt;&lt;BR /&gt;Wrong .. LVM will recognize that both devices files belong to the same physical disk by reading the VGRA and add it as a PVlink rather than a new volume.</description>
      <pubDate>Mon, 06 Mar 2006 09:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743518#M18026</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2006-03-06T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743519#M18027</link>
      <description>Nelson,&lt;BR /&gt;&lt;BR /&gt;Wanna cheap NAS .. try this &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freenas.org/index.php?lang=us" target="_blank"&gt;http://www.freenas.org/index.php?lang=us&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;just set it up for home file sharing.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 09:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743519#M18027</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2006-03-06T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743520#M18028</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip.. but I've my own recipes.. for my NAS head OS, any stripped-down UNIX/Linux/FreeBSD is what I usually employ.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 09:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743520#M18028</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-06T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: shared file system between two servers</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743521#M18029</link>
      <description>Yes I spend 2 days last week reinventing the FreeNAS wheel, should have searched google 1st.</description>
      <pubDate>Mon, 06 Mar 2006 10:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/shared-file-system-between-two-servers/m-p/3743521#M18029</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2006-03-06T10:00:01Z</dc:date>
    </item>
  </channel>
</rss>

