Upgrade VCSA 6.5U2 to 6.7U1 with CLI

Steps to upgrade VCSA 6.5U2 to 6.7U1 with CLI

  1. Download the vCenter Appliance 6.7U1 ISO

IMPORTANT: Upgrade from vCenter Server 6.5 Update 2d to 6.7 Update 1 is not supported because this patch released after 6.7 Update 1 and is considered a back in time upgrade.

  1. Prepare a vcsa67.json file based on G:\vcsa-cli-installer\templates\migrate\winvc6.5\embedded_win_vc_to_embedded_vCSA_on_ESXi.json

Some of the important parameters

"new_vcsa"

  • "esxi" {} – ESXi host where the new VCSA 6.7 deployed to
  • "appliance": {} – Provide a new "name" as it cannot be the same name with the existing VCSA 6.5
  • "temporary_network": {} – Temporary IP Address assigned for the new VCSA 6.7
  • "user_options": {} – "vcdb_migrateSet": "all" to migrate all existing database to new VCSA 6.7

"source_vc"

  • "managing_esxi_or_vc": {} – ESXi host where the existing VCSA 6.5 running on
  • "vc_vcsa": {} – Information for existing VCSA 6.5
{
    "__version": "2.13.0",
    "__comments": "Sample template to upgrade a vCenter Server Appliance 6.5 with an embedded Platform Services Controller to a vCenter Server Appliance 6.7 with an embedded Platform Services Controller.",
    "new_vcsa": {
        "esxi": {
            "hostname": "192.168.1.160",
            "username": "root",
            "password": "P@ssw0rd!@#$",
            "deployment_network": "VM Network",
            "datastore": "NUC2-240"
        },
        "appliance": {
            "__comments": [
                "You must provide the 'deployment_option' key with a value, which will affect the VCSA's configuration parameters, such as the VCSA's number of vCPUs, the memory size, the storage size, and the maximum numbers of ESXi hosts and VMs which can be managed. For a list of acceptable values, run the supported deployment sizes help, i.e. vcsa-deploy --supported-deployment-sizes"
            ],
            "thin_disk_mode": true,
            "deployment_option": "small",
            "name": "vcsa67"
        },
        "os": {
            "ssh_enable": true
        },
        "temporary_network": {
            "ip_family": "ipv4",
            "mode": "static",
            "ip": "192.168.1.174",
            "dns_servers": [
                "192.168.1.230"
            ],
            "prefix": "24",
            "gateway": "192.168.1.1"
        },
        "user_options": {
            "vcdb_migrateSet": "all"
        }
    },
    "source_vc": {
        "description": {
            "__comments": [
                "This section describes the source appliance which you want to",
                "upgrade and the ESXi host on which the appliance is running. "
            ]
        },
        "managing_esxi_or_vc": {
            "hostname": "192.168.1.160",
            "username": "root",
            "password": "P@ssw0rd!@#$"
        },
        "vc_vcsa": {
            "hostname": "192.168.1.170",
            "username": "[email protected]",
            "password": "P@ssw0rd!@#$",
            "root_password": "P@ssw0rd!@#$"
        }
    },
    "ceip": {
        "description": {
            "__comments": [
                "++++VMware Customer Experience Improvement Program (CEIP)++++",
                "VMware's Customer Experience Improvement Program (CEIP) ",
                "provides VMware with information that enables VMware to ",
                "improve its products and services, to fix problems, ",
                "and to advise you on how best to deploy and use our ",
                "products. As part of CEIP, VMware collects technical ",
                "information about your organization's use of VMware ",
                "products and services on a regular basis in association ",
                "with your organization's VMware license key(s). This ",
                "information does not personally identify any individual. ",
                "",
                "Additional information regarding the data collected ",
                "through CEIP and the purposes for which it is used by ",
                "VMware is set forth in the Trust & Assurance Center at ",
                "http://www.vmware.com/trustvmware/ceip.html . If you ",
                "prefer not to participate in VMware's CEIP for this ",
                "product, you should disable CEIP by setting ",
                "'ceip_enabled': false. You may join or leave VMware's ",
                "CEIP for this product at any time. Please confirm your ",
                "acknowledgement by passing in the parameter ",
                "--acknowledge-ceip in the command line.",
                "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
            ]
        },
        "settings": {
            "ceip_enabled": false
        }
    }
}
  1. Verify the C:\temp\vcsa67.json file is error free with G:\vcsa-cli-installer\win32>vcsa-deploy.exe upgrade –verify-template-only C:\Temp\vcsa67.json –no-esx-ssl-verify
