<?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: linux cluste in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628588#M56683</link>
    <description>&amp;gt;&amp;gt;&amp;gt; we are building two node cluster using oracle linux&lt;BR /&gt;&lt;BR /&gt;Is this a RAC Cluster? If so, probably would be better if you use ASM or OCFS2. In this case, LVM should be avoided.&lt;BR /&gt;&lt;BR /&gt;If not, Â¿what cluster software are you using?</description>
    <pubDate>Wed, 05 May 2010 14:13:44 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2010-05-05T14:13:44Z</dc:date>
    <item>
      <title>linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628584#M56679</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt; we are building two node cluster using oracle linux. On one node I have craeted the cluster file systems.Now How to make it  visible to another node like in HP service gurad we will do vgexport/import the map file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 05 May 2010 04:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628584#M56679</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2010-05-05T04:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628585#M56680</link>
      <description>In Linux, there is no such thing as a map file.&lt;BR /&gt;&lt;BR /&gt;First, make sure both nodes can see the actual disks/LUNs at the hardware level. &lt;BR /&gt;&lt;BR /&gt;If necessary, see RedHat's Online Storage Reconfiguration Guide form making the disks/LUNs visible without a reboot. Most of the techniques within it are applicable to all Linux distributions, not just RedHat.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/index.html" target="_blank"&gt;https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you used traditional PC partition tables, use "partprobe" (if available) or "sfdisk -R /dev/&lt;WHATEVER&gt;" to make the kernel detect the partitions.&lt;BR /&gt;&lt;BR /&gt;If you used LVM, run "vgscan". Then see what is required by your clustering software. &lt;BR /&gt;&lt;BR /&gt;Non-cluster filesystems like ext3 will become corrupted if mounted on two or more nodes at the same time, so a clustering software will usually have some sort of a locking mechanism to make sure it does not happen by accident. &lt;BR /&gt;&lt;BR /&gt;Cluster filesystems like OCFS or GFS can be mounted by multiple nodes simultaneously, but the nodes will usually need to communicate with each other over the network to coordinate their operations. If you're mounting a cluster filesystem, make sure this communication works before actually mounting the filesystem on the 2nd node.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/WHATEVER&gt;</description>
      <pubDate>Wed, 05 May 2010 05:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628585#M56680</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-05T05:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628586#M56681</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;In hp unix we will do the vgexport/import on adotive node . How we need to do it linux so that file system will be available on adoptive node when failover occur.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 05 May 2010 08:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628586#M56681</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2010-05-05T08:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628587#M56682</link>
      <description>Run "vgscan -vv" and read the output to verify that the system sees the necessary VG(s). If that indicates the VG is visible and there are no errors, the VG is ready for activation.&lt;BR /&gt;&lt;BR /&gt;You might also use the commands "pvs", "vgs" and "lvs" to verify the PV/VG/LV visibility.&lt;BR /&gt;&lt;BR /&gt;In Linux with 2.6.* kernel, the device files for the LVs will be created automatically when you activate the VG, not before.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 05 May 2010 11:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628587#M56682</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-05T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628588#M56683</link>
      <description>&amp;gt;&amp;gt;&amp;gt; we are building two node cluster using oracle linux&lt;BR /&gt;&lt;BR /&gt;Is this a RAC Cluster? If so, probably would be better if you use ASM or OCFS2. In this case, LVM should be avoided.&lt;BR /&gt;&lt;BR /&gt;If not, Â¿what cluster software are you using?</description>
      <pubDate>Wed, 05 May 2010 14:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628588#M56683</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-05T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628589#M56684</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;we are using the oracle clusterware.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 05 May 2010 16:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628589#M56684</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2010-05-05T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628590#M56685</link>
      <description>If you are using the oracle clusterware, then you should go for using ASM/OCFS2 as repository for your database. ASM/OCFS2 allows you simultaneous access from both nodes. ASM/OCFS2 don't use LVM.</description>
      <pubDate>Wed, 05 May 2010 20:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628590#M56685</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-05T20:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628591#M56686</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;For creating the ocfs2 first we need to create the &lt;BR /&gt;1) pv&lt;BR /&gt;2) vg&lt;BR /&gt;3)lv&lt;BR /&gt;then need to use ocfs2 file sytem for creating the file system. &lt;BR /&gt;I think in linux no need to do the export/import. after doing vgscan on secondary node the vgs will be visible, Is it correct. &lt;BR /&gt;-----------&lt;BR /&gt;Using ASM, Could you please share the the document if you have related to form the cluster using ASM&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 06 May 2010 03:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628591#M56686</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2010-05-06T03:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: linux cluste</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628592#M56687</link>
      <description>For creating the ocfs2 first we need to create the&lt;BR /&gt;1) pv&lt;BR /&gt;2) vg&lt;BR /&gt;3)lv&lt;BR /&gt;&lt;BR /&gt;That is incorrect, you create the OCFS file system direct over the "RAW" device. This should be a persistent name defined with udev for example. Both nodes should have the same device name. You won't create logical volumes on these devices, just a partition and then the file system.&lt;BR /&gt;&lt;BR /&gt;ASM is a DB administrator duty. You only give to him the device names (No lvm again).</description>
      <pubDate>Thu, 06 May 2010 13:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cluste/m-p/4628592#M56687</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-06T13:37:06Z</dc:date>
    </item>
  </channel>
</rss>

