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
asundefined
. The workaround is to replace--cam_port undefined
with--cam_port 443
and execute thecamctl login
command again. For example:camctl login --cam_host <CAM_HOST> --cam_port 443 --username admin