Troubleshooting issues in CLI tool

Known issues with Managed services CLI tool (camctl).

  • If Managed services is installed on an OpenShift environment, the port value <CAM_PORT> defaults to 443. But the CLI login command in the Configure the client step shows the cam_port as undefined. The workaround is to replace --cam_port undefined with --cam_port 443 and execute the camctl login command again. For example:

    camctl login --cam_host <CAM_HOST> --cam_port 443 --username admin