Owner's Manual

10 Troubleshooting
c
Enter the following lines at the
SQL>
prompt:
alter system set cluster_interconnects=<private
IP address node1>’ scope=spfile sid=’<SID1>’
alter system set cluster_interconnects =
’<private IP address node2>’ scope=spfile sid=
’<SID2>’
d
Repeat step c for each cluster node.
e
Restart the database on all nodes by entering the following commands:
srvctl stop database –d <dbname>
srvctl start database –d <dbname>
f
Open the
/opt/oracle/admin/<dbname>/bdump/alert_<SID>.log
file, and verify that the private IP addresses are being used for all
instances.
Enterprise Manager
The Enterprise Manager Fails to Start
The Enterprise Manager fails to start if the environment variable
ORACLE_UNQNAME is not defined.
To start the Database Console, set the environment variable
ORACLE_UNQNAME to the unique name of the database. To verify that
the environment variable is set to the unique name of the database, execute
the following command as Oracle user: emctl status dbconsole.