2V0-621 · Question #91
Which log file would you examine to identify an issue which occurred during the pre-upgrade phase of a vCenter Server upgrade process?
The correct answer is A. vcdb_req.out. The vcdb_req.out log captures output from the pre-upgrade requirements check phase and is the correct file to examine when a vCenter Server upgrade fails before the actual upgrade begins.
Question
Which log file would you examine to identify an issue which occurred during the pre-upgrade phase of a vCenter Server upgrade process?
Options
- Avcdb_req.out
- Bvcdb_export.out
- Cvcdb_import.out
- Dvcdb_inplace.out
How the community answered
(33 responses)- A88% (29)
- B3% (1)
- C3% (1)
- D6% (2)
Why each option
The vcdb_req.out log captures output from the pre-upgrade requirements check phase and is the correct file to examine when a vCenter Server upgrade fails before the actual upgrade begins.
vcdb_req.out records the output of the requirements-validation phase that runs before any upgrade actions are taken, making it the definitive source for diagnosing pre-upgrade failures. This log captures results of checks such as database compatibility, disk space availability, and other prerequisites. Reviewing it identifies exactly which requirement check failed and the reason for that failure.
vcdb_export.out logs the database export phase, which only runs after all pre-upgrade requirement checks have already passed successfully.
vcdb_import.out logs the database import phase, which is a mid-upgrade activity that occurs after both the requirements check and the export phase have completed.
vcdb_inplace.out logs in-place database upgrade operations, which occur during the active upgrade stage and are unrelated to the pre-upgrade requirements validation phase.
Concept tested: vCenter Server upgrade pre-upgrade phase log file
Source: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.upgrade.doc/
Topics
Community Discussion
No community discussion yet for this question.