Cluster Server 7.3.1 Agent for Oracle Installation and Configuration Guide - Solaris
- Introducing the Cluster Server agent for Oracle
- About the Cluster Server agent for Oracle
- How the agent makes Oracle highly available
- About Cluster Server agent functions for Oracle
- Oracle agent functions
- How the Oracle agent supports health check monitoring
- ASMInst agent functions
- Oracle agent functions
- Installing and configuring Oracle
- About VCS requirements for installing Oracle
- About Oracle installation tasks for VCS
- Installing ASM binaries for Oracle 11gR2 or 12c in a VCS environment
- Configuring Oracle ASM on the first node of the cluster
- Installing Oracle binaries on the first node of the cluster
- Installing and removing the agent for Oracle
- Configuring VCS service groups for Oracle
- Configuring Oracle instances in VCS
- Before you configure the VCS service group for Oracle
- Configuring the VCS service group for Oracle
- Setting up detail monitoring for VCS agents for Oracle
- Enabling and disabling intelligent resource monitoring for agents manually
- Administering VCS service groups for Oracle
- Pluggable database (PDB) migration
- Troubleshooting Cluster Server agent for Oracle
- Verifying the Oracle health check binaries and intentional offline for an instance of Oracle
- Appendix A. Resource type definitions
- Appendix B. Sample configurations
- Sample single Oracle instance configuration
- Sample multiple Oracle instances (single listener) configuration
- Sample multiple instance (multiple listeners) configuration
- Sample Oracle configuration with shared server support
- Sample configuration for Oracle instances in Solaris zones
- Sample Oracle ASM configurations
- Appendix C. Best practices
- Appendix D. Using the SPFILE in a VCS cluster for Oracle
- Appendix E. OHASD in a single instance database environment
Enabling and disabling intelligent resource monitoring for agents manually
Review the following procedures to enable or disable intelligent resource monitoring manually. The intelligent resource monitoring feature is enabled by default. The IMF resource type attribute determines whether an IMF-aware agent must perform intelligent resource monitoring.
See How the Oracle and Netlsnr agents support intelligent resource monitoring.
To enable intelligent resource monitoring
- Make the VCS configuration writable.
# haconf -makerw
Run the following command to enable intelligent resource monitoring.
To enable intelligent monitoring of offline resources:
# hatype -modify resource_type IMF -update Mode 1
To enable intelligent monitoring of online resources:
# hatype -modify resource_type IMF -update Mode 2
To enable intelligent monitoring of both online and offline resources:
# hatype -modify resource_type IMF -update Mode 3
- If required, change the values of the MonitorFreq key and the RegisterRetryLimit key of the IMF attribute.
- Save the VCS configuration.
# haconf -dump -makero
- Make sure that the AMF kernel driver is configured on all nodes in the cluster.
/lib/svc/method/amf status
If the AMF kernel driver is configured, the output resembles:
AMF: Module loaded and configured
Configure the AMF driver if the command output returns that the AMF driver is not loaded or not configured.
- Restart the agent. Run the following commands on each node.
# haagent -stop agent_name -force -sys sys_name # haagent -start agent_name -sys sys_name
To disable intelligent resource monitoring
- Make the VCS configuration writable.
# haconf -makerw
- To disable intelligent resource monitoring for all the resources of a certain type, run the following command:
# hatype -modify resource_type IMF -update Mode 0
- To disable intelligent resource monitoring for a specific resource, run the following command:
# hares -override resource_name IMF # hares -modify resource_name IMF -update Mode 0
- Save the VCS configuration.
# haconf -dump -makero
Note:
VCS provides haimfconfig script to enable or disable the IMF functionality for agents. You can use the script with VCS in running or stopped state. Use the script to enable or disable IMF for the IMF-aware bundled agents, enterprise agents, and custom agents.