Adding a Cloud services node to an existing Cloud services cluster

This topic describes the procedure for adding a Cloud services client or a server to an existing Cloud services cluster.

  1. Add the new node to the existing node class by using the mmchnodeclass add command. For example,
    mmchnodeclass TCTNodeClass1 add -N node5
  2. Install the Cloud services RPMs (either client or server) on the node that is added. For more information, see Installation steps.
  3. Designate the node as Cloud services node.
    mmchnode --cloud-gateway-enable -N node5 --cloud-gateway-nodeclass TCTNodeClass1
    For more information, see Designating the Cloud services nodes.
  4. Start the Cloud services software on the new node by using the mmcloudgateway service start command.
    mmcloudgateway service start -N node5