Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document helps you ensure that all the components have been deployed successfully and they are up and running. The following sections discuss the checklist items that you need to verify after the deployment.

...

Note

If the user Id 1000 is being used by another user, refer to this document to swap the user Id.

  1. Check if the user with assigned user Id 1000 is being used for running the Adeptia Connect Rancher processes on the cluster nodes by following the steps given below.

    1. Log in to the Jumpbox.

    2. Access the cluster node (VM) by running the following command.

      Code Block
      ssh <nodename/IP>
    3. Run the following command to check if the user ID “1000“ is being used for running the Rancher processes.

      Code Block
      sudo ps aux | grep <user>

      This displays all the Rancher processes.

    4. Verify if the user with user Id 1000, for example ec2-user as shown in the following screenshot, is being used for running the Adeptia Connect Rancher processes.
      Note: Only a user with user Id 1000 or a root user must be used for running the rancher processes.