Setting up a cluster with Linux and Oracle

Setting up a cluster with Linux and Oracle

I would like to build a cluster for the Linux server. I have Oracle 9i. How can I set up the cluster for the Oracle database?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

There are many ways to cluster, as I'm sure you're aware of. Hopefully this answers your question:

There are hardware and software clustering. For example, if you use AIX, you may use HACMP, which is high availability systems clustering software that works with pSeries servers. I believe you are probably trying to set up a RAC Cluster. Oracle Real Application Clusters (RAC) are actually the successor to Oracle Parallel Server (OPS). This product allows multiple instances to access the same database at the same time. It provides fault tolerance, load balancing and performance benefits. Its heart is a shared disk subsystem. Before you buy the software, consider OCFS. Oracle Cluster File System (OCFS) was designed to be used as an alternative to using raw devices, specifically for Oracle9i Real Application Clusters (RAC).

Rather then go through the individual steps here, I will point you to the best practices guide available directly from the horse's mouth (Oracle).

You'll need to do your due diligence to determine what makes the most sense for you and your company. Good luck.

This was first published in January 2005