Oracle® Database Vault Installation Guide 10g Release 2 (10.2) for Linux Itanium Part Number B32498-02 |
|
|
View PDF |
This appendix describes how to stop all processes in an Oracle Real Application Clusters (RAC) database, in preparation for installing Database Vault.
Note:
Before you make any changes to the Oracle software, Oracle recommends that you create a backup of the Oracle Database installation.Shut down the following Oracle Database services before modifying the Oracle Database software:
Note:
You must perform these steps in the order listed.Shut down any processes in the Oracle home on each node that can access a database. For example, you need to shut down Oracle Enterprise Manager Database Control.
$ORACLE_HOME/bin/emctl stop dbconsole
Note:
Before you shut down any processes that are monitored by Enterprise Manager Grid Control, set a blackout in Grid Control for the processes that you intend to shut down. This is necessary so that the availability records for these processes indicate that the shutdown was planned downtime, rather than an unplanned system outage.Shut down all RAC instances on all nodes. To shut down all RAC instances for a database, enter the following command, where db_name
is the name of the database:
$ oracle_home/bin/srvctl stop database -d db_name -c "SYS/password AS SYSDBA"
Stop all node applications on all nodes. To stop node applications running on a node, enter the following command, where node
is the name of the node where the applications are running:
$ oracle_home/bin/srvctl stop nodeapps -n node -c "SYS/password AS SYSDBA"