Veritas Storage Foundation 5.1 SP1 for Oracle RAC Administrator"s Guide (5900-1512, April 2011)

To stop SF Oracle RAC manually on each node
1
Stop the Oracle database.
If the Oracle RAC instance is managed by VCS, log in as the root user and
take the service group offline:
# hagrp -offline oracle_group -sys node_name
If the Oracle database instance is not managed by VCS, log in as the Oracle
user on one of the nodes and shut down the instance:
$ srvctl stop instance -d db_name \
-i instance_name
2
Stop all applications that are not configured under VCS. Use native application
commands to stop the application.
3
Unmount the VxFS file systems that are not managed by VCS.
Make sure that no processes are running, which make use of mounted shared
file system or shared volumes:
# mount -v | grep vxfs
# fuser -cu /mount_point
Unmount the VxFS file system:
# umount /mount_point
4
Take the VCS service groups offline:
# hagrp -offline group_name -sys node_name
Verify that the VCS service groups are offline:
# hagrp -state group_name
Administering SF Oracle RAC and its components
Administering SF Oracle RAC
78