InfoScale™ 9.0 Cluster Server Implementation Guide for Oracle - Windows
- Introducing the VCS agents for Oracle and NetApp
- Installing and configuring VCS
- Installing and configuring Oracle
- Prerequisites for installing Oracle
- Managing storage using Windows Logical Disk Manager
- Managing storage using NetApp filer
- Configuring Oracle on the first node
- Associating the database with the listener
- Configuring the Oracle database
- 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
- 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.