On restart, Distribution will first attempt to connect to a local Mission Control within its JPD. If it does not have one, it will continue to search for any connected Mission Control from another JPD.
To connect Mission Control outside the JPD to Distribution:
Register the Mission Control URL in Distribution using the following REST API:
curl -X POST http://<Distribution’s JPD>:8082/distribution/api/v1/system/mc/register -u<admin>:<password> -H 'Content-Type: application/json' -d '{"url": "http://<MC’s JPD>:8082"}' |
To register a different Mission Control, use the above REST API to overwrite any previously registered Mission Control instances. |