- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Cluster and databases
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
09-04-2006 07:09 PM
09-04-2006 07:09 PM
I am about to install few two node clusters and one four node VMS cluster. Those clusters have to run several single instance Oracle databases (failover mode).
My idea was to create ip alias on node before starting database and configure listener to use ip alias address. So each database can be started on any member with no difference to users. Every database instance would have its own ip alias address.
The question is how would you do it.
Is my idea OK? Does anybody have better idea?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 07:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 08:29 PM
09-04-2006 08:29 PM
Re: Cluster and databases
that would work.
I do not know your site(s) so the next may or may not apply, but if it does, or may in the future:
As the alias, just use the APPLICATION name. If the desire arises (maybe even only temporarily, eg during upgrades) than just add another app name, and you will be able to vary those independently.
We have about a dozen apps on our cluster, and it is VERY convenient to be able to change the DNS translations if, when, and as desired. And it is fully transparant to the users!
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:17 PM
09-04-2006 09:17 PM
Re: Cluster and databases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:21 PM
09-04-2006 09:21 PM
Re: Cluster and databases
It's simply a txt file. Tried it and it works.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:30 PM
09-04-2006 09:30 PM
Re: Cluster and databases
I can simply open Wim's attachment.
fwiw
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 11:05 PM
09-04-2006 11:05 PM
Re: Cluster and databases
>> Does anybody have better idea?
rtfm:
"Oracle9i Net Services
Administratorâ s Guide
Release 2 (9.2) March 2002 Part No. A96580-01
15 Enabling Advanced Features for Oracle Net
Services
:
TAF instructs Oracle Net to fail over a failed connection to a different listener.
This enables the user to continue to work using the new connection as if the original
connection had never failed.
:
FAILOVER_MODE..."
While this is mostly for RAC, the basic STANDBY mode should work for cold started single instances... after a failing connection attempt to the preferred node
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 12:51 AM
09-05-2006 12:51 AM
Re: Cluster and databases
Forgot to say: it is Oracle 8.1.7 envirement and few minutes of database downtime is acceptable. Problem are some old applications that can not use advanced stuff of later versions.
Can you post some DCL procedure for automatic failover of instance.
Do you use cluster generic batch que for starting procedure or some other way?