Perform post-installation steps – Oracle B32100-01 User Manual

Page 153

Advertising
background image

Installing Oracle Delegated Administration Services and OracleAS Single Sign-On in an OracleAS Cold Failover Cluster

Installing in High Availability Environments: OracleAS Cold Failover Cluster

8-29

2.

Stop the components.

prompt> ORACLE_HOME/opmn/bin/opmnctl stopall

3.

Stop the OracleAS Metadata Repository.

a.

Set the ORACLE_HOME environment variable to the OracleAS Infrastructure
home.

b.

Set the ORACLE_SID environment variable to the SID of the OracleAS
Metadata Repository (for example, orcl).

c.

Stop the OracleAS Metadata Repository instance.

prompt> ORACLE_HOME/bin/sqlplus /nolog

SQL> connect SYS as SYSDBA

SQL> shutdown

SQL> quit

d.

Stop the listener.

prompt> ORACLE_HOME/bin/lsnrctl stop

e.

Stop the Oracle Enterprise Manager 10g 10g Database Control.

prompt> ORACLE_HOME/bin/emctl stop dbconsole

Step 6 Stop the OracleAS Infrastructure Processes on Node 3

Stop the processes that are running in the Oracle home where you installed Oracle
Delegated Administration Services and OracleAS Single Sign-On.

1.

Stop the Application Server Control.

prompt> ORACLE_HOME/bin/emctl stop iasconsole

2.

Stop the components.

prompt> ORACLE_HOME/opmn/bin/opmnctl stopall

Step 7 Perform Post-Installation Steps

The following step is required only if you meet both of these requirements:

You plan to use the Automatic Storage Management (ASM) feature of Oracle
Database 10g for the OracleAS Metadata Repository.

Your computer does not have an existing Oracle Database 10g.

If you meet these requirements, you need to configure the CSS daemon on the other
node. The CSS daemon synchronizes ASM instances with the database instances that
use the ASM instances for database file storage.

To configure the CSS daemon:

1.

Stop all the processes in the OracleAS Cold Failover Cluster (Infrastructure) home.

2.

Stop the CSS daemon. You can do this by running the following command as root.

# /sbin/init.d/init.cssd

3.

Fail over the IP and the disk to the other node.

Advertising