|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
Configuration Steps
From the first node test the following
connections:
sqlplus system/manager@v10g
sqlplus system/manager@v10g1
From the second node test the following
connections:
sqlplus system/manager@v10g
sqlplus system/manager@v10g2
Start the intelligent agent on both nodes. To start, use the command
agentctl start.
Check the $ORACLE_HOME/network/agents/services.ora
file for correct discovery. The contents of this file help to
understand the correctness of the configuration. If any problems are
noticed, set a higher trace level and check the message.
To set up trace level 16, add the following
line in the $ORACLE_HOME/network/admin/snmp_rw.ora
file:
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|