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
Attaching or detaching Storage Foundation components in guest virtual machines
Aattach or detach DMP device, volume device, or Veritas File System (VxFS) file as the storage backend for the specified virtual machine through the SF administration utility from the RHEV-M machine. These attached devices should be a shared entity across RHEV-M cluster in a high availability configuration and as a replicated entity in disaster recovery configurations. Note that you need to power off virtual machines before attaching or detaching storage.
To attach storage to virtual machines:
- Power off the virtual machine.
- Log in to the RHEV-M machine.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p RHEV Admin Password -n [VM] [dmpnodepath] attach
Attaches the DMP node as a disk to the specified virtual machine, where dmpnodepath is the path of DMP device on the host.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p <password> -n [VM] [volume] attach
Attaches volume as a block device to the specified virtual machine.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p <password> -n [VM] \
<file-path:raw> | <file-path:qcow2> attach
Attaches file system as a file device to the specified virtual machine.
- Power on the virtual machine either through the vxrhevadm utility or the RHEV-M web interface.
To detach storage to a virtual machine:
- Power off the virtual machine.
- Log in to the RHEV-M machine.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p <password> -n [VM] [dmpnodepath] detach
Detaches the DMP node as a disk to the specified virtual machine, where dmpnodepath is the path of DMP device on the host.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p <password> -n [VM] [volume] detach
Detaches the volume as a block device to the specified virtual machine.
- Run # /opt/VRTSrhevm/bin/vxrhevadm -p <password> -n [VM] \
<file-path:raw> | <file-path:qcow2> detach
Detaches the filesystem as a file device to the specified virtual machine.
- Power on the virtual machine either through the vxrhevadm utility or the RHEV-M web interface.