Cluster Server 8.0.1 Database Agent for Oracle Configuration Guide - Windows
- Introducing the VCS agent for Oracle
- Installing the product and configuring VCS
- Installing and configuring Oracle
- About installing Oracle
- Prerequisites for installing Oracle
- Installing Oracle
- About creating and configuring Oracle
- Prerequisites for configuring Oracle
- Managing Storage using SFW
- Creating a temporary service group
- Configuring Oracle on the first node
- Bringing the temporary service group online
- Creating the Oracle database on shared disks
- Creating the listener service
- Configuring the listeners to use the virtual IP address
- Associating the database with the listener
- Configuring the Oracle database
- Configuring the Oracle and listener services
- Dismounting a volume
- Configuring Oracle on failover nodes
- Configuring the Oracle service group
- Administering the Oracle service group
- Troubleshooting
- Appendix A. Resource type definitions
- Appendix B. Sample configuration
- Appendix C. Oracle Enterprise Manager 10g Grid Control with VCS
- About Oracle Enterprise Manager 10g Grid Control with VCS
- Installing the VCS agent for Oracle
- Installing Oracle Enterprise Manager server
- Installing Oracle
- Installing the Oracle Management Agent
- Creating and configuring Oracle database and listener on the first node
- Configuring Oracle on failover nodes
- Configuring the Oracle service group
- Configuring a virtual network name
- Configuring the listener for virtual network name
- Configuring the database service for virtual network name
- Configuring an additional Oracle management agent
- Adding the database to the OEM 10g Grid Control
- Making the additional agent highly available
About the Action function
The Action function enables you to perform predefined actions on a resource.
To perform an action on a resource, type the following command:
C:\> hares -action <res> <token> [-actionargs <arg1> ...] [-sys <system>] [-clus <cluster>]
The following table includes the actions that the agent supports.
Table: Actions supported by Oracle agent
Token for Action | Description |
|---|---|
DBRestrict | Changes the database session to enable the RESTRICTED mode. |
DBUndoRestrict | Changes the database session to disable the RESTRICTED mode. |
DBSuspend | Suspends a database. |
DBResume | Resumes a suspended database. |
DBQuiesce | Places the database into a quiesced state. Note: You must set the resource_manager_plan parameter and restart the database before quiescing a database. |
DBUnQuiesce | Restores the database from a quiesced state to a normal operation state. |
You can also add custom actions for the agent. For further information, refer to the Cluster Server Agent Developer's Guide.