Perform the following steps on each node in the Air Gap cluster.
Step 1: Configure Network Interfaces
- Connect to the node using IPMI console.
-
Launch the HyperScale X network configuration tool:
3. Add a Data Protection Network../cvhsx_launch_nwconfig.shWhile configuring the Data Protection Network, ensure that you use the VLAN dedicated for IRE and select the network interface that is configured for IRE.
The replication network supports all types of interfaces, including a single network port, bonded interfaces, and VLAN-tagged interfaces.
-
Apply changes and exit.
Step 2: Update Firewall and Services
-
Reconfigure firewall to add the replication interface to the block zone.
-
Stop Commvault services:
commvault stop -
Edit HyperScale X network configuration file:
/etc/CommVaultRegistry/Galaxy/Instance001/MediaAgent/.hyperscalenw.cfg -
Delete commServeRegistration and rename dataProtection to commServeRegistration.
For example:
Before:
[network_types] bond1 = commServeRegistration bond2 = storagePool bond3 = dataProtectionAfter:
[network_types] bond2 = storagePool bond3 = commServeRegistration/// note | Note
Actual bond or interface name on the node may be different. Make sure you use the correct interface.
///
-
Restart services using the following commands:
systemctl restart network commvault start