Skip to main content

Linux: Add Admin or Client interfaces to an existing node

Contributors netapp-lhalbert netapp-perveilerk ssantho3

Use these steps to add an interface on the Admin Network or the Client Network to a Linux node after it has been installed.

If you did not configure ADMIN_NETWORK_TARGET or CLIENT_NETWORK_TARGET in the node configuration file on the Linux host during installation, use this procedure to add the interface. For more information about the node configuration file, see the instructions for your Linux operating system:

You perform this procedure on the Linux server hosting the node that needs the new network assignment, not inside the node. This procedure only adds the interface to the node; a validation error occurs if you attempt to specify any other network parameters.

To provide addressing information, you must use the Change IP tool. See Change node network configuration.

Steps
  1. Log in to the Linux server hosting the node.

  2. Edit the node configuration file: /etc/storagegrid/nodes/node-name.conf.

    Important Don't specify any other network parameters, or a validation error will result.
    1. Add an entry for the new network target. For example:

      CLIENT_NETWORK_TARGET = bond0.3206

    2. Optional: Add an entry for the MAC address. For example:

      CLIENT_NETWORK_MAC = aa:57:61:07:ea:5c

  3. Run the node validate command:

    sudo storagegrid node validate node-name

  4. Resolve all validation errors.

  5. Run the node reload command:

    sudo storagegrid node reload node-name