Owner's Manual

36 Installing Oracle RAC 11g R1 Using ASM
26
Perform the following steps on
each
node:
a
Verify that the database instance exists on the node by entering:
srvctl status database -d
b
Enter the following commands to add the
ORACLE_SID
environment variable entry in the Oracle user profile:
echo "export ORACLE_SID=racdbx" >>
/home/oracle/
.bash_profle
source /home/oracle/.bash_profile
where
racdbx
is the database instance identifier assigned to the
node. This example assumes that
racdb
is the global database name
that you defined in DBCA.
27
On
one
node, enter the following command:
srvctl status database -d dbname
where
dbname
is the global identifier name that you defined for the
database in DBCA.