Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.2 Virtualization Guide - Linux
Last Published:
2020-05-31
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: 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
Configuring multiple KVMGuest resources
If a VCS service group has more than one KVMGuest resource monitoring virtual machines and one of the virtual machines is migrated to another host, then a service group level concurrency violation occurs as the service group state goes into PARTIAL state on multiple nodes.
Veritas recommends configuring only one KVMGuest resource in a Service group. See the sample configurations below for reference.
Configuration 1:
group rhev_grp1 ( SystemList = { sys1 = 0, sys2 = 1 } ) KVMGuest kvmres1 ( RHEVMInfo = { Enabled = 1, URL = "https://rhevm-server.example.com:443", User = "admin@internal" Password = bncNfnOnkNphChdHe, Cluster = dc2_cluster1, UseManualRHEVMFencing=1 } GuestName = rhevvm1 DelayAfterGuestOnline = 20 DelayAfterGuestOffline = 35 )
Configuration 2:
group rhev_grp1 ( SystemList = { sys1 = 0, sys2 = 1 } ) KVMGuest kvmres1 ( RHEVMInfo = { Enabled = 1, URL = "https://rhevm-server.example.com:443", User = "admin@internal" Password = bncNfnOnkNphChdHe, Cluster = dc2_cluster1, UseManualRHEVMFencing=0 } GuestName = rhevvm1 DelayAfterGuestOnline = 20 DelayAfterGuestOffline = 35 ) group rhev_grp2 ( SystemList = { sys1 = 0, sys2 = 1 } ) KVMGuest kvmres2 ( RHEVMInfo = { Enabled = 1, URL = "https://rhevm-server.example.com:443", User = "admin@internal" Password = bncNfnOnkNphChdHe, Cluster = dc2_cluster1, UseManualRHEVMFencing=0 } GuestName = rhevvm2 DelayAfterGuestOnline = 20 DelayAfterGuestOffline = 35 )