- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Adding oracle instances on RHEL cluster
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 10:25 AM
тАО01-11-2011 10:25 AM
Adding oracle instances on RHEL cluster
Hello,
I am trying to configure multiple oracle instances in RHEL cluster.
Please find the attached cluster.conf I am trying with. The problem with this configuration is rgmanager service startup process stops after starting the 1st oracle instance.
There is no error message in the message file.
Any help would really easy my day.
Thanks and Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 11:08 AM
тАО01-11-2011 11:08 AM
Re: Adding oracle instances on RHEL cluster
Trust me -- it is easier to do it there. It has templates for Oracle as a service.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2011 04:46 AM
тАО01-12-2011 04:46 AM
Re: Adding oracle instances on RHEL cluster
Hi,
I have managed to get multiple oracle instances running in RHEL cluster.
Attached cluster.conf in which I have mentioned two separate startup scripts (customised oracledb.sh script)for oracle instances.
Now I am experiencing problem in enabling raw devices in during service failover. After service(volume group)failover, I had to issue "service rawdevices restart" command to map the raw devices.
Is there any way I can automate this with the help of cluster?
Thanks & Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2011 06:36 AM
тАО01-12-2011 06:36 AM
Re: Adding oracle instances on RHEL cluster
You'd really have been better off using ASM IMHO but I digress.
since the raw device mappings is independent of the cluster, your raw device script should really be run once at each node's startup.
chkconfig rawdevices on
Cheers.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2011 12:09 PM
тАО01-12-2011 12:09 PM
Re: Adding oracle instances on RHEL cluster
sorry for poking my nose here ... probably got nothing for the poster as such.
jus curious about a couple of things. why do people use a OS cluster like a red hat cluster suite or a suse cluster when Oracle has a clusterware for itself and there is Oracle enterprise linux as well.
is it to save cost of RAC licensing?
dont want to go into a OS war, but you would not get that load balancing which RAC offers isnt it?
how would you actually install two Oracle instances on RHCS cluster.
Would you have two Oracle HOMEs (similar to RAC) on the two nodes and depending on the node on which the database is running the instance name would change?
hmm .. probably the above works in RAC scenario.
But here incase of OS cluster you would have jus one Oracle HOME in a common storage partition moving from one node to the other incase of a failover.
does Oracle support this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2011 12:43 PM
тАО01-12-2011 12:43 PM
Re: Adding oracle instances on RHEL cluster
RAC is a bit pricey and there are apps wherein HA means a simple ability to failover with minimal "downtime".
But seriously -- with Virtual Machines being able to float from Physical Server to another or from one CLOUD to ANOTHER Live -- who needs clustering at the OS level?
I still do cluster however between Virtual Servers that are on Different HA-Clouds/Hypervisors.... Just for Uber HIGH AVAILABILITY...
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 12:39 AM
тАО01-13-2011 12:39 AM
Re: Adding oracle instances on RHEL cluster
Even if we use VMs, we will have to setup an OS cluster on CentOS/RHEL/VMWare-HA between the hosts, isnt it?
Can VMs move from one machine to the other or in cloud without a OS cluster?
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 06:56 AM
тАО01-13-2011 06:56 AM
Re: Adding oracle instances on RHEL cluster
The /dev/raw devices are a legacy compatibility feature, for older applications that aren't programmed to use O_DIRECT.
The O_DIRECT feature has existed since RHEL 2.1; Oracle started using it in version 10g R2.
http://www.redhat.com/magazine/013nov05/features/oracle/
http://www.dba-oracle.com/art_orafaq_oracle_direct_io.htm
http://www.puschitz.com/TuningLinuxForOracle.shtml#UsingRawDevicesForOracleDatabases
http://www.puschitz.com/TuningLinuxForOracle.shtml#UsingBlockDevicesForOracle10gRelease2InRHEL4
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 07:05 AM
тАО01-13-2011 07:05 AM
Re: Adding oracle instances on RHEL cluster
It is your choice.
In my case, even IF I cam able to move a Virtual Linux DB server on vMware or KVM live from one Physical Server to another -- there is still that possibility that the HA vMware/KVM cluster/cloud "COULD" Break -- hence the reason for additionally clustering the Virtual Linux DB Server -- for the BEST in high availability that can withstand:
- hardware failure
- accidents
- minimise effect of maintenance
But geneally - these days, people just have so much trust in there vSPhere anor KVM cluster/cloud that clustering (in a tradisional fashion) is becomin less popular. People still do RAC Virtual DB servers though -- for performance and scaleability reasons though.
Cheers!
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2011 03:18 AM
тАО01-16-2011 03:18 AM
Re: Adding oracle instances on RHEL cluster
Hi All,
Thanks for your reponse.
Finally I could setup the RHEL cluster with raw logical volume and multiple oracle instances.
I do agree that there is no significant adavantage keeping raw volumes. But I had to configure raw volume since dba insisted me to have database + asm + raw volume.
Resolution:
multiple oracle instances -
I have customised the script /usr/share/cluster/oracledb.sh and created three copy of the script, each for different oracle instances.
Raw logical volumes-
Configured raw logical volume with the help of udev configuration file /etc/udev/rules.d/60-raw.rules.
Thanks again for your response and advice.
Manoj PU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2011 03:19 AM
тАО01-16-2011 03:19 AM
Re: Adding oracle instances on RHEL cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2011 10:12 PM
тАО05-03-2011 10:12 PM
Re: Adding oracle instances on RHEL cluster
thanks in advance