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
 
 
Configuring an additional Oracle management agent
Configure an additional Oracle Management Agent for the virtual server. Note that this agent is in addition to the agent that you installed earlier. The Oracle management agent that you installed in the earlier section is for the physical node, and this agent is for the virtual host.
Perform these steps on all the nodes. Make sure that the Oracle service group is online on the node on which you perform these steps.
To configure an additional Oracle Management Agent:
At the command prompt, type the following commands:
C:\> cd [Management Agent home]/bin
C:\[Management Agent home]/bin>emctl deploy agent [-n WindowsServiceName] AGENTSTATE_dir AGENTSTATE_hostname:port DeployHostName:port
Where,
WindowsServiceName: the new service which is used for the HA of additional management agent. (We will create a GenericService resource for this later.)
AGENTSTATE_dir: a new directory
AGENTSTATE_hostname: virtual host name
port: a new port
DeployHostName: physical FQDN of the host
port: default port
Example:
C:\Oracle\product'\10.1.0\em_1\bin>emctl deploy agent -n OraEm10gOneVCSHost E:\Oracle\product\10.1.0\em_1\vcshost\ vcshost:1831 vcsw2h283.vcsnet.com:1830
- Start the Management Agent service ("OraEm10gOneVCSHost" in the above example) for the management agent and make sure it starts.
 - Stop the Management Agent service on this node.
 - Repeat steps 1 to 3 on the next node.