Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Geographic Edition System Administration Guide Oracle Solaris Cluster 4.0 |
1. Introduction to Administering the Geographic Edition Software
3. Administering the Geographic Edition Infrastructure
4. Administering Access and Security
5. Administering Cluster Partnerships
7. Administering Protection Groups
8. Monitoring and Validating the Geographic Edition Software
9. Customizing Switchover and Takeover Actions
A. Standard Geographic Edition Properties
B. Legal Names and Values of Geographic Edition Entities
C. Disaster Recovery Administration Example
E. Troubleshooting Geographic Edition Software
Troubleshooting Monitoring and Logging
Configuring the Logger File to Avoid Too Many Traces
Configuring the Log File to Avoid Detailed Messages From the gcr Agent
Troubleshooting Migration Problems
Troubleshooting Cluster Start and Restart
Validating Protection Groups in an Error State
Restarting the Common Agent Container
Matching the Nodelist Property of a Protection Group to Those of Its Device Group and Resource Group
This section provides information about setting up logging and problems that you might encounter with monitoring the Geographic Edition software.
Configure the logger file, /etc/cacao/instances/default/private/logger.properties, as following depending on the cmass messages you want logged:
To select only WARNING and SEVERE messages, the first line of the file should read as follows:
com.sun.cluster.level=WARNING
To enable all geocontrol messages, the second line of the file should read as follows:
com.sun.cluster.agent.geocontrol.level=ALL
The enabled traces are copied to the /var/cacao/instances/default/logs/cacao.0 file.
If you want to avoid too detailed messages in your log file from the gcr agent, use entries similar to the following in your logger file /etc/cacao/instances/default/private/logger.properties:
com.sun.cluster.level=WARNING com.sun.cluster.agent.geocontrol.gcr.level=INFO com.sun.cluster.agent.geocontrol.level=ALL
This property file is updated each time you reinstall the SUNWscmasa package.
To avoid jmx remote traces add the following lines to the beginning of your logger.properties file:
javax.management.remote.level=OFF com.sun.jmx.remote.level=OFF java.io.level=OFF