Virtual Business Service-Availability User's Guide
- Overview of Virtual Business Services
- Virtualization support in Virtual Business Services
- Supported operating systems for Virtual Business Services
- Installing and configuring Virtual Business Services
- Configuring a virtual business service
- Creating virtual business services
- Editing virtual business services
- Configuring dependencies for a virtual business service
- Managing Microsoft Failover Clustering from VBS
- Virtual Business Services operations
- Starting and stopping Virtual Business Services
- Tracking VBS operations
- Logs of a virtual business service
- Virtual Business Services security
- Fault management in Virtual Business Services
- Disaster recovery in Virtual Business Services
- Upgrading Virtual Business Services
- Appendix A. Command reference
- Appendix B. Troubleshooting and recovery
- Appendix C. Known issues and limitations
- Known issues and limitations
- Known issues and limitations
Fault management for a virtual business service
The fault management feature provides fault handling capability in a multi-tier application environment. In a virtual business service, one of the three types of dependencies can exist among the parent and its child service groups. The dependencies are soft, firm, and restart. They determine a tier's configurable reaction to a lower tier event, and control fault propagation.
For example, the virtual business service notifies the middle tier about the fault and recovery that has occurred at the database tier. The reaction of the middle tier to the events at the lower tier can be configured. The middle tier can choose to restart to update its state to reflect the failover at the database tier, or it can choose to ignore the event.
Starting with Veritas InfoScale Operations Manager 6.0, fault management is enabled by default for all configured virtual business services. If you are upgrading VCS or performing other maintenance activities on individual tiers that involve stopping the VCS high availability daemon, you must disable the fault management for the VBS involving this tier in order to prevent triggering any fault or recovery policy actions.
Note:
VBS daemon must be running on all tiers while a VBS fault propagation or operation is in progress. If VBS daemon faults or fails over during the fault propagation or the operation, the same may not complete.
When you disable fault management for a virtual business service, you will no longer be able to use firm and restart type of dependencies. You will also not be able to operate the virtual business service.
Run the following command on the central server to disable fault management for a particular virtual business service:
# /opt/VRTSsfmh/bin/vbsadm -disable <VBS_NAME>
Run the following command on the Veritas InfoScale Operations Manager Management Server to enable fault management for a virtual business service
# /opt/VRTSsfmh/bin/vbsadm -enable <VBS_NAME>
More Information