Veritas InfoScale™ 8.0.2 Virtualization Guide - Linux on ESXi
- 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
Creating the VMDK files
The VMDKs that will be used by InfoScale Enterprise can be created either by the vSphere GUI or using the command line. Using the GUI, there is no control for the name of the file used, and they will be stored under the folder belonging to the VM that is creating the files. We would prefer in this case to control those file names, so we will use the command line to create the following configuration:
Table: Virtual disk configuration
Data Store | Virtual Disk on ESXi | VMDK NAME | Virtual device | SCSI Driver | Virtual size (GB) |
|---|---|---|---|---|---|
DS1 | Hard disk 2 | cfs0/shared1.vmdk | SCSI 1:0 | Paravirtual | 90 |
DS2 | Hard disk 3 | cfs0/shared2.vmdk | SCSI 1:1 | Paravirtual | 90 |
DS3 | Hard disk 4 | cfs0/shared3.vmdk | SCSI 1:2 | Paravirtual | 90 |
DS4 | Hard disk 5 | cfs0/shared4.vmdk | SCSI 1:3 | Paravirtual | 90 |
DS5 | Hard disk 6 | cfs0/shared5.vmdk | SCSI 1:4 | Paravirtual | 90 |
To create the infrastructure
- Connect to one of the ESXi virtual machines.
- Create a folder called cfs0 (the name of the cluster) in each of the datastores:
mkdir /vmfs/volumes/DS1/cfs0 mkdir /vmfs/volumes/DS2/cfs0 mkdir /vmfs/volumes/DS3/cfs0 mkdir /vmfs/volumes/DS4/cfs0 mkdir /vmfs/volumes/DS5/cfs0
- Create each of the VMDKs that will be used:
vmkfstools -c 90G -d eagerzeroedthick /vmfs/volumes/DS1/cfs0/shared1.vmdk vmkfstools -c 90G -d eagerzeroedthick /vmfs/volumes/DS2/cfs0/shared2.vmdk vmkfstools -c 90G -d eagerzeroedthick /vmfs/volumes/DS3/cfs0/shared3.vmdk vmkfstools -c 90G -d eagerzeroedthick /vmfs/volumes/DS4/cfs0/shared4.vmdk vmkfstools -c 90G -d eagerzeroedthick /vmfs/volumes/DS5/cfs0/shared5.vmdk
To addd VMDK through vsphere GUI
- Shut down the VM.
- Select the VM and select Edit Settings
- Select Add New Device > Hard disk. A new hard disk will be added.
- Change the default size to 90 GB and disk provisioning to Thick Provision Eager zeroed. Select SCSI Controller 1. If not present, add a new SCSI Controller.
- Repeat steps 3 and 4 for the rest of the disks.