Checking Existence of Remote Collectors
Validation Failed. At least one Remote Collector found
Replace all Remote Collectors with generic Cloud Proxies
Aria Operations 8.x
VMware vRealize Operations 8.x
curl --insecure -s -u "admin" https://localhost/casa/onprem/v1/cloudproxies | python -m json.toolProvide the Aria Operations local admin password when prompted. The UUID will precede the additional details for each cloud proxy.
sed -nre "/CLOUD_PROXY/ s/^[^']+'([^']+)','([^']+)'.*/\1 \2/p" /storage/db/casa/webapp/hsqldb/casa.db.scriptThe UUID will be the first column in the results.
curl --insecure 'https://localhost/casa/onprem/v1/cloudproxy/remove' -i -u 'admin' -X DELETE -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"cloud_proxy_uuid":"<UUID>"}'
curl --insecure 'https://localhost/casa/onprem/v1/cloudproxy/remove' -i -u 'admin' -X DELETE -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"cloud_proxy_uuid":"#######-####-####-####-#############"}'
Do not attempt the steps if the cluster is in any other state (i.e. Failed, Expanding, Shrinking)
Ensure you have a valid snapshot or backup of the vRealize Operations cluster before proceeding.
See Snapshot Creation in VMware Aria Operations for more information.