- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard and ext. for RAC
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
02-15-2005 07:21 AM
02-15-2005 07:21 AM
ServiceGuard and ext. for RAC
2 server hpux 11.23 using SG with ext. for RAC. No package for RAC...
3 nic on each server (1 crossover and 2 pub) :
******************************************
NODE_NAME ppora1
NETWORK_INTERFACE lan0
HEARTBEAT_IP 1.1.1.1
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.220.10
NETWORK_INTERFACE lan2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t0d4
NODE_NAME ppora2
NETWORK_INTERFACE lan0
HEARTBEAT_IP 1.1.1.2
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.220.11
NETWORK_INTERFACE lan2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t0d4
******************************************
The cluster running well in normal time (when 2 node are up...) but if i unplug lan1 and lan2 the server is running very very very slow.
Also i cannot connect on any node using oracle instances...
do i need to specify cluster_interconnects parameter for node private network (heartbeat) ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 07:33 AM
02-15-2005 07:33 AM
Re: ServiceGuard and ext. for RAC
Check the same for heartbeats.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 09:08 AM
02-15-2005 09:08 AM
Re: ServiceGuard and ext. for RAC
If you don´t specify CLUSTER_INTERCONNECTS init.ora parameter, Oracle RAC will use your first IP address.
In your case, if you want to use lan0 to interconnect the nodes, put in your init.ora:
ppora1: CLUSTER_INTERCONNECTS="1.1.1.1"
ppora2: CLUSTER_INTERCONNECTS="1.1.1.2"
Also, if this lan0 is not enough to support intercluster traffic, you can speciy more than one address, separated by a :.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:07 AM
02-16-2005 01:07 AM
Re: ServiceGuard and ext. for RAC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 08:28 AM
02-16-2005 08:28 AM
Re: ServiceGuard and ext. for RAC
You can do in this way:
execute sqlplus, connect as system
> alter system set cluster_interconnects="10.1.1.1" scope=spfile sid=
> alter system set cluster_interconnects="10.1.1.2" scope=spfile sid=
As CLUSTER_INTERCONNECTS is a static parameter, you will have to stop and start the instances.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 07:26 AM
02-25-2005 07:26 AM
Re: ServiceGuard and ext. for RAC
created metalink with Oracle...
Oracle say that is an SG issue.
can i run custom command on server in case of multiple lan failure ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2005 02:10 AM
03-11-2005 02:10 AM