Hi,
I have an environment with 2 ELM vCenter servers and 2 PSCs that I have just upgraded from 6.5U1 to 6.7U2. I'm now trying to use the vcsa-converge-cli to move to an embedded environment.
It fails with the following in the logs:
converge_precheck_vc.log:
2019-06-04T12:45:15.788Z INFO converge Validating Provided Configuration ... 2019-06-04T12:45:15.808Z ERROR converge Converge command is not supported for infrastructure node type. 2019-06-04T12:45:15.811Z ERROR converge Pre-checks failed for converge. 2019-06-04T12:45:15.821Z INFO converge Unsetting the converge running flag 2019-06-04T12:45:15.825Z INFO converge Cleanup successful with partial flag = True.
precheck_status_vc.json:
{ "description": "Precheck task for converge", "end_time": "2019-06-04 12:45:15", "id": "", "message": "Precheck failed: Converge is not supported for stand-alone Platform Services Controller node.", "msg_id": "04", "progress": 100, "start_time": "2019-06-04 12:45:15", "status": "FAILED", "subtask": [ { "key": "precheck", "value": { "description": "Precheck validations for converge", "status": "FAILED" } } ], "subtask_order": [ "precheck" ] }
So far I've found nothing on Google regarding these error messages and that's not a good sign....
Lars