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
Usage examples from the RHEV administration utility
A few command usages from the RHEV administration utility, vxrhevadm
, to configure storage for virtual machines.
# ./vxrhevadm -p admin list hosts
Lists details of the virtual machines present on the host.
Host Address HostID ============================================================================== linux veritas.com e20b2608-1472-4f20-b54f-ae13af4907d4 # ./vxrhevadm -p admin list vms VM State Host VMID =============================================================================== VM1 down - 2d7f3d3d-adf2-4c70-a138-c646c7e6d771 VM2 down - 813e5b85-8544-4fb9-a238-6c650cd73e49 VM3 down - af3d99e6-d007-4499-8d22-fc21e6f9f3d4 VM4 down - af62977b-8ba7-46b0-bca9-3828ca5354b9 VM5 down - 308a4812-812d-44f5-9171-949025f38ef2 VM6 down - 565ed6cd-d780-484b-84a6-1a5267a4eb72 VM7 down - e0141c6e-03d9-4eb0-8252-97dee1ba0a85 VM8 down - d3349764-49d6-4d2a-b8af-eb4068d61379 # ./vxrhevadm -p admin -n VM4 start The virtual machine VM4 is started successfully. # ./vxrhevadm -p admin -n VM4 start The virtual machine VM4 is started successfully. # ./vxrhevadm -p admin -n VM4 -d /dev/vx/dmp/xiv0_8275 attach Power off the virtual machine before you attach the device. # ./vxrhevadm -p admin -n VM4 stop The virtual machine VM4 is stopped successfully. # ./vxrhevadm -p admin -n VM4 -d /dev/vx/dmp/xiv0_8274 attach The device /dev/vx/dmp/xiv0_8274 is successfully attached to the virtual machine VM4. # ./vxrhevadm -p admin -n VM4 -d /dev/vx/dmp/xiv0_8274 detach The device /dev/vx/dmp/xiv0_8274 is successfully detached from the virtual machine VM4. # ./vxrhevadm -p admin -n VM5 -v /dev/vx/dsk/group/vol3 detach The device /dev/vx/dsk/group/vol3 is successfully detached from the virtual machine VM5. # ./vxrhevadm -p admin -n VM5 -f /mnt/disk.img:raw attach The device /mnt/disk.img:raw is successfully attached to the virtual machine VM5. # ./vxrhevadm -p admin -h linux configure The permissions of all attached devices present on host Linux are successfully configured.