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
 
Enabling TCP traffic to coordination point (CP) Server and management ports
For successful intra-cluster communication, make sure that cluster nodes and CP servers can be reached on port 14250 (or any other if you changed the default). If RedHat Firewall has been enabled, make sure there is a rule to allow the connection to ports 14250 and 14149.
To enable TCP traffic to CP server and management ports
- Stop iptables service:
[root@cps3 sysconfig]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ]
 - Enter the following lines at the /etc/sysconfig/iptables file:
-A INPUT -p tcp -m tcp --dport 14250 -j ACCEPT -A INPUT -p tcp -m tcp --dport 14149 -j ACCEPT
 - Start the service:
[root@cps2 ~]# service iptables restart iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ] iptables: Applying firewall rules: [ OK ] [root@cps2 ~]#
 - Verify the new rule is in place:
[root@cps3 sysconfig]# iptables --list Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:cps ACCEPT tcp -- anywhere anywhere tcp dpt:vrts-tdd ACCEPT tcp -- anywhere anywhere tcp dpt:xprtld
 
For the InfoScale Enterprise deployment example, these rules must be enabled on cfs01, cfs02, cfs03, cfs04, cps1, cps2 and cps3