Please enter search query.
Search <book_title>...
Cluster Server 7.4.2 Configuration Guide for Custom Applications - Windows
Last Published:
2020-06-12
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: 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
Veritas High Availability view may fail to load or refresh
The Veritas High Availability view displays health information of monitored applications in a VCS cluster. At times, the view display may fail to load or fail to refresh itself after the default interval of 60 seconds. (2932028)
Workaround:
Restarting the xprtld service may resolve the issue.
To restart the xprtld service
- Stop the xprtld service:
# /etc/init.d/xprtld stop
- Ensure that xprtld is stopped:
# ps -ef | grep xprtld
If the services is not stopped, terminate the process:
# kill -9 xprtld_pid_value
Where pid is the process ID of the xprtld process.
- Start xprtld service:
# /etc/init.d/xprtld start