Cluster Guard configuration problems

From: aru.arunasalam@us.abb.com
Date: Wed Jul 03 2002 - 17:00:23 EDT


Hello Managers,

We are in the process of configuring Oracle RAC Cluster Guard on a pair
of Compaq DS20srunning Tru*64 5.1 PK 4 with a single memory channel.
We wish to configure the cluster guard with node 1 as primary and node 2
as secondary on a two node cluster.

The Mc0 (memory channel) seems to get changed when we configure the
cluster guard, renderiing the network services unaccessible.

Any light you can shed on this will be much appreciated.

Thanks in advance,

Aru Arunasalam
Manager, Client-Server Systems,
ABB Inc,
Santa Clara, California.

===================================================================================================================
The configuration parameters are as below: the network addresses are
modified slightly since the servers belong to a customer.

Network Configuration
==================
The Ifconfig -a command gives the following

ee0: flags=c63<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST,SIMPLEX>
     NetRAIN Virtual Interface: nr0
     NetRAIN Attached Interfaces: ( ee1 ee0 ) Active Interface: ( ee1 )

ee1: flags=c63<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST,SIMPLEX>
     NetRAIN Virtual Interface: nr0
     NetRAIN Attached Interfaces: ( ee1 ee0 ) Active Interface: ( ee1 )

ee2: flags=c63<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST,SIMPLEX>

lo0: flags=100c89<UP,LOOPBACK,NOARP,MULTICAST,SIMPLEX,NOCHECKSUM>
     inet 127.0.0.1 netmask ff000000 ipmtu 4096

mc0: flags=1100063<UP,BROADCAST,NOTRAILERS,RUNNING,NOCHECKSUM,CLUIF>
     inet 50.0.0.1 netmask ffffff00 broadcast 50.0.0.255 ipmtu 7000

nr0: flags=c63<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST,SIMPLEX>
     NetRAIN Attached Interfaces: ( ee1 ee0 ) Active Interface: ( ee1 )
     inet xx.yyy.160.66 netmask ffffff00 broadcast xx.yyy.160.255 ipmtu
1500

sl0: flags=10<POINTOPOINT>

tun0: flags=80<NOARP>

The Cluster Guard configuration parameters are as below:
======================================

# PLATFORM
PLATFORM=DEC

# PFS_CLUSTER_NAME
PFS_CLUSTER_NAME=miapp

# PFS_HOSTA and PFS_HOSTB
PFS_HOSTA=miappc
PFS_HOSTB=miappd

# ORACLE_BASE
ORACLE_BASE=/product/oracle

# ORACLE_HOME
ORACLE_HOME=/product/oracle/9.0.1

# DB_NAME
DB_NAME=MOSMI

# PFS_IP_PACK_HOSTA and PFS_IP_PACK_HOSTB
PFS_IP_PACK_HOSTA=xx.yyy.160.66
PFS_IP_PACK_HOSTB=xx.yyy.160.67

# PFS_IP_SUBNET_HOSTA and PFS_IP_SUBNET_HOSTB

PFS_IP_SUBNET_HOSTA=255.255.255.0
PFS_IP_SUBNET_HOSTB=255.255.255.0

# ======================================================================
# DEC Specific
# ============
# PFS_NET_IF_A and PFS_NET_IF_B
# -----------------------------
# Specify the network controller interfaces.
# The hme0 interfaces will be used typically for the primary public
network.
# The can vary depending on your public network configuration.
#
PFS_NET_IF_A=mc0
PFS_NET_IF_B=mc0

# START_NET_TIMEMOUT and STOP_NET_TIMEOUT
# ---------------------------------------
#
START_NET_TIMEOUT=0
STOP_NET_TIMEOUT=30

# ORACLE_SERVICE
ORACLE_SERVICE=MOSMI

# ORACLE_USER
ORACLE_USER=oracle

# ORACLE_SID_HOSTA and ORACLE_SID_HOSTB
ORACLE_SID_HOSTA=MOSMIC
ORACLE_SID_HOSTB=MOSMID

# INSTANCE_NAME_HOSTA and INSTANCE_NAME_HOSTB
INSTANCE_NAME_HOSTA=MOSMIC
INSTANCE_NAME_HOSTB=MOSMID

# SERVICE_NAMES
#
SERVICE_NAMES=${DB_NAME}.${DB_DOMAIN}

# IS_MTS
# ------
# Range of values: $PFS_TRUE (1), $PFS_FALSE (0)
# Default setting: $PFS_FALSE
#
# Specify IS_MTS=${PFS_TRUE} if running Oracle Shared Server.
#
IS_MTS=${PFS_FALSE}

# TNS_ADMIN
# ---------
TNS_ADMIN=${ORACLE_HOME}/network/admin

# For non OFA Configuration:
# PFILE_HOSTA=${ORACLE_HOME}/dbs/init${ORACLE_SID_HOSTA}.ora
# PFILE_HOSTB=${ORACLE_HOME}/dbs/init${ORACLE_SID_HOSTB}.ora
PFILE_HOSTA=${ORACLE_HOME}/dbs/init${ORACLE_SID_HOSTA}.ora
PFILE_HOSTB=${ORACLE_HOME}/dbs/init${ORACLE_SID_HOSTB}.ora

# PFS_PREFERRED_PRIMARY
# PFS_PREFERRED_SECONDARY
PFS_PREFERRED_PRIMARY=${PFS_HOSTA}
PFS_PREFERRED_SECONDARY=${PFS_HOSTB}

#
PFS_LANGUAGE=AMERICAN
PFS_TERRITORY=AMERICA
CHARSET=UTF8

# PFS_KEEP_PRIMARY
PFS_KEEP_PRIMARY=${PFS_TRUE}

# PFS_DEBUGGING
PFS_DEBUGGING=${PFS_TRUE}

# LISTENER_CHECK_INTERNVAL
#
LISTENER_CHECK_INTERVAL=5

# PRIV_LSNR_CHECK_INTERVAL
PRIV_LISTENER_CHECK_INTERVAL=20

# MAX_LSNR_RESTART
MAX_LSNR_RESTART=3

# MIN_LSNR_RESTART_INTERVAL
MIN_LSNR_RESTART_INTERVAL=300

# DUMPLSNR_TIMEOUT
DUMPLSNR_TIMEOUT=20

# ORACLE_ARCH_TIMEOUT
ORACLE_ARCH_TIMEOUT=60

# ORACLE_CKPT_TIMEOUT
#
PFS_IP_HOSTA=xx.yyy.160.66
PFS_IP_HOSTB=xx.yyy.160.67



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:45 EDT