1828587 Members
2936 Online
109983 Solutions
New Discussion

Cluster and databases

 
SOLVED
Go to solution
Vladimir Fabecic
Honored Contributor

Cluster and databases

Hello
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
In vino veritas, in VMS cluster
7 REPLIES 7
Wim Van den Wyngaert
Honored Contributor
Solution

Re: Cluster and databases

I have something simular.
See enclosure.

XFBSALP is the alias.

Wim
Wim
Jan van den Ende
Honored Contributor

Re: Cluster and databases

Vladimir,

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
Don't rust yours pelled jacker to fine doll missed aches.
labadie_1
Honored Contributor

Re: Cluster and databases

Win I can't open your attachment.
Wim Van den Wyngaert
Honored Contributor

Re: Cluster and databases

Gerard,

It's simply a txt file. Tried it and it works.

Wim
Wim
Jan van den Ende
Honored Contributor

Re: Cluster and databases

Gerard,

I can simply open Wim's attachment.

fwiw

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Hein van den Heuvel
Honored Contributor

Re: Cluster and databases

[The attachment works for me]

>> 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.
Vladimir Fabecic
Honored Contributor

Re: Cluster and databases

Thanks
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?
In vino veritas, in VMS cluster