G:\vcsa-cli-installer\win32>vcsa-deploy.exe upgrade --verify-template-only C:\Temp\vcsa67.json --no-esx-ssl-verify
Run the installer with "-v" or "--verbose" to log detailed information
Updating log file location, copying 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-34-izeszjyu\vcsa-cli-installer.log' to desired location as a backup: 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-34-izeszjyu\workflow_1587638042628\vcsa-cli-installer.log.bak'
Workflow log-dir
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-34-izeszjyu\workflow_1587638042628
====== [START] Start executing Task: To validate CLI options at 10:34:02 ======
Command line arguments verfied.
[SUCCEEDED] Successfully executed Task 'CLIOptionsValidationTask: Executing CLI
optionsValidation task' in TaskFlow 'template_validation' at 10:34:02
[START] Start executing Task: To validate the syntax of the template. at
10:34:03
Template syntax validation for template 'C:\Temp\vcsa67.json' succeeded.
Syntax validation for all templates succeeded.
[SUCCEEDED] Successfully executed Task 'SyntaxValidationTask: Executing
Template Syntax Validation task' in TaskFlow 'template_validation' at 10:34:03
[START] Start executing Task: To check the version of each template, and for
each older template that supports CEIP, convert it to the latest template
format, and save it to the Template Blackboard at 10:34:03
Deprecation Warning: The command parameter '--no-esx-ssl-verify' is deprecated.
You must use the new parameter '--no-ssl-certificate-verification' in the next
deployment.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
Template version processing for template 'C:\Temp\vcsa67.json' succeeded.
Version processing for all templates succeeded.
[SUCCEEDED] Successfully executed Task 'VersionProcessingTask: Executing
Template Version Processing task' in TaskFlow 'template_validation' at 10:34:03
[START] Start executing Task: To validate the template structure against the
rules specified by a corresponding template schema. at 10:34:03
Template structure validation for template 'C:\Temp\vcsa67.json' succeeded.
Structure validation for all templates succeeded.
[SUCCEEDED] Successfully executed Task 'StructureValidationTask: Executing
Template Structure Validation task' in TaskFlow 'template_validation' at
10:34:03
[START] Start executing Task: To create a dependency graph for the provided
templates, with an edge pairing two templates that are dependent on each other.
Such graph relationships will affect whether certain templates can be deployed
in parallel, or must be deployed sequentially. at 10:34:03
Dependency processing for all templates succeeded.
[SUCCEEDED] Successfully executed Task 'DependencyProcessingTask: Executing
Template Dependency Processing task' in TaskFlow 'template_validation' at
10:34:03
Template verification completed.
=================================== 10:34:04 ===================================
Result and Log File Information…
WorkFlow log directory:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-34-izeszjyu\workflow_1587638042628

  1. Running Pre-Check with G:\vcsa-cli-installer\win32>vcsa-deploy.exe upgrade –precheck-only C:\Temp\vcsa67.json –no-esx-ssl-verify –accept-eula
G:\vcsa-cli-installer\win32>vcsa-deploy.exe upgrade --precheck-only C:\Temp\vcsa67.json --no-esx-ssl-verify --accept-eula
Run the installer with "-v" or "--verbose" to log detailed information
Updating log file location, copying 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-43-ujnudisq\vcsa-cli-installer.log' to desired location as a backup: 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-43-ujnudisq\workflow_1587638598405\vcsa-cli-installer.log.bak'
Workflow log-dir
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-43-ujnudisq\workflow_1587638598405
====== [START] Start executing Task: To validate CLI options at 10:43:18 ======
Deprecation Warning: The command parameter '--no-esx-ssl-verify' is deprecated.
You must use the new parameter '--no-ssl-certificate-verification' in the next
deployment.
Command line arguments verfied.
 [SUCCEEDED] Successfully executed Task 'CLIOptionsValidationTask: Executing CLI
optionsValidation task' in TaskFlow 'template_validation' at 10:43:18
 [START] Start executing Task: To validate the syntax of the template. at
10:43:18
Template syntax validation for template 'C:\Temp\vcsa67.json' succeeded.
Syntax validation for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'SyntaxValidationTask: Executing
Template Syntax Validation task' in TaskFlow 'template_validation' at 10:43:18
 [START] Start executing Task: To check the version of each template, and for
each older template that supports CEIP, convert it to the latest template
format, and save it to the Template Blackboard at 10:43:19
Deprecation Warning: The command parameter '--no-esx-ssl-verify' is deprecated.
You must use the new parameter '--no-ssl-certificate-verification' in the next
deployment.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
Template version processing for template 'C:\Temp\vcsa67.json' succeeded.
Version processing for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'VersionProcessingTask: Executing
Template Version Processing task' in TaskFlow 'template_validation' at 10:43:19
 [START] Start executing Task: To validate the template structure against the
rules specified by a corresponding template schema. at 10:43:19
Template structure validation for template 'C:\Temp\vcsa67.json' succeeded.
Structure validation for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'StructureValidationTask: Executing
Template Structure Validation task' in TaskFlow 'template_validation' at
10:43:19
 [START] Start executing Task: To create a dependency graph for the provided
templates, with an edge pairing two templates that are dependent on each other.
Such graph relationships will affect whether certain templates can be deployed
in parallel, or must be deployed sequentially. at 10:43:19
Dependency processing for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'DependencyProcessingTask: Executing
Template Dependency Processing task' in TaskFlow 'template_validation' at
10:43:19
 [START] Start executing Task: Validate that requirements are met in the source
