Top
PRIMECLUSTER  Installation and Administration Guide 4.6
FUJITSU Software

4.2 Activating the Cluster Interconnect

As preparation for setting up CF, execute the following operation.

The operation is not necessary for a single-node cluster in a cloud environment.

Operation Procedure:

  1. Edit the /etc/sysconfig/network-scripts/ifcfg-ethX file.

    Edit "ONBOOT" of the /etc/sysconfig/network-scripts/ifcfg-ethX file on all the nodes as follows:

      ONBOOT=yes

    Set up the IP address when using CF over IP (CF over IP is necessary if the cluster nodes are located in the different network segments).

    Note

    • ethX indicates a network interface that is used for the cluster interconnect.
      A number is specified in X

    • IP address setting is unnecessary when not using CF over IP.
      When not setting up an IP address, edit "IPV6INIT" in the /etc/sysconfig/network-scripts/ifcfg-ethX file as follows.

      IPV6INIT=no
  2. Confirm the cluster interconnect.

    Confirm the state of the interface for the interconnect with the following command.

    # ip addr show <relevant interface>

    If the state flag with the above command is not "UP", execute the following command to confirm if "UP" is set.

    # ip link set <relevant interface> up