Cluster Server 8.0.1 Configuration Guide for Custom Applications - Windows
- Introducing the Veritas High Availability solution for VMware
- Configuring application monitoring using the Veritas High Availability solution
- Administering application monitoring
- About the various interfaces available for performing application monitoring tasks
- Administering application monitoring using the Veritas High Availability tab
- Understanding the Veritas High Availability tab work area
- To configure or unconfigure application monitoring
- To start or stop applications
- To switch an application to another system
- To add or remove a failover system
- To suspend or resume application monitoring
- To clear Fault state
- To resolve a held-up operation
- To determine application state
- To remove all monitoring configurations
- To remove VCS cluster configurations
- Administering application monitoring settings
- Administering application availability using Veritas High Availability dashboard
- Understanding the dashboard work area
- Monitoring applications across a data center
- Monitoring applications across an ESX cluster
- Searching for application instances by using filters
- Selecting multiple applications for batch operations
- Starting an application using the dashboard
- Stopping an application by using the dashboard
- Entering an application into maintenance mode
- Bringing an application out of maintenance mode
- Switching an application
- Resolving dashboard alerts
- Appendix A. Troubleshooting
- Troubleshooting application monitoring configuration issues
- Veritas High Availability Configuration Wizard displays the "hadiscover is not recognized as an internal or external command" error
- Running the 'hastop - all' command detaches virtual disks
- Validation may fail when you add a failover system
- Adding a failover system may fail if you configure a cluster with communication links over UDP
- Troubleshooting Veritas High Availability view issues
- Veritas High Availability tab not visible from a cluster node
- Veritas High Availability tab does not display the application monitoring status
- Veritas High Availabilitytab may freeze due to special characters in application display name
- Veritas High Availability view may fail to load or refresh
- Operating system commands to unmount resource may fail
- Troubleshooting application monitoring configuration issues
Modifying the ESXDetails attribute
You must modify the value of the "ESXDetails" attribute (of the VMwareDisks agent) if you want the VMwareDisks agent to communicate with the vCenter Server (instead of the ESX/ESXi host) for the disk detach and attach operations.
By default the "ESX Details" attribute of the VMwareDisks agent used the host names or IP addresses and the user account details of the ESX hosts on which the virtual machines are configured. To enable the VMwareDisks agent to communicate with the vCenter Server, you must modify the ESXDetails attribute and provide the host name or IP address and the user account details of the vCenter Server to which the virtual machines belong.
Use the Cluster Manager (Java Console) or the Command Line to modify the attribute values.
To modify the attribute from Cluster Manager
- From the Cluster Manager configuration tree, select the VMwareDisks resource and then select the Properties tab.
- On the Properties tab, click the Edit icon next to the ESX Details attribute.
- On the Edit Attribute dialog box, select all the entries specified under the Key-Value column and press "-" to delete them.
- Encrypt the password of the vCenter Server user account.
For details on encrypting agent passwords, see the Cluster Server Administrator's Guide.
- On the Edit Attribute dialog box, click "+" to specify the values under the Key-Value column.
- Under the Key column, specify the vCenter Server host name or the IP address.
- Under the Value column, specify the encrypted password of the vCenter Server user account (from step 4)
- Click Ok to confirm the changes.
- Repeat the steps for all VMwareDisks resources from the Cluster Manager configuration tree.
- Save and close the configuration.
To modify/specify the attribute from Command Line
- Change the VCS configuration to read/write mode.
Haconf - makerw
- Delete the existing details of the ESX Server.
hares - modify VMwareDIsks ResourceName ESXDetails - delete - keys
- Encrypt the password of the vCenter Server user account.
For details on encrypting agent passwords, see the Cluster Server Administrator's Guide.
- Specify the vCenter Server details.
hares - modify <VMwareDIsks ResourceName> ESXDetails - add <vCenter IP address or hostname> <UserName>=<encrypted password>