Remediation task using vSphere Lifecycle Manager (vlcm) of hosts in the cluster completes without patching the hosts
search cancel

Remediation task using vSphere Lifecycle Manager (vlcm) of hosts in the cluster completes without patching the hosts

book

Article ID: 344948

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

  • Issue is seen during remediation of the hosts in the cluster is using Baseline or Single Image
  • The remediation task completes without applying the patches on the host and no error is seen
  • Parallel remediation is enabled
  • Configuration can be validated from the vCenter server logs as below

/var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server.log
 
YYYY:MM:DDTHH:MM:SS info vmware-vum-server[09428] [Originator@6876 sub=Telemetry] [TelemetryManager 423] Sending telemetry data: {"@type":"pman_effective_coordinator_policy","taskId":"TASK_ID","entityId":"ENTITY-ID|domain-c8","failureAction":"RETRY","failureActionRetryDelay":300,"failureActionRetryCount":3,"preRemediationPowerAction":"DO_NOT_CHANGE_VMS_POWER_STATE","enableQuickBoot":true,"disableDpm":true,"disableHac":false,"evacuateOfflineVms":false,"enforceHclValidation":false,
"parallelRemediationEnabled":true,"maxHostsForParallelRemediation":0}

Environment

VMware vCenter Server 8.0.x
VMware vCenter Server 7.0.3

Cause

This is an expected behavior.

Parallel remediation reduces the time needed for patching or upgrading the hosts in your environment. The remediation in parallel only applies for ESXi hosts that are already in maintenance mode. During parallel remediation, hosts do not enter or exit maintenance mode automatically. To remediate hosts in parallel, host must be set to enter and exit maintenance mode manually. If parallel remedation is enabled, vSphere Lifecycle Manager does not remediate the ESXi hosts that are not in maintenance mode.

For additional information, refer to Remediating ESXi Hosts Against vSphere Lifecycle Manager Baselines and Baseline Groups

Resolution

To resolve the issue, implement either of the below steps

  • Put the host in maintenance mode manually before initiating the remediation

OR

  • Disable Parallel Remediation under Lifecycle Manager

To disable parallel remediation, please follow the steps below

    • Log in to vCenter Server via vSphere Client
    • Click on vSphere Client on the top left to navigate to Home
    • Select Lifecycle Manager
    • Select Settings -> Baselines and then click on [EDIT]
    • Un-check Parallel remediation, then click on [SAVE]
    • Proceed with the remediation

Additional Information