VCSA. at 10:43:20
The certificate of server '192.168.1.160' will not be verified because you have
provided either the '--no-ssl-certificate-verification' or '--no-esx-ssl-verify'
command parameter, which disables verification for all certificates. Remove this
parameter from the command line if you want server certificates to be verified.
Cannot detect upgrade runner version on source vc, proceed to cleanup and upload
Uninstalling vmware-upgrade-requirements-* on 192.168.1.170.
('Failed to uninstall %(rpm)s on %(sourcevc_hostname)s: %(error)s', {'error':
CommandError("Failed to run and wait for command in guest with error 'Command
'/bin/rpm' exited with non-zero status 1'",), 'sourcevc_hostname':
'192.168.1.170', 'rpm': 'vmware-upgrade-requirements-*'})
Failed to run and wait for command in guest with error 'Command '['ls',
'/var/tmp/vmware-upgrade-requirements/checker.sh']' exited with non-zero status
2'
Uploading rpm to /var/tmp/upgrade-requirements.rpm, on VM 192.168.1.170.
Uploaded Upgrade Runner RPM's checksum matched. Integrity verified.
Installing RPM: /var/tmp/upgrade-requirements.rpm, on VM 192.168.1.170.
Running the upgrade checker. This may take a while...
Requirements for vcdb.migrateSet:
'all':
    requiredSrcDiskSpace: 0.11 GB
    requiredDstDiskSpace: 0.11 GB
Requirements for vcdb.migrateSet:
'core_events_tasks':
    requiredSrcDiskSpace: 0.11 GB
    requiredDstDiskSpace: 0.11 GB
Requirements for vcdb.migrateSet:
'core':
    requiredSrcDiskSpace: 0.0 GB
    requiredDstDiskSpace: 0 GB
Pre-upgrade check warning: 1. Title: Files that cannot be used with Update
Manager 6.7 will not be copied from the source. These files include VM guest OS
patch baselines, host upgrade baselines and files, and ESX 5.5 and lower version
host patches baselines.
Pre-upgrade check warning: 1. Details: Files that cannot be used with Update
Manager 6.7 will not be copied from the source. These files include VM guest OS
patch baselines, host upgrade baselines and files, and ESX 5.5 and lower version
host patches baselines.
Pre-upgrade check warning: 1. Suggested Resolution: Please review VMware Update
Manager 6.7 Documentation for details
Basic requirements:
Estimated disk space required on source VM for export data: 3.06 GB
Estimated total disk space required on target VM: 4.28 GB
Adding infrastructure domain name 'vsphere.local' discovered during upgrade
precheck to the blackboard.
Adding parameters discovered during the upgrade precheck to the configuration.
- Ignoring unknown parameter vmdir.site-guid
- Ignoring unknown parameter vmdir.ldu-guid
 [SUCCEEDED] Successfully executed Task 'SrcRequirementTask: Running
SrcRequirementTask' in TaskFlow 'vcsa67' at 10:44:46
====== [START] Start executing Task: Perform precheck tasks. at 10:44:47 ======
 [START] Start executing Task: Precheck that the provided export dir has
sufficient space for export. If none is provided recommend one. at 10:44:47
Export directory is /var/tmp
 [SUCCEEDED] Successfully executed Task 'Running precheck:
RecommendOrCheckExportDirTask' in TaskFlow 'upgrade' at 10:44:47
 [START] Start executing Task: Verify that the provided credentials for the
target ESXi/VC are valid at 10:44:47
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetCredentials' in
TaskFlow 'upgrade' at 10:44:48
 [START] Start executing Task: Precheck CPU, memory and datastore size
requirements for a host. at 10:44:48
 [SUCCEEDED] Successfully executed Task 'Running precheck: HostConfigs' in
TaskFlow 'upgrade' at 10:44:49
 [START] Start executing Task: Verify the target host type matches the one given
in the template at 10:44:49
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetHostType' in
TaskFlow 'upgrade' at 10:44:49
 [START] Start executing Task: Verify that the target ESXi or VC version meets
the minimum requirements at 10:44:49
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetVersion' in
TaskFlow 'upgrade' at 10:44:49
 [START] Start executing Task: Validate that the OVA image has the required OVA
properties. at 10:44:50
 [SUCCEEDED] Successfully executed Task 'Running precheck: OVAProperties.' in
TaskFlow 'upgrade' at 10:44:50
 [START] Start executing Task: Validate the provided ip/fqdn is available to use
at 10:44:50
Pinging IPv4 address 192.168.1.174
192.168.1.174 is unreachable.
Skipping system name check as no system name is provided
 [SUCCEEDED] Successfully executed Task 'Running precheck: IpFqdnInUse' in
TaskFlow 'upgrade' at 10:44:56
 [START] Start executing Task: Check and warn about vCenter server with external
Platform services controller topology deprecation in future vCenter releases. at
10:44:56
 [SUCCEEDED] Successfully executed Task 'Running task: DeprecationWarningTask'
in TaskFlow 'upgrade' at 10:44:56
 [START] Start executing Task: Validate the target ESXi management status at
10:44:56
 [SUCCEEDED] Successfully executed Task 'Running precheck: ESXManagementStatus'
in TaskFlow 'upgrade' at 10:44:56
 [START] Start executing Task: Validate the provided target appliance name is
available to use at 10:44:57
 [SUCCEEDED] Successfully executed Task 'Running precheck: ApplianceName' in
TaskFlow 'upgrade' at 10:44:57
 [START] Start executing Task: Verify the provided source vCenter credentials at
10:44:57
 [SUCCEEDED] Successfully executed Task 'Running precheck: SourceCredentials' in
TaskFlow 'upgrade' at 10:44:58
 [START] Start executing Task: Validate that the deployment size is sufficient
for the inventory at 10:44:59
 [SUCCEEDED] Successfully executed Task 'Running precheck: InventorySize' in
TaskFlow 'upgrade' at 10:44:59
 [START] Start executing Task: Precheck that the appliance has enough datastore
storage and disk size at 10:44:59
 [SUCCEEDED] Successfully executed Task 'Running precheck:
DiskAndDSAvailability' in TaskFlow 'upgrade' at 10:44:59
 [START] Start executing Task: Validate that the migrate set user option is
valid at 10:44:59
 [SUCCEEDED] Successfully executed Task 'Running precheck: UserOptionMigrateSet'
in TaskFlow 'upgrade' at 10:44:59
 [SUCCEEDED] Successfully executed Task 'PrecheckTask: Running prechecks.' in
TaskFlow 'vcsa67' at 10:44:59
 [START] Start executing Task: Invoke OVF Tool to deploy VCSA for installation,
upgrade, and migration at 10:45:00
OVF Tool: Opening OVA source:
G:\vcsa-cli-installer\win32\..\..\vcsa\VMware-vCenter-Server-Appliance-6.7.0.43000-15976714_OVF10.ova
OVF Tool:  The manifest does not validate
OVF Tool:  Opening VI target: vi://[email protected]:443/
OVF Tool:  Supported disk provisioning:
OVF Tool:    monolithicSparse
OVF Tool:    monolithicFlat
OVF Tool:    thin
OVF Tool:    thick
OVF Tool:    flat
OVF Tool:    seSparse
OVF Tool:    eagerZeroedThick
OVF Tool:  Connected networks:
OVF Tool:    VM Network
OVF Tool:    INTERNAL
OVF Tool:    LAN-10.10.10.0
OVF Tool:  Deploying to VI: vi://[email protected]:443/
OVF Tool: Transfer Completed
OVF Tool:  Completed successfully
 [SUCCEEDED] Successfully executed Task 'Precheck ovftool commandline parameters
to deploy a vCenter Server Appliance' in TaskFlow 'vcsa67' at 10:45:03
=================================== 10:45:03 ===================================
Result and Log File Information...
WorkFlow log directory:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-10-43-ujnudisq\workflow_1587638598405
  1. Perform upgrade with D:\vcsa-cli-installer\win32>vcsa-deploy upgrade –accept-eula C:\Temp\vcsa67.json –no-esx-ssl-verify -v

New VM (VCSA67) will be created with 16GB RAM assigned during the migration period

upgrade vcsa 6.5u2 to 6.7u1 with cli

G:\vcsa-cli-installer\win32>vcsa-deploy upgrade --accept-eula C:\Temp\vcsa67.json --no-esx-ssl-verify -v
Updating log file location, copying 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\vcsa-cli-installer.log' to desired location as a backup: 'C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa-cli-installer.log.bak'
Adding the following cli arguments to blackboard {'cli_arg_acknowledge_ceip':
False, 'cli_arg_log_dir': None, 'cli_arg_accept_eula': True,
'cli_arg_skip_precheck': False, 'cli_arg_operation_id': None,
'cli_arg_pause_on_warnings': False, 'cli_arg_precheck_only': False,
'cli_arg_sub_command': 'upgrade', 'cli_arg_no_esx_ssl_verify': True,
'cli_arg_no_ssl_certificate_verification': True, 'cli_arg_verbose': True,
'cli_arg_supported_deployment_sizes': False, 'cli_arg_template':
['C:\\Temp\\vcsa67.json'], 'cli_arg_template_help': False,
'cli_arg_verify_template_only': False, 'cli_arg_terse': False}
Workflow log-dir
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469
CLIOptionsValidationTask: Executing CLI optionsValidation task
====== [START] Start executing Task: To validate CLI options at 15:18:22 ======
Deprecation Warning: The command parameter '--no-esx-ssl-verify' is deprecated.
You must use the new parameter '--no-ssl-certificate-verification' in the next
deployment.
Command line arguments verfied.
 [SUCCEEDED] Successfully executed Task 'CLIOptionsValidationTask: Executing CLI
optionsValidation task' in TaskFlow 'template_validation' at 15:18:22
SyntaxValidationTask: Executing Template Syntax Validation task
 [START] Start executing Task: To validate the syntax of the template. at
15:18:22
Template syntax validation for template 'C:\Temp\vcsa67.json' succeeded.
Syntax validation for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'SyntaxValidationTask: Executing
Template Syntax Validation task' in TaskFlow 'template_validation' at 15:18:22
VersionProcessingTask: Executing Template Version Processing task
 [START] Start executing Task: To check the version of each template, and for
each older template that supports CEIP, convert it to the latest template
format, and save it to the Template Blackboard at 15:18:22
Deprecation Warning: The command parameter '--no-esx-ssl-verify' is deprecated.
You must use the new parameter '--no-ssl-certificate-verification' in the next
deployment.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
CEIP is not enabled because the template key 'ceip_enabled' in section 'ceip',
subsection 'settings' in template 'C:\Temp\vcsa67.json' was set to 'false'.
Template version processing for template 'C:\Temp\vcsa67.json' succeeded.
Version processing for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'VersionProcessingTask: Executing
Template Version Processing task' in TaskFlow 'template_validation' at 15:18:23
StructureValidationTask: Executing Template Structure Validation task
 [START] Start executing Task: To validate the template structure against the
rules specified by a corresponding template schema. at 15:18:23
Checking section 'ceip'
    Checking subsection 'description'
    Checking subsection 'settings'
Checking section 'source_vc'
    Checking subsection 'description'
    Checking subsection 'vc_vcsa'
        Key 'password' is valid.
        Key 'username' is valid.
        Key 'hostname' is valid.
        Key 'root_password' is valid.
    Checking subsection 'managing_esxi_or_vc'
        Key 'port' is valid.
        Key 'hostname' is valid.
        Key 'password' is valid.
        Key 'username' is valid.
Checking section 'new_vcsa'
    Checking subsection 'esxi'
        Key 'deployment_network' is valid.
        Key 'port' is valid.
        Key 'hostname' is valid.
        Key 'password' is valid.
        Key 'username' is valid.
        Key 'datastore' is valid.
    Checking subsection 'os'
        Key 'ssh_enable' is valid.
    Checking subsection 'sso'
    Checking subsection 'temporary_network'
Validating the prefix '24' with IP family 'ipv4', mode 'static'
        Key 'prefix' is valid.
        Key 'ip' is valid.
        Key 'mode' is valid.
        Key 'gateway' is valid.
Validating the IP family 'ipv4' with the ESXi hostname '192.168.1.160'
        Key 'ip_family' is valid.
        Key 'dns_servers' is valid.
    Checking subsection 'appliance'
        Key 'deployment_option' is valid.
        Key 'thin_disk_mode' is valid.
        Key 'ovftool_path' is valid.
        Key 'name' is valid.
    Checking subsection 'user_options'
        Key 'vcdb_migrateSet' is valid.
    Checking subsection 'vc'
    Checking subsection 'ovftool_arguments'
Checking section 'source_vum'
    Checking subsection 'run_migration_assistant'
Template structure validation for template 'C:\Temp\vcsa67.json' succeeded.
Structure validation for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'StructureValidationTask: Executing
Template Structure Validation task' in TaskFlow 'template_validation' at
15:18:23
DependencyProcessingTask: Executing Template Dependency Processing task
 [START] Start executing Task: To create a dependency graph for the provided
templates, with an edge pairing two templates that are dependent on each other.
Such graph relationships will affect whether certain templates can be deployed
in parallel, or must be deployed sequentially. at 15:18:23
Finished forming template dependencies.
Number of graph nodes: 1
-- Template dependency relationships: 0 --
Dependency processing for all templates succeeded.
 [SUCCEEDED] Successfully executed Task 'DependencyProcessingTask: Executing
Template Dependency Processing task' in TaskFlow 'template_validation' at
15:18:23
Determining template dependencies for operation UPGRADE
Successfully constructed requirement collector for operation upgrade
PrecheckTask: Prechecks log_dir
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\prechecks
Template for this deployment:  { '__version': '2.13.0',   'ceip':
{'description': {}, 'settings': {'ceip_enabled': False}},   'new_vcsa': {
'appliance': { 'deployment_option': 'small',
'name': 'vcsa67',                                'ovftool_path':
'G:\\vcsa-cli-installer\\win32\\..\\..\\vcsa\\ovftool\\win32\\ovftool.exe',
'thin_disk_mode': True},                 'esxi': { 'datastore': 'NUC2-240',
'deployment_network': 'VM Network',                           'hostname':
'192.168.1.160',                           'password': '******',
'port': 443,                           'username': 'root'},
'os': {'ssh_enable': True},                 'temporary_network': {
'dns_servers': '192.168.1.230',
'gateway': '192.168.1.1',                                        'ip':
'192.168.1.174',                                        'ip_family': 'ipv4',
'mode': 'static',                                        'prefix': '24'},
'user_options': {'vcdb_migrateSet': 'all'}},   'source_vc': { 'description': {},
'managing_esxi_or_vc': { 'hostname': '192.168.1.160',
'password': '******',                                           'port': 443,
'username': 'root'},                  'vc_vcsa': { 'hostname': '192.168.1.170',
'password': '******',                               'root_password': '******',
'username': '[email protected]'}}}
Writing template as a file:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\template.json
workflow successfully constructed, it contains 1 taskflows ready to execute
SrcRequirementTask: Running SrcRequirementTask
 [START] Start executing Task: Validate that requirements are met in the source
VCSA. at 15:18:24
The certificate of server '192.168.1.160' will not be verified because you have
provided either the '--no-ssl-certificate-verification' or '--no-esx-ssl-verify'
command parameter, which disables verification for all certificates. Remove this
parameter from the command line if you want server certificates to be verified.
Proceed with certificate thumbprint check...
Running command on vm vcsa: /bin/bash --login -c 'ls
/var/tmp/vmware-upgrade-requirements/checker.sh'
Running command on vm vcsa: /bin/bash --login -c 'rpm -qf
/var/tmp/vmware-upgrade-requirements/checker.sh &>
/var/tmp/vcsa_cli_upgrade_runner_version.log'
Proceed with certificate thumbprint check...
Local upgrade runner version vmware-upgrade-requirements-6.7.0-15976714
Source VC upgrade runner version vmware-upgrade-requirements-6.7.0-15976714
Upgrade runner versions match, skip uploading upgrade runner and proceed with
precheck.
Proceed with certificate thumbprint check...
Running the upgrade checker. This may take a while...
Proceed with certificate thumbprint check...
--------------------------------------------------------------------------------
Requirements for vcdb.migrateSet:
'all':
    requiredSrcDiskSpace: 0.11 GB
    requiredDstDiskSpace: 0.11 GB
Requirements for vcdb.migrateSet:
'core_events_tasks':
    requiredSrcDiskSpace: 0.11 GB
    requiredDstDiskSpace: 0.11 GB
Requirements for vcdb.migrateSet:
'core':
    requiredSrcDiskSpace: 0.0 GB
    requiredDstDiskSpace: 0 GB
--------------------------------------------------------------------------------
Pre-upgrade check warning: 1. Title: Files that cannot be used with Update
Manager 6.7 will not be copied from the source. These files include VM guest OS
patch baselines, host upgrade baselines and files, and ESX 5.5 and lower version
host patches baselines.
Pre-upgrade check warning: 1. Details: Files that cannot be used with Update
Manager 6.7 will not be copied from the source. These files include VM guest OS
patch baselines, host upgrade baselines and files, and ESX 5.5 and lower version
host patches baselines.
Pre-upgrade check warning: 1. Suggested Resolution: Please review VMware Update
Manager 6.7 Documentation for details
--------------------------------------------------------------------------------
Basic requirements:
Estimated disk space required on source VM for export data: 3.06 GB
Estimated total disk space required on target VM: 4.28 GB
--------------------------------------------------------------------------------
Adding infrastructure domain name 'vsphere.local' discovered during upgrade
precheck to the blackboard.
Adding parameters discovered during the upgrade precheck to the configuration.
- Ignoring parameter db.type
- Ignoring unknown parameter vmdir.site-guid
- Adding parameter guestinfo.cis.appliance.net.ports
- Ignoring unknown parameter vmdir.ldu-guid
 [SUCCEEDED] Successfully executed Task 'SrcRequirementTask: Running
SrcRequirementTask' in TaskFlow 'vcsa67' at 15:19:20
PrecheckTask: Running prechecks.
====== [START] Start executing Task: Perform precheck tasks. at 15:19:21 ======
Running precheck: TargetCredentials
 [START] Start executing Task: Verify that the provided credentials for the
target ESXi/VC are valid at 15:19:21
Proceed with certificate thumbprint check...
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetCredentials' in
TaskFlow 'upgrade' at 15:19:21
Running precheck: HostConfigs
 [START] Start executing Task: Precheck CPU, memory and datastore size
requirements for a host. at 15:19:21
Proceed with certificate thumbprint check...
Found datastore 'NUC2-240' in host 'NUC2.lab.aventislab.com': Capacity = 238.25
GB. Free space = 65.49 GB. Found non-clustered host 'NUC2.lab.aventislab.com'.
Memory size: 32 GB. Logical CPU (core) count: 4. Hyperthreading is enabled.
Host 'NUC2.lab.aventislab.com': Standalone (non-clustered) host requirements are
met.
 [SUCCEEDED] Successfully executed Task 'Running precheck: HostConfigs' in
TaskFlow 'upgrade' at 15:19:22
Running precheck: TargetHostType
 [START] Start executing Task: Verify the target host type matches the one given
in the template at 15:19:22
Proceed with certificate thumbprint check...
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetHostType' in
TaskFlow 'upgrade' at 15:19:22
Running precheck: TargetVersion
 [START] Start executing Task: Verify that the target ESXi or VC version meets
the minimum requirements at 15:19:23
Proceed with certificate thumbprint check...
 [SUCCEEDED] Successfully executed Task 'Running precheck: TargetVersion' in
TaskFlow 'upgrade' at 15:19:23
Running precheck: OVAProperties.
 [START] Start executing Task: Validate that the OVA image has the required OVA
properties. at 15:19:23
 [SUCCEEDED] Successfully executed Task 'Running precheck: OVAProperties.' in
TaskFlow 'upgrade' at 15:19:24
Running precheck: IpFqdnInUse
 [START] Start executing Task: Validate the provided ip/fqdn is available to use
at 15:19:24
Pinging IPv4 address 192.168.1.174
Ping Result error None:   Pinging 192.168.1.174 with 32 bytes of data:  Reply
from 192.168.1.232: Destination host unreachable.  Reply from 192.168.1.232:
Destination host unreachable.    Ping statistics for 192.168.1.174:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),  )
192.168.1.174 is unreachable.
Skipping system name check as no system name is provided
 [SUCCEEDED] Successfully executed Task 'Running precheck: IpFqdnInUse' in
