- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle on each node in Serviceguard 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
Forums
Discussions
Discussions
Discussions
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
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
07-25-2001 06:14 PM
07-25-2001 06:14 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 10:37 PM
07-25-2001 10:37 PM
Re: Oracle on each node in Serviceguard cluster
0) I believe most customers configure local executables and put only the data on the shared bus.
1) Many customers use the failover server for other applications/packages. If you don't do this, you waste a lot of money for an idle server. If you want to run another instance of Oracle on the failover server, you have to make sure that they do not disturb each other (different config files, log files etc.)
2) You should also make sure that the failover node has either the ability to run both Oracle instances at a time, stops the test instance once the other productive package fails over or guarantees the resources needed (CPU, memory, disk bandwidth etc) for the productive instance (e.g. by using the Process Resource Manager software).
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 02:12 AM
07-26-2001 02:12 AM
Re: Oracle on each node in Serviceguard cluster
3) You might want to check whether SG OPS Edition (integrating Oracle Parallel Server (with Oracle 9.x aka known as Real Application Cluster (RAC)) is an option for you.
This would require a complete redesign of your software environment though and might not be appropriate for your requirements but could also boost your performance and make use of both servers, accessing the same database at the same time.
See the SG OPS manual
http://docs.hp.com/hpux/pdf/B5158-90031.pdf
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 03:11 AM
07-26-2001 03:11 AM
Re: Oracle on each node in Serviceguard cluster
The challenge, particularly when the 'standby' node is being used for testing is one of control. Test systems are often administered in a more 'relaxed' way than production systems, but you have to remember that although you have a test database on your standby server, it is still effectively a 'Production System', and should be managed as such.
If you can live with this, then you don't really have a problem.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:11 AM
07-26-2001 06:11 AM
Re: Oracle on each node in Serviceguard cluster
I have a 2-node K-box cluster and do use it to support 2 Oracle instances. In my case, one of the servers is the primary for instance A and the other is the primary for instance B. After using it in both ways, I find if safer to actually move the executables (including the listener) with the package. It makes it much easier and safer to do an Oracle upgrade.
There are some gotchas: 1) Make sure that you have enough resources and big enough kernel tunables to run both packages on one node. 2)
Make sure that you test after patch installations that the packages will run on either node. You can run into linkage problems when libraries are changed on one node and not on the other. Make sure that you apply such patches to both machines in a timely fashion.
My 2 cents, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:17 AM
07-26-2001 06:17 AM
Re: Oracle on each node in Serviceguard cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:28 AM
07-26-2001 06:28 AM
SolutionWe are doing just what you described. We are running 3 V-class boxes in a cluster. Two of them are production and the third box is for failover. The third box also runs a couple of test and development Oracle instances, which are in MC/SG packages. If one of the production boxes goes down, the control scripts for the product package will halt the test/dev package on the failover box and bring up the production package.
It works great for us. As Clay mentioned you'll need to stay on top of your kernel parameters and patches. I agree that the boxes are too expensive to be sitting around waiting for a failure.
The other thing to add is that if you setup your cluster this way, you should test it often. We set aside one Saturday a month for maintenance (patching, hardware upgrades, etc.). I test a failover of all the production packages to the failover box each month.
JP