InfoScale™ 9.0 Cluster Server Administrator's Guide - Windows
- Section I. Clustering concepts and terminology
- Introducing Cluster Server
- About Cluster Server
- About cluster control guidelines
- About the physical components of VCS
- Logical components of VCS
- Types of service groups
- Agent classifications
- About cluster control, communications, and membership
- About security services
- About cluster topologies
- VCS configuration concepts
- Introducing Cluster Server
- Section II. Administration - Putting VCS to work
- About the VCS user privilege model
- Getting started with VCS
- Administering the cluster from the command line
- About administering VCS from the command line
- Stopping the VCS engine and related processes
- About managing VCS configuration files
- About managing VCS users from the command line
- About querying VCS
- About administering service groups
- Modifying service group attributes
- About administering resources
- About administering resource types
- About administering clusters
- Configuring resources and applications in VCS
- About configuring resources and applications
- About Virtual Business Services
- About Intelligent Resource Monitoring (IMF)
- About fast failover
- How VCS monitors storage components
- About storage configuration
- About configuring network resources
- About configuring file shares
- About configuring IIS sites
- About configuring services
- Before you configure a service using the GenericService agent
- About configuring processes
- About configuring Microsoft Message Queuing (MSMQ)
- About configuring the infrastructure and support agents
- About configuring applications using the Application Configuration Wizard
- Adding resources to a service group
- About application monitoring on single-node clusters
- Configuring the service group in a non-shared storage environment
- About the VCS Application Manager utility
- About testing resource failover using virtual fire drills
- Modifying the cluster configuration
- Section III. Administration - Beyond the basics
- Controlling VCS behavior
- VCS behavior on resource faults
- About controlling VCS behavior at the service group level
- Customized behavior diagrams
- VCS behavior for resources that support the intentional offline functionality
- About controlling VCS behavior at the resource level
- Service group workload management
- Sample configurations depicting workload management
- The role of service group dependencies
- VCS event notification
- VCS event triggers
- List of event triggers
- Controlling VCS behavior
- Section IV. Cluster configurations for disaster recovery
- Connecting clusters–Creating global clusters
- VCS global clusters: The building blocks
- About global cluster management
- About serialization - The Authority attribute
- Prerequisites for global clusters
- Setting up a global cluster
- Configuring replication resources in VCS
- About IPv6 support with global clusters
- About cluster faults
- About setting up a disaster recovery fire drill
- Test scenario for a multi-tiered environment
- Administering global clusters from Cluster Manager (Java console)
- Administering global clusters from the command line
- About global querying in a global cluster setup
- Administering clusters in global cluster setup
- Setting up replicated data clusters
- Connecting clusters–Creating global clusters
- Section V. Troubleshooting and performance
- VCS performance considerations
- How cluster components affect performance
- How cluster operations affect performance
- VCS performance consideration when a system panics
- VCS agent statistics
- Troubleshooting and recovery for VCS
- VCS message logging
- Handling network failure
- Troubleshooting VCS startup
- Troubleshooting service groups
- Troubleshooting and recovery for global clusters
- VCS utilities
- VCS performance considerations
- Section VI. Appendixes
- Appendix A. VCS user privileges—administration matrices
- Appendix B. Cluster and system states
- Appendix C. VCS attributes
- Appendix D. Configuring LLT over UDP
- Appendix E. Handling concurrency violation in any-to-any configurations
- Appendix F. Accessibility and VCS
- Appendix G. InfoScale event logging
Enabling EO-compliant logging for Cluster Server logs
The VCS_ENABLE_PUBSEC_LOG variable controls all the logs in the C:\Program Files\Veritas\Cluster Server
folder that are generated by the Cluster Server (VCS) processes. VCS_ENABLE_PUBSEC_LOG is disabled default.
When VCS_ENABLE_PUBSEC_LOG is enabled:
Each log statement is prefixed with the following additional information
Timestamp in the YYYY-MM-DDTHH:MM:SS.mmm+UTC format
Host name in the fully qualified domain name (FQDN) format
See EO-compliant logging.
Any read-only commands executed by the HAD process are also logged.
To enable or disable EO-compliant logging using the CLI
- To enable EO based logging for VCS, run:
VCS_ENABLE_PUBSEC_LOG = 1
- To disable EO based logging for VCS, run:
VCS_ENABLE_PUBSEC_LOG = 0
To enable EO-compliant logging for the first time using the GUI
- Open the System Properties window of the operating system.
- Navigate and to the Advanced tab and click Environment Variables.
- On the Environment Variables window, under the System variables section, click New.
- On the New System Variable dialog box:
In the Variable name field, enter VCS_ENABLE_PUBSEC_LOG.
In the Variable value field, enter 1.
- Click OK to save the changes and close the dialog box and each of the windows opened for this procedure.
- ???The following steps are to be followed each time the value of VCS_ENABLE_PUBSEC_LOG is changed???
For the changes to take effect, restart the various VCS services by running the following commands sequentially:
Stop the VCS engine service:
hastop -local -force
Start the VCS engine service:
hastart
Stop the VCS command server:
net stop cmdserver
Start the VCS command server:
net start cmdserver
Stop the VCS authentication server:
net stop vcsauthserver
Start the VCS authentication server:
net start vcsauthserver
These services now generate EO-compliant logging messages.
To disable EO-compliant logging using the GUI
- Open the System Properties window of the operating system.
- Navigate and to the Advanced tab and click Environment Variables.
- On the Environment Variables window, in the System variables section, locate and select VCS_ENABLE_PUBSEC_LOG and then click Edit.
On the Edit System Variable dialog box, set the Variable value field to 0.
- Click OK to save the changes and close the dialog box and each of the windows opened for this procedure.