TaskFlow 'upgrade' at 15:19:28
Running task: DeprecationWarningTask
 [START] Start executing Task: Check and warn about vCenter server with external
Platform services controller topology deprecation in future vCenter releases. at
15:19:29
 [SUCCEEDED] Successfully executed Task 'Running task: DeprecationWarningTask'
in TaskFlow 'upgrade' at 15:19:29
Running precheck: ESXManagementStatus
 [START] Start executing Task: Validate the target ESXi management status at
15:19:29
Proceed with certificate thumbprint check...
 [SUCCEEDED] Successfully executed Task 'Running precheck: ESXManagementStatus'
in TaskFlow 'upgrade' at 15:19:29
Running precheck: ApplianceName
 [START] Start executing Task: Validate the provided target appliance name is
available to use at 15:19:29
Proceed with certificate thumbprint check...
 [SUCCEEDED] Successfully executed Task 'Running precheck: ApplianceName' in
TaskFlow 'upgrade' at 15:19:29
Running precheck: SourceCredentials
 [START] Start executing Task: Verify the provided source vCenter credentials at
15:19:29
Proceed with certificate thumbprint check...
Running command on vm vcsa: /bin/bash --login -c 'ls'
 [SUCCEEDED] Successfully executed Task 'Running precheck: SourceCredentials' in
TaskFlow 'upgrade' at 15:19:31
Running precheck: InventorySize
 [START] Start executing Task: Validate that the deployment size is sufficient
for the inventory at 15:19:31
Prechecking inventory size.
    Source VM type: embedded
    Deployment option: small
    Host count: 2
    VM count: 0
 [SUCCEEDED] Successfully executed Task 'Running precheck: InventorySize' in
TaskFlow 'upgrade' at 15:19:31
Running precheck: DiskAndDSAvailability
 [START] Start executing Task: Precheck that the appliance has enough datastore
storage and disk size at 15:19:31
Prechecking target disk type capacity for existing inventory and migrateSet
'all'.
Prechecking target datastore availability.
    Target datastore free space: 65.49 GB
    Chosen deployment option 'small' required size from OVA: 306.0 GB
    Calculated target deployment size: 306.0 GB
    Size of source data to copy: 7.45 GB
 [SUCCEEDED] Successfully executed Task 'Running precheck:
DiskAndDSAvailability' in TaskFlow 'upgrade' at 15:19:31
Running precheck: UserOptionMigrateSet
 [START] Start executing Task: Validate that the migrate set user option is
valid at 15:19:31
 [SUCCEEDED] Successfully executed Task 'Running precheck: UserOptionMigrateSet'
in TaskFlow 'upgrade' at 15:19:31
Running precheck: RecommendOrCheckExportDirTask
 [START] Start executing Task: Precheck that the provided export dir has
sufficient space for export. If none is provided recommend one. at 15:19:32
Export directory is /var/tmp
 [SUCCEEDED] Successfully executed Task 'Running precheck:
RecommendOrCheckExportDirTask' in TaskFlow 'upgrade' at 15:19:32
 [SUCCEEDED] Successfully executed Task 'PrecheckTask: Running prechecks.' in
TaskFlow 'vcsa67' at 15:19:32
Deploying vCenter Server Appliance
 [START] Start executing Task: Invoke OVF Tool to deploy VCSA for installation,
upgrade, and migration at 15:19:32
Prepare to execute OVF Tool command
'--guestinfo.cis.deployment.autoconfig' is set to: True
See
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\ovftool.log
for the OVF Tool logs.
--------------------------------------------------------------------------------
Generated OVF Tool command line:
G:\vcsa-cli-installer\win32\..\..\vcsa\ovftool\win32\ovftool.exe
--skipManifestCheck --X:injectOvfEnv --allowExtraConfig --noSSLVerify
--prop:guestinfo.cis.deployment.autoconfig=True
--prop:guestinfo.cis.silentinstall=True
--prop:guestinfo.cis.upgrade.source.guest.user=root --X:waitForIp
--acceptAllEulas --X:enableHiddenProperties --powerOn --sourceType=OVA
--X:logFile=C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\ovftool.log
--X:logLevel=verbose --X:logTransferHeaderData --name=vcsa67
--datastore=NUC2-240 --prop:guestinfo.cis.deployment.node.type=embedded
--deploymentOption=small --diskMode=thin --net:Network 1=VM Network
--prop:guestinfo.cis.upgrade.source.guestops.host.password=******
--prop:guestinfo.cis.vmdir.password=******
--prop:guestinfo.cis.ceip_enabled=False
--prop:guestinfo.cis.appliance.net.ports={"vpxd.int.sdk-tunnel-port": "8089",
"autodeploy.ext.managementport": "6502", "sts.int.port2": "12721",
"vmkdc.ext.port1": "88", "vmdir.dcerpc.ext.port1": "2012", "vmca.ext.port1":
"2014", "syslog.ext.port": "514", "vpxd.ext.port1": "902", "vpxd.int.sdk-port":
"8085", "sts.int.port1": "7080", "syslog.ext.tls.port": "1514",
"rhttpproxy.ext.port1": "80", "rhttpproxy.ext.port2": "443", "vmafd.ext.port1":
"2020", "updatemgr.ext.soapPort": "8084", "vpxd-svcs.int.http": "10080",
"vmdir.ext.port1": "389", "vmdir.ext.port2": "636", "updatemgr.ext.webSslPort":
"9087", "updatemgr.ext.webServerPort": "9084", "netdumper.ext.serviceport":
"6500", "vsphere-client.ext.port1": "9443", "sts.ext.port1": "7444",
"vmdns.ext.port2": "2015", "autodeploy.ext.serviceport": "6501",
"vpxd.int.invsvc-feed-port": "8095"}
--prop:guestinfo.cis.appliance.net.gateway=192.168.1.1
--prop:guestinfo.cis.vpxd.ha.management.addr=192.168.1.160
--prop:guestinfo.cis.vpxd.ha.management.password=******
--prop:guestinfo.cis.appliance.net.mode=static
--prop:guestinfo.cis.appliance.net.dns.servers=192.168.1.230
--prop:guestinfo.cis.upgrade.source.guestops.host.addr=192.168.1.160
--prop:guestinfo.cis.appliance.net.addr=192.168.1.174
--prop:guestinfo.cis.appliance.net.addr.family=ipv4
--prop:guestinfo.cis.upgrade.source.guestops.host.user=root
--prop:guestinfo.cis.upgrade.source.vpxd.password=******
--prop:guestinfo.cis.vpxd.ha.management.port=443
--prop:guestinfo.cis.appliance.root.passwd=******
--prop:guestinfo.cis.vmdir.domain-name=vsphere.local
--prop:guestinfo.cis.upgrade.user.options={"vcdb.migrateSet": "all"}
--prop:[email protected]
--prop:guestinfo.cis.upgrade.source.vpxd.user=administrator@vsphere.local
--prop:guestinfo.cis.appliance.ssh.enabled=True
--prop:guestinfo.cis.appliance.net.prefix=24
--prop:guestinfo.cis.upgrade.source.guest.password=******
--prop:guestinfo.cis.upgrade.source.vpxd.ip=192.168.1.170
--prop:guestinfo.cis.vpxd.ha.management.user=root
--prop:guestinfo.cis.upgrade.source.export.directory=/var/tmp
G:\vcsa-cli-installer\win32\..\..\vcsa\VMware-vCenter-Server-Appliance-6.7.0.43000-15976714_OVF10.ova
vi://root:******@192.168.1.160:443
--------------------------------------------------------------------------------
'--guestinfo.cis.deployment.autoconfig' is set to: True
See
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\ovftool.log
for the OVF Tool logs.
OVF Tool: Opening OVA source:
G:\vcsa-cli-installer\win32\..\..\vcsa\VMware-vCenter-Server-Appliance-6.7.0.43000-15976714_OVF10.ova
OVF Tool:  The manifest does not validate
OVF Tool:  Opening VI target: vi://[email protected]:443/
OVF Tool:  Deploying to VI: vi://[email protected]:443/
OVF Tool: Disk progress: 99%
OVF Tool: Transfer Completed
OVF Tool:  Powering on VM: vcsa67
OVF Tool: Task progress: 0%
OVF Tool: Task Completed
OVF Tool:  Waiting for IP address...
OVF Tool: Received IP address: 192.168.1.174
OVF Tool:  Completed successfully
 [SUCCEEDED] Successfully executed Task 'Deploying vCenter Server Appliance' in
TaskFlow 'vcsa67' at 15:22:10
MonitorDeploymentTask: Monitoring Deployment
 [START] Start executing Task: Monitor the entire VCSA deployment using
appliance REST API at 15:22:10
Proceed with certificate thumbprint check...
Successfully found the target VCSA 'vcsa67 on esxi '192.168.1.160'
Checking if the target VCSA is powered on and ready for operations...
Successfully verified that the target VCSA 'vcsa67' has been powered on and is
now ready for operations
Checking if the target VCSA appliance API is available for query
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
The certificate of server '192.168.1.174' will not be verified because you have
provided either the '--no-ssl-certificate-verification' or '--no-esx-ssl-verify'
command parameter, which disables verification for all certificates. Remove this
parameter from the command line if you want server certificates to be verified.
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
Failed to query REST endpoint '/rest/vcenter/deployment' on appliance IP
'192.168.1.174' for deployment status because: None
Operation 'Checking target VCSA has appliance REST API ready' is going to retry
because 'The appliance REST API was not yet available from the target VCSA
'vcsa67'because 'Failed to query deployment status for appliance vcsa67 after
trying all ip addresses'. The VCSA might still be starting up.'. Will retry in
30 seconds, timeout in 1800 seconds
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
Failed to query REST endpoint '/rest/vcenter/deployment' on appliance IP
'192.168.1.174' for deployment status because: None
Operation 'Checking target VCSA has appliance REST API ready' is going to retry
because 'The appliance REST API was not yet available from the target VCSA
'vcsa67'because 'Failed to query deployment status for appliance vcsa67 after
trying all ip addresses'. The VCSA might still be starting up.'. Will retry in
30 seconds, timeout in 1770 seconds
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
Failed to query REST endpoint '/rest/vcenter/deployment' on appliance IP
'192.168.1.174' for deployment status because: None
Operation 'Checking target VCSA has appliance REST API ready' is going to retry
because 'The appliance REST API was not yet available from the target VCSA
'vcsa67'because 'Failed to query deployment status for appliance vcsa67 after
trying all ip addresses'. The VCSA might still be starting up.'. Will retry in
30 seconds, timeout in 1740 seconds
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
Successfully verified that the target VCSA appliance API is available for query
Start monitoring target VCSA deployment, deployment status will be written into:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469\vcsa67\vcsa_deployment.json
Start querying appliance API for deployment status
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(RUNNING 0/100)    -
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(RUNNING 0/100)    -
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(RUNNING 0/100)    -
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(RUNNING 0/100)    -
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 25/100)   - Exporting data from source system...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 30/100)   - Exporting VMware vCenter Inventory Service data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 42/100)   - Exporting VMware vCenter Server data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 42/100)   - Exporting VMware vCenter Server data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 42/100)   - Exporting VMware vCenter Server data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 42/100)   - Exporting VMware vCenter Server data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 42/100)   - Exporting VMware vCenter Server data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 46/100)   - Exporting VMware vCenter Authentication Framework
data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 50/100)   - Exporting VMware vCenter Authentication Framework
data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 50/100)   - Shutting down source machine...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 50/100)   - Shutting down source machine...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 50/100)   - Shutting down source machine...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.174'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.174:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(RUNNING 50/100)   - Shutting down source machine...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
The certificate of server '192.168.1.170' will not be verified because you have
provided either the '--no-ssl-certificate-verification' or '--no-esx-ssl-verify'
command parameter, which disables verification for all certificates. Remove this
parameter from the command line if you want server certificates to be verified.
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 2/100)     - Starting VMware Authentication
Framework...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 2/100)     - Starting VMware Authentication
Framework...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 5/100)     - Starting VMware Identity Management
Service...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 25/100)    - Starting VMware Service Control
Agent...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 40/100)    - Starting VMware Postgres...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 52/100)    - Starting VMware Certificate
Management Service...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 60/100)    - Starting VMware vCenter Server...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 60/100)    - Starting VMware vCenter Server...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 60/100)    - Starting VMware vCenter Server...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 60/100)    - Starting VMware vCenter Server...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 62/100)    - Starting VMware Content Library
Service...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 72/100)    - Starting VMware Update Manager...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(RUNNING 85/100)    - Starting VMware vService Manager...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(RUNNING 5/100)        - Importing VMware
Service Lifecycle Manager data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(RUNNING 35/100)       - Importing VMware
vSphere Update Manager data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(RUNNING 47/100)       - Importing vSphere Web
Client data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(RUNNING 47/100)       - Importing vSphere Web
Client data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(RUNNING 50/100)       - Importing vSphere Web
Client data...
VCSA Deployment is still running
Proceed with certificate thumbprint check...
Retrieved all ip addresses from appliance vcsa67: ['192.168.1.170',
'192.168.1.174']
Querying REST endpoint '/rest/vcenter/deployment' on appliance '192.168.1.170'
for deployment status
Proceed with certificate thumbprint check...
Requesting deployment status from target vCSA REST API endpoint
'https://192.168.1.170:5480/rest/vcenter/deployment'
If using Auto Deploy, update the DHCP settings and update the TFTP settings with
the new set of tramp files from the new Auto Deploy server.
vSphere 6.7 disables the TLS 1.0 and TLS 1.1 protocols for improved security.
Note: Some applications might support only the older protocols. To revert to the
less secure TLS 1.0 and TLS 1.1 protocols, run the TLS Reconfigurator tool. Tool
location: vCenter Server Appliance:
/usr/lib/vmware-TlsReconfigurator/VcTlsReconfigurator vCenter Server on Windows:
%VMWARE_CIS_HOME%\TlsReconfigurator\VcTlsReconfigurator See
https://kb.vmware.com/kb/2147469 for details.
==========VCSA Deployment Progress Report==========         Task: Install
required RPMs for the appliance.(SUCCEEDED 100/100)       - Task has completed
successfully.         Task: Run appliance precheck.(SUCCEEDED 100/100)        -
Task has completed successfully.         Task: Export existing appliance
data.(SUCCEEDED 100/100)        - Task has completed successfully.         Task:
Run firstboot scripts.(SUCCEEDED 100/100) - Task has completed successfully.
Task: Import data into appliance.(SUCCEEDED 100/100)    - Task has completed
successfully.
Successfully completed VCSA deployment.  VCSA Deployment Start Time:
2020-04-23T23:20:20.089Z VCSA Deployment End Time: 2020-04-23T23:41:51.831Z
 [SUCCEEDED] Successfully executed Task 'MonitorDeploymentTask: Monitoring
Deployment' in TaskFlow 'vcsa67' at 15:42:41
Monitoring VCSA Deploy task completed
ApplianceLoginSummaryTask: Provide appliance login information.
 [START] Start executing Task: Provide the login information about new
appliance. at 15:42:43
    Appliance Name: vcsa67
    System Name: vcsa.lab.aventislab.com
    System IP: 192.168.1.170
    Log in as: [email protected]
 [SUCCEEDED] Successfully executed Task 'ApplianceLoginSummaryTask: Provide
appliance login information.' in TaskFlow 'vcsa67' at 15:42:44
vcsa-deploy execution successfully completed, workflow log dir:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469
=================================== 15:42:47 ===================================
Result and Log File Information...
WorkFlow log directory:
C:\Users\ADMINI~1.LAB\AppData\Local\Temp\vcsaCliInstaller-2020-04-23-15-18-mm1nzdvc\workflow_1587655102469

Shutdown the new VCSA67 to reduce it RAM from 16GB to 4GB.

Power on VCSA67 and verify all the previous settings were migrated successfully before deleting the old VCSA65

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top