Please enter search query.
Search <book_title>...
Veritas InfoScale™ 8.0.2 Virtualization Guide - Linux on ESXi
Last Published:
2024-12-07
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: Linux,VMware ESX
- Section I. Overview
- Section II. Deploying Veritas InfoScale products in a VMware environment
- Getting started
- Storage configurations and feature compatibility
- About setting up VMware with InfoScale products
- InfoScale products support for VMware environments
- Installing and configuring storage solutions in the VMware virtual environment
- Recommendations for improved resiliency of InfoScale clusters in virtualized environments
- Understanding Storage Configuration
- Configuring storage
- Enabling disk UUID on virtual machines
- Installing Array Support Library (ASL) for VMDK on cluster nodes
- Excluding the boot disk from the Volume Manager configuration
- Creating the VMDK files
- Mapping the VMDKs to each virtual machine (VM)
- Enabling the multi-write flag
- Getting consistent names across nodes
- Creating a file system
- Getting started
- Section III. Use cases for Veritas InfoScale product components in a VMware environment
- Application availability using Cluster Server
- Multi-tier business service support
- Improving data protection, storage optimization, data migration, and database performance
- Use cases for InfoScale product components in a VMware guest
- Protecting data with InfoScale product components in the VMware guest
- Optimizing storage with InfoScale product components in the VMware guest
- About SmartTier in the VMware environment
- About compression with InfoScale product components in the VMware guest
- About thin reclamation with InfoScale product components in the VMware guest
- About SmartMove with InfoScale product components in the VMware guest
- About SmartTier for Oracle with InfoScale product components in the VMware guest
- Migrating data with InfoScale product components in the VMware guest
- Improving database performance with InfoScale product components in the VMware guest
- Setting up virtual machines for fast failover using InfoScale Enterprise on VMware disks
- About use cases for InfoScale Enterprise in the VMware guest
- InfoScale Enterprise operation in VMware virtualized environments
- InfoScale functionality and compatibility matrix
- About setting up InfoScale Enterprise on VMware ESXi
- Section IV. Reference
Getting consistent names across nodes
It is likely that the VMDK files are presented in a different order on each system and that the names given by Volume Manager may vary. The recommended best practice for a consistent deployment is to rename the disk so the configuration is clear.
As an example of the initial discrepancies between cfs01 and cfs03, cfs01 the disk name associated to device ending on serial number 226 is vmdk0_5:
[root@cfs01 ~]# /etc/vx/bin/vxgetdmpnames
enclosure vendor=VMware product=Virtual disk serial=OTHER_DISKS name=other_disks
dmpnode serial= name=sda
enclosure vendor=VMware product=Virtual disk serial=vmdk name=vmdk0
dmpnode serial=6000C290CF1309E963CBBAD021F264F6 name=vmdk0_1
dmpnode serial=6000C29186006C35507FEC737F9F8FDA name=vmdk0_2
dmpnode serial=6000C291C4629CE5694FC723353138C3 name=vmdk0_3
dmpnode serial=6000C2935F2B20B10FD8FC211FCB0936 name=vmdk0_4
dmpnode serial=6000C29FAD20B38E6595D8BC167D27F2 name=vmdk0_5
Observe how cfs03 named the same device vmdk_0_0:
[root@cfs03 ~]# /etc/vx/bin/vxgetdmpnames
enclosure vendor=VMware product=Virtual disk serial=OTHER_DISKS name=other_disks
dmpnode serial= name=sda
enclosure vendor=VMware product=Virtual disk serial=vmdk name=vmdk0
dmpnode serial=6000C290CF1309E963CBBAD021F264F6 name=vmdk0_1
dmpnode serial=6000C291C4629CE5694FC723353138C3 name=vmdk0_2
dmpnode serial=6000C29FAD20B38E6595D8BC167D27F2 name=vmdk0_3
dmpnode serial=6000C29186006C35507FEC737F9F8FDA name=vmdk0_4
dmpnode serial=6000C29F83E347A4B9BC350750579889 name=vmdk0_5
[root@cfs01 ~]# vxddladm assign names
[root@cfs01 ~]# /etc/vx/bin/vxgetdmpnames
enclosure vendor=VMware product=Virtual disk serial=OTHER_DISKS name=other_disks
dmpnode serial= name=sda
enclosure vendor=VMware product=Virtual disk serial=vmdk name=vmdk0
dmpnode serial=6000C291595D0A4755FBF37872E105FD name=vmdk0_1
dmpnode serial=6000C29186006C35507FEC737F9F8FDA name=vmdk0_2
dmpnode serial=6000C291C4629CE5694FC723353138C3 name=vmdk0_3
dmpnode serial=6000C2935F2B20B10FD8FC211FCB0936 name=vmdk0_4
dmpnode serial=6000C29F83E347A4B9BC350750579889 name=vmdk0_5In order to get the same names across all the cluster nodes the command vxddladm is used. For each node of the cluster, run the command:
# vxddladm assign names
Observe now how cfs03 got the right name for device ending at 226 serial number:
[root@cfs03 ~]# vxddladm assign names
[root@cfs03 ~]# /etc/vx/bin/vxgetdmpnames
enclosure vendor=VMware product=Virtual disk serial=OTHER_DISKS name=other_disks
dmpnode serial= name=sda
enclosure vendor=VMware product=Virtual disk serial=vmdk name=vmdk0
dmpnode serial=6000C291595D0A4755FBF37872E105FD name=vmdk0_1
dmpnode serial=6000C29186006C35507FEC737F9F8FDA name=vmdk0_2
dmpnode serial=6000C291C4629CE5694FC723353138C3 name=vmdk0_3
dmpnode serial=6000C2935F2B20B10FD8FC211FCB0936 name=vmdk0_4
dmpnode serial=6000C29F83E347A4B9BC350750579889 name=vmdk0_5