Perform Update Precheck in SDDC
Manager
You must perform a precheck in SDDC
Manager before applying an update bundle to ensure that your environment is ready for the
update.
Bundle-level pre-checks for vCenter are available in
VMware Cloud Foundation
.Because ESXi bundle-level pre-checks
only work in minor-version upgrades (for example: from ESXi 7.x through 7.y, or
from ESXi 8.x through 8.y), these prechecks do not run in
VMware
Cloud Foundation
.If you silence a vSAN Skyline Health alert in the 
vSphere Client
, SDDC Manager
skips the related precheck and indicates which precheck it skipped. Click RESTORE PRECHECK
to include the silenced precheck. For example:
You can also silence failed vSAN prechecks in the
SDDC Manager UI
by clicking Silence Precheck
. Silenced prechecks do not trigger warnings or block upgrades.Only silence alerts if you know that they are
incorrect. Do not silence alerts for real issues that require remediation.
- In the navigation pane, click.
- On the Workload Domains page, click the workload domain where you want to run the precheck.
- On the domain summary page, click theUpdatestab.(The following image is a sample screenshot and may not reflect current product versions.)It is recommended that you Precheck your workload domain prior to performing an upgrade.
- ClickRUN PRECHECKto select the components in the workload domain you want to precheck.
- You can select to run a Precheck only on vCenter or the vSphere cluster. All components in the workload domain are selected by default. To perform a precheck on certain components, chooseCustom selection.
- If there are pending upgrade bundles available, then the "Target Version" dropdown contains "General Upgrade Readiness" and the availableVMware Cloud Foundationversions to upgrade to. If there is an availableVMware Cloud Foundationupgrade version, there will be extra checks - bundle-level prechecks for hosts, vCenter Server, and so forth. The version specific prechecks will only run prechecks on components that have available upgrade bundles downloaded.
- When the precheck begins, a progress message appears indicating the precheck progress and the time when the precheck began.Parallel precheck workflows are supported. If you want to precheck multiple domains, you can repeat steps 1-5 for each of them without waiting for step 5 to finish.
- Once the Precheck is complete, the report appears. Click throughALL,ERRORS,WARNINGS, andSILENCEDto filter and browse through the results.
- To see details for a task, click the expander arrow.If a precheck task failed, fix the issue, and clickRetry Precheckto run the task again. You can also clickRETRY ALL FAILED RESOURCESto retry all failed tasks.
- If ESXi hosts display a driver incompatibility issue when updating a VI workload domain using vSphere Lifecycle Manager baselines, perform the following steps:
- Identify the controller with the HCL issue.
- For the given controller, identify the supported driver and firmware versions on the source and target ESXi versions.
- Upgrade the firmware, if required.
- Upgrade the driver manually on the ESXi host and retry the task at which the upgrade failed.
- If the workload domain contains a host that includes pinned VMs, the precheck fails at the Enter Maintenance Mode step. If the host can enter maintenance mode through vCenter Server UI, you can suppress this check forNSXand ESXi in VMware Cloud Foundation by following the steps below.
- Log in to SDDC Manager by using a Secure Shell (SSH) client with the user name vcf and password.
- Open the/opt/vmware/vcf/lcm/lcm-app/conf/application-prod.propertiesfile.
- Add the following line to the end of the file:lcm.nsxt.suppress.dry.run.emm.check=truelcm.esx.suppress.dry.run.emm.check.failures=true
- RestartLifecycle Managementby typing the following command in the console window.systemctl restart lcm
- AfterLifecycle Managementis restarted, run the precheck again.
The precheck result is displayed at the top of the Upgrade Precheck Details window. If you click
Exit Details
, the precheck result is displayed at the top of the Precheck section in the Updates tab.Ensure that the precheck results are green before proceeding. Although a failed precheck will not prevent the upgrade from proceeding, it may cause the update to fail.