VMware Cloud Foundation 4.xFollow the below mentioned steps to disassociate Aria product from SDDC Manager or for fully deleting vRSLCM.
Download the script "eject_vrs_delete_vrslcm.sh" to the SDDC Manager Virtual Machine.
Take a snapshot of SDDC Manager VM
SSH to SDDC Manager with vcf user and su to root
Provide permissions to execute the script
chmod 777 /home/vcf/eject_vrs_delete_vrslcm.sh
eject_vrs_delete_vrslcm.sh echo "Description of the script options here."| echo -h | --help | Displays help menu |
| echo -wsa | Disassociate WSA from SDDC Manager |
| echo -vra | Disassociate VMware Aria Automation from SDDC Manager |
| echo -vrops | Disassociate VMware Aria Operations from SDDC Manager |
| echo -vrli | Disassociate VMware Aria Operations for Logs from SDDC Manager |
| echo -all | Disassociate all VMware Aria products from SDDC Manager |
| echo -delete_vrslcm | Fully deletes VMware Aria Suite Lifecycle Instance and Tier 1 Gateway |
./eject_vrs_delete_vrslcm.sh -vrops
./eject_vrs_delete_vrslcm.sh -delete_vrslcm
[email protected]>