Disassociate the vRealize Suite 7.x Products from SDDC Manager in VMware Cloud Foundation 3.10.x & 3.11
search cancel

Disassociate the vRealize Suite 7.x Products from SDDC Manager in VMware Cloud Foundation 3.10.x & 3.11

book

Article ID: 312083

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

Symptoms:
vRealize Suite 2019 is not supported with SDDC Manager 3.10.x & 3.11. To support upgrading from vRealize Suite 7.x to vRealize Suite 8.x you must first disassociate the vRealize Suite 7.x Products from SDDC Manager in VMware Cloud Foundation 3.10.x & 3.11.

Environment

VMware Cloud Foundation 3.11
VMware Cloud Foundation 3.10.x

Resolution


Note : For VMware Cloud Foundation on VxRail Versions 3.10.1.2 and earlier, see How to disassociate vRealize Suite 7.x from VMware Cloud Foundation on VxRail 3.10.x

NOTE: This script is not supported on other product versions.
  1. Download the attached script disassociate_vrs7.sh and copy it to /tmp on SDDC Manager using SCP.
  2. ssh to SDDC Manager as vcf user
  3. su to root
  4. cd /tmp
  5. chmod 777 disassociate_vrs7.sh
  6. run the script to disassociate the vRealize Suite 7.x Products from SDDC Manager in VMware Cloud Foundation 3.10.x.
./disassociate_vrs7.sh
  1. Restart the lcm service with:
    systemctl restart lcm
Sample output:
root@sddc-manager [ /home/vcf ]# ./disassociate_vrs7.sh

WARNING: This script will disassociate vRealize Suite products from SDDC Manager.

Are you sure you want to continue? (y/n)
y

Making backup of table vra on file /root/vcf_backups/vra.
Making backup of table vrops on file /root/vcf_backups/vrops.
Making backup of table vrli on file /root/vcf_backups/vrli.
Making backup of table vrslcm on file /root/vcf_backups/vrslcm.
Making backup of table vrealize_load_balancer on file /root/vcf_backups/vrealize_load_balancer.
Making backup of vRealize products virtual machines info.
Making backup of vRealize product credentials.
Making backup of vRealize network configuration.
Database backup files have been stored in /root/vcf_backups.
Ejecting VRA from VCF inventory.
Ejecting VROPS from VCF inventory.
Ejecting VRLI from VCF inventory.
Ejecting VRSLCM from VCF inventory.
Deleting vRealize network configurations.
All vRealize products have been ejected from VCF inventory.

WARNING: For security reasons, it is recommended to delete the database backup files (/root/vcf_backups) once this script execution is verified as SUCCESSFUL.

root@sddc-manager [ /home/vcf ]#

 Note : Once the script is successful you can upgrade the vRealize Suite 7.x components to 8.x

Attachments

disassociate_vrs7 get_app