Enabling Firewall on Linux ROBO

Firewall can be enabled and the required ports automatically opened on the Linux ROBO node.

Firewall configuration divides the network into zones. A zone is a group of interfaces and services that share common rules to establish a secure boundary within the network and implement access control between the nodes. When you enable firewall, the CS registration and data protection interfaces are added to the default 'blocked' zone and the storage pool interface is added to a private 'cv_storage_ zone' in the firewall configuration.

Note

Firewall is automatically enabled on new installations of the Linux ROBO node.

Procedure

  1. Set the MediaAgents associated with the Linux ROBO node on Maintenance mode.

    For more information, see Setting the MediaAgent on Maintenance Mode.

  2. Log on to the Linux ROBO node.

  3. Navigate the following folder:

    # cd /opt/commvault/MediaAgent/task_manager
  4. Run the following script:

    # ./cvmanager.py -t Configure_Firewall

    This will enable the necessary ports needed for the node, depending on your environment.

  5. Verify that the firewall is enabled using the following command:

    # firewall-cmd --state

    This should display the state as running.

  6. Verify that the MediaAgent services are running using the following command:

    # commvault list

    For more information on managing the MediaAgent services, see Commands to Control Services on UNIX Clients.

  7. Check readiness of the MediaAgents in the HyperScale nodes to make sure that it is ready.

    For more information, see Checking Readiness.

  8. Turn off the maintenance mode on MediaAgents associated with the cluster.

    For more information, see Setting the MediaAgent on Maintenance Mode.

Loading...