In the /var/log/firstboot/firstbootInfrastructure.log file, you see entries similar to:
yyyy-mm-ddThh:mm:ss.msec1Z INFO firstbootInfrastructure [Failed] /usr/lib/vmware-vpostgres/firstboot/vpostgres-firstboot.py is complete yyyy-mm-ddThh:mm:ss.msecZ INFO firstbootInfrastructure No localized error detail found in /var/log/firstboot/vpostgres-firstboot.py_13193_stderr.log, assuming internal error yyyy-mm-ddThh:mm:ss.msecZ WARNING firstbootInfrastructure Bug component info file does not exist yyyy-mm-ddThh:mm:ss.msecZ INFO firstbootInfrastructure Firstboot duration: 371 sec yyyy-mm-ddThh:mm:ss.msecZ INFO firstbootInfrastructure First boot is a failure yyyy-mm-ddThh:mm:ss.msecZ WARNING firstbootInfrastructure stopping status aggregation...
In the /var/log/vmware/vpxd/vcdb_import.err log file, you see entries similar to:
Traceback (most recent call last): File "/usr/lib/vmware/cis_upgrade_runner/payload/component-scripts/vcdb/ms2pg/sqlite2pg.py", line 161, in <module> [ti[0] for ti in ci]): File "/opt/vmware/lib/python2.7/multiprocessing/pool.py", line 659, in next raise value psycopg2.ProgrammingError: INSERT has more expressions than target columns LINE 1: ...7442494f534f7074696f6e733d30xxxxxxxxx'::bytea,NULL,NULL);
Note: This log excerpt is an example. Date, time, and environmental variables may vary depending on your environment.
Environment
VMware vCenter Server 5.5.x
Cause
This issue occurs due to different release cycles of vCenter Orchestrator and vCenter Server.
Resolution
This is a known issue affecting vCenter Server 5.5 migrations to 6.0 Update 2.
Currently, there is no resolution.
To work around this issue, prevent the vCenter Orchestrator data from migrating on the source vCenter Server by changing the table structure of the VMO_ResourceElementContent table.
Caution: Ensure to backup the vCenter Server database before proceeding with the steps.
Connect to the vCenter Server database using the same user the vCenter Server uses for the database connection.
Run this query:
ALTER TABLE VMO_RESOURCEELEMENTCONTENT DROP COLUMN CHECKSUM;