- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle RAC Virtual IP (VIP) Failover
Operating System - HP-UX
1820117
Members
3134
Online
109619
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО04-23-2006 11:40 PM
тАО04-23-2006 11:40 PM
Oracle RAC Virtual IP (VIP) Failover
Hello,
I've went through different documents regarding the implementation of Oracle RAC 10g + SGeRAC A.11.17+ ASM on ACSL website. However, I'd like please to confirm in case of a node failure, does CRS take care of failing over the Oracle Virtual IP?.
In fact, The zip file attached is a RAC cluster configuration with two packages crs-slvm and racp-asm, and the customer is complaining why the Oracle Virtual IP isn't failing over when one of the two instances goes down.?
Many thanks in advance for your help,
Kind Regards,
Mehdi Ziane
I've went through different documents regarding the implementation of Oracle RAC 10g + SGeRAC A.11.17+ ASM on ACSL website. However, I'd like please to confirm in case of a node failure, does CRS take care of failing over the Oracle Virtual IP?.
In fact, The zip file attached is a RAC cluster configuration with two packages crs-slvm and racp-asm, and the customer is complaining why the Oracle Virtual IP isn't failing over when one of the two instances goes down.?
Many thanks in advance for your help,
Kind Regards,
Mehdi Ziane
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2006 01:01 AM
тАО04-24-2006 01:01 AM
Re: Oracle RAC Virtual IP (VIP) Failover
Medhi,
With RAC your virtual ip adres doesn't failover. RAC doesn't react like a normal SG cluster
It is your tnsnames.ora which handles this failover.
Here is my tnsnames.ora
We used racdbf to handle with the failover
RACDB1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(INSTANCE_NAME = racdb1)
)
)
RACDB2=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(INSTANCE_NAME = racdb2)
)
)
RACDB=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
)
)
RACDBF=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(LOAD_BALANCE = yes)
(enable = broken)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(failover_mode=(type=select)(method=basic))
)
)
LISTENERS_RACDB =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
)
With RAC your virtual ip adres doesn't failover. RAC doesn't react like a normal SG cluster
It is your tnsnames.ora which handles this failover.
Here is my tnsnames.ora
We used racdbf to handle with the failover
RACDB1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(INSTANCE_NAME = racdb1)
)
)
RACDB2=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(INSTANCE_NAME = racdb2)
)
)
RACDB=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
)
)
RACDBF=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
(LOAD_BALANCE = yes)
(enable = broken)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racdb)
(failover_mode=(type=select)(method=basic))
)
)
LISTENERS_RACDB =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1)(PORT = 1521))
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2006 02:04 AM
тАО04-24-2006 02:04 AM
Re: Oracle RAC Virtual IP (VIP) Failover
Shalom Mehdi,
The Virtual IP is usually provided by Serviceguard on HP-UX.
Either way its not failing over because its not configured properly in the run packages.
If you have two packages and one floating IP address, the IP address can't exist on two workstations/nodes at the same time. So the package may go without its ip address.
To solve this problem under RH clustering, I created joint packages that have the IP address bound to the package and the two or more startup scripts bound to the IP address so wherever the IP address goes, the packages trail along.
This can be done with SG/RAC as well.
SEP
The Virtual IP is usually provided by Serviceguard on HP-UX.
Either way its not failing over because its not configured properly in the run packages.
If you have two packages and one floating IP address, the IP address can't exist on two workstations/nodes at the same time. So the package may go without its ip address.
To solve this problem under RH clustering, I created joint packages that have the IP address bound to the package and the two or more startup scripts bound to the IP address so wherever the IP address goes, the packages trail along.
This can be done with SG/RAC as well.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP