Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Virtualization Guide - Linux on ESXi
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Linux,VMware ESX
- Section I. Overview
- Section II. Deploying Veritas InfoScale products in a VMware environment
- Getting started
- Understanding Storage Configuration
- 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
- Protecting data with InfoScale™ product components in the VMware guest
- Optimizing storage with InfoScale™ product components in the VMware guest
- About Flexible Storage Sharing
- 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 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_5
In 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