Owner's Manual
34 Installing Oracle RAC 11g R1 Using ASM
27
Click
Password Management
to assign specific password to authorized
users, if required. Otherwise click
Exit
. A message displays indicating
that the cluster database is being started on all nodes.
28
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.
29
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.