Troubleshooting
Problem
What are the commands to start CMC cloud connector with and without http proxy?
Symptom
How to start CMC CC if proxy is involved?
Resolving The Problem
Command to start cloud connector with http proxy:
chsvc -s cloudconn -o start -k <CC_KEY_FROM_PORTAL> --http <user>:<pass>@<proxyHostName>:<proxyPort>
Example:chsvc -s cloudconn -o start -k <CC_KEY_FROM_PORTAL> --http admin:password@myproxy.com:8080
Command to start CC if there is no proxy user name and password
chsvc -s cloudconn -o start -k <CC_KEY_FROM_PORTAL> --http <proxyHostName>:<proxyPort>
Example: chsvc -s cloudconn -o start -k <CC_KEY_FROM_PORTAL> --http myproxy.com:8080
Command to start cloud connector without proxy:
chsvc -s cloudconn -o restart -k <CC_KEY_FROM_PORTAL>
Note : If Cloud connector is already running replace the start with restart
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSDHL6","label":"IBM Cloud Management Console"},"ARM Category":[{"code":"a8m3p000000PCJRAA4","label":"CMC Logging"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
29 August 2023
UID
ibm17020116