Federating a secondary node on IBM i into the cell

Add the secondary node to the deployment manager's cell on IBM® i. Adding the secondary node to the cell allows a central point of administration for the network deployment by using the deployment manager's Integrated Solutions Console.

Before you begin

Expected state: the deployment manager is running.

About this task

For additional information about default paths, see Directory conventions.

Procedure

  1. Make sure that the system clocks on the deployment manager and the secondary node are within five minutes of each other and set for the same timezone. Federation fails if the clocks are not synchronized within five minutes.
  2. Ping the deployment manager node from the secondary node to make sure the deployment manager host name is resolvable.
  3. Log in to the IBM i system where the deployment manager node is installed with administrative privileges.
  4. On the IBM i command line, run the STRQSH (Start Qshell) command.
  5. Navigate to the profile_root/bin directory for the deployment manager profile.
  6. Run the following command to obtain the SOAP_CONNECTOR_ADDRESS port number. Make a note of the port number as you will need it to add nodes to the cluster:
    dspwasinst
  7. Log into the secondary node.
  8. On the IBM i command line, run the STRQSH (Start Qshell) command.
  9. Navigate to the profile_root/bin directory for the secondary node profile.
  10. Run the following command to add the secondary node to the deployment manager's cell. Note the omission of the -includeapps qualifier.
    addNode DM_server_host_name DM_SOAP_port -username WAS_Admin_user_name_on_DM
     -password WAS_Admin_password_on_DM
    where:
    • DM_server_host_name is the resolvable host name of the deployment manager.
    • DM_SOAP_port is the port that the deployment manager's SOAP port is listening on.
    • WAS_Admin_user_name_on_DM is the user ID of the WebSphere® Application Server administrator account on the deployment manager.
    • WAS_Admin_password_on_DM is the password associated with the WebSphere Application Server administrator account.
    For example:
    addNode gateway_dm.example.com 8880 -username wasadmin -password waspassword
  11. When prompted, provide the deployment manager's administrative user ID and password.
    Wait for the operation to complete before proceeding. Look for a success message similar to the following when complete:
    Node Machine22NodeSecondary has been successfully federated.
  12. For each additional IBM i secondary node, repeat the preceding steps.
  13. Navigate to the profile_root/bin directory for the deployment manager profile.
  14. Restart the deployment manager by typing the following commands. Wait for the first command to finish before starting the deployment manager:
    ./stopServer.sh dmgr -username username -password password
    ./startServer.sh dmgr

What to do next

When you have finished installing and federating secondary nodes into the Deployment manager, continue with the cluster configuration as instructed in the topic, Creating a cluster and proxy servers.