Unable to convert VCSA to embedded deployment with converge tool without internet connectivity
search cancel

Unable to convert VCSA to embedded deployment with converge tool without internet connectivity

book

Article ID: 341791

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

Symptoms:
  • When you try to convert the VCSA to embedded PSC you get the error:
https:<FQDN> could not be converged.
 
  • In the /var/log/vmware/converge/converge_rest.log file you see entries similar to:

2019-06-04 16:48:41,117 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-04 16:48:41,121 - vcenter.system_config_impl - INFO - Task id: 162dcc5b-c507-420d-a3fa-544c27f56b7d:com.vmware.vcenter.system_config.deployment_type
2019-06-04 16:52:25,743 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-04 16:52:25,743 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-04 16:52:25,747 - vcenter.system_config_impl - INFO - Task id: d884135d-90bd-4388-b980-0febe91cd84f:com.vmware.vcenter.system_config.deployment_type
2019-06-04 16:52:25,747 - vcenter.system_config_impl - INFO - Task id: d884135d-90bd-4388-b980-0febe91cd84f:com.vmware.vcenter.system_config.deployment_type
2019-06-05 15:18:12,974 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-05 15:18:12,977 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.
2019-06-05 15:23:35,760 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-05 15:23:35,760 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-05 15:23:35,762 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.
2019-06-05 15:23:35,762 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.
2019-06-21 15:07:35,054 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-21 15:07:35,054 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.
2019-06-21 15:07:35,054 - vcenter.system_config_impl - INFO - feature ConvergeAPI is enabled.2019-06-21 15:07:35,068 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.
2019-06-21 15:07:35,068 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.
2019-06-21 15:07:35,068 - vcenter.system_config_impl - ERROR - Converge is already running.Got another REST call externally.


Environment

VMware vCenter Server 6.7.x
VMware vCenter Server Appliance 6.5.x

Cause

This issue occurs when the VCSA does not have internet connectivity.

Resolution

To solve the issue, follow the steps given below:
  1. Delete all content from in the VCSA folder /var/log/vmware/converge by running:
rm -rf /var/log/vmware/converge/*;
  1. Delete the file task.json from the VCSA:
rm /root/velma/task.json;
  1. Reboot the external PSC and confirm all services started using the command: 
service-control --status --all;
  1. Reboot the VCSA. 
  2. Download the vCenter Server Appliance 6.7 Update 2 ISO image.From the VMware website at https://customerconnect.vmware.com/web/vmware/downloads,

    VMware-VCSA-all-version_number-build_number.iso

  3. Confirm that the md5sum is correct.

    See the VMware website topic Using MD5 Checksums at http://www.vmware.com/download/md5.html.

  4. Attach the ISO image to the CD/DVD drive of the VCSA.
  5. Mount the ISO to the /mnt/cdrom folder with command: 
mount /dev/cdrom /mnt/cdrom;
  1. Try converting to Embedded VCSA using the Converge tool again.


Additional Information

Refer to  https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vcenter.install.doc/GUID-FE8663D3-23B7-4A73-AD59-196343F9C7F0.html for more information.