You can create airgap schedules to manage network connectivity on the HyperScale X nodes. Using airgaps you can enable and disable firewall tunnels automatically on the nodes.
Procedure
-
To set an airgap interval for the HyperScale cluster, run the following command on one of the nodes:
/opt/commvault/Base/CVSDS -C <airgap_start_time> <airgap_end_time>
The start time and end time indicates when airgap is enabled and disabled on the node and must be in 24 hour format (HH:MM).
For example:
# ./CVSDS -C 18:20 19:20
-
To set an airgap interval on the local node, run the following command on the node:
/opt/commvault/Base/CVSDS -L <airgap_start_time> <airgap_end_time>
The start and end time must be in 24 hour format (HH:MM).
For example:
# ./CVSDS -L 9:49 9:51
-
To enable or disable airgaps manually, run the following command on the node:
/opt/commvault/Base/CVSDS -A <0/1>
Examples:
To enable airgap, run the following command:
:
# ./CVSDS -A 1
To disable airgap, run the following command:
:
# ./CVSDS -A 0