Cloud Connect Serviceability
Viewing the Internal state of CloudConnectMgmt container:
The below CLI Command will provide the internal status of the Cloud Connect’s CloudConnectMgmt container.
show cloudconnect CloudConnectMgmt status
Verifying the Cloud Connect Node status
The below status output segment indicates that both the Cloud Connect Node are in service.
"cluster": {
"nodes": [
{
"address": "cconnectpub105.stooges.icm",
"status": "MemberUp",
"statusSince": 1585645270161,
"statusUrl": "https://cconnectpub105.stooges.icm:8445/CloudConnectMgmt/status"
},
{
"address": "cconnectsub105.stooges.icm",
"status": "MemberUp",
"statusSince": 1585645270161,
"statusUrl": "https://cconnectsub105.stooges.icm:8445/CloudConnectMgmt/status"
}
]
..
"name": "DataStreamer",
"status": "IN_SERVICE",
"statusSince": 1585643943804,
"streamer": "STARTED",
"streamingEnabled": true
}