Veritas InfoScale™ 7.4.2 Virtualization Guide - Linux
- Section I. Overview of Veritas InfoScale Solutions used in Linux virtualization
- Overview of supported products and technologies
- About Veritas InfoScale Solutions support for Linux virtualization environments
- About Kernel-based Virtual Machine (KVM) technology
- About the RHEV environment
- Overview of supported products and technologies
- Section II. Implementing a basic KVM environment
- Getting started with basic KVM
- Veritas InfoScale Solutions configuration options for the kernel-based virtual machines environment
- Installing and configuring Cluster Server in a kernel-based virtual machine (KVM) environment
- Configuring KVM resources
- Getting started with basic KVM
- Section III. Implementing a RedHat Enterprise Virtualization environment
- Getting started with Red Hat Enterprise Virtualization (RHEV)
- Veritas InfoScale Solutions configuration options for the RHEV environment
- Configuring VCS to manage virtual machines
- Configuring Storage Foundation as backend storage for virtual machines
- Configuring Storage Foundation as backend storage for virtual machines
- Getting started with Red Hat Enterprise Virtualization (RHEV)
- Section IV. Implementing Linux virtualization use cases
- Application visibility and device discovery
- Server consolidation
- Physical to virtual migration
- Simplified management
- Application availability using Cluster Server
- Virtual machine availability
- Virtual machine availability for live migration
- Virtual to virtual clustering in a Red Hat Enterprise Virtualization environment
- Virtual to virtual clustering in a Microsoft Hyper-V environment
- Virtual to virtual clustering in a Oracle Virtual Machine (OVM) environment
- Disaster recovery for virtual machines in the Red Hat Enterprise Virtualization environment
- Disaster recovery of volumes and file systems using Volume Replicator (VVR) and Veritas File Replicator (VFR)
- Multi-tier business service support
- Managing Docker containers with InfoScale Enterprise
- About the Cluster Server agents for Docker, Docker Daemon, and Docker Container
- Managing storage capacity for Docker containers
- Offline migration of Docker containers
- Disaster recovery of volumes and file systems in Docker environments
- Application visibility and device discovery
- Section V. Reference
- Appendix A. Troubleshooting
- Appendix B. Sample configurations
- Appendix C. Where to find more information
- Appendix A. Troubleshooting
Validating the virtualization environment
The KVMGuest agent validates the virtualization environment with the help of a standalone utility havirtverify.
The agent invokes this utility in open entry point and attr_changed entry point. The utility validates the configured virtualization environment for a resource based on its configuration.
For RHEV, the utility:
Validates the configured URL and user credentials.
Verifies whether RHEV HA for a configured virtual machine is disabled or not.
Verifies the DROpts attribute
For KVM, the utility checks whether libvirtd is running or not.
Once the validation is passed, the agent can start monitoring the resource. If validation fails for a particular resource, its state is reported as UNKNOWN. This validation is also triggered if value of either of the following attributes changes:RHEVMInfo, GuestName.
You can also run this utility manually for verifying the environment.
To validate the RHEV environment
- Run:
# /opt/VRTSvcs/bin/KVMGuest/havirtverify resource_name
If validation passes, the following message displays:
#/opt/VRTSvcs/bin/KVMGuest/havirtverify resource_name Red Hat Enterprise Virtualization Environment validation successfully completed for resource resource_name
If validation fails, the following message displays:
# /opt/VRTSvcs/bin/KVMGuest/havirtverify resource_name Virtualization environment validation failed for resource resource_name
All the log messages of this utility are sent to the engine log file.