Users Guide

Table Of Contents
Run a remediation pre-check
The pre-check operation performs various checks against each host in a cluster to ensure cluster readiness for firmware
remediation.
Pre-check is an optional task that can be performed at host or cluster level.
You can skip the pre-check operation, the vSphere Lifecycle Manager performs pre-check during remidiation.
As part of pre-check, OMIVV performs the pre-requisites check of the following:
iDRAC reachability
iDRAC Lock down mode
Status of firmware update job (if any) triggered from OMIVV for any hosts for the selected cluster
Collect System Inventory on Reboot (CSIOR) enablement
Connectivity to the firmware repository and the required firmware components.
To verify the prerequisites for firmware remediation, click RUN PRE-CHECK.
The pre-check task status and results are displayed in the Image Compliance section.
If pre-check fails for any host, fix the issue and rerun pre-check or continue with remediation task.
Remediate cluster in vSphere Lifecycle Manager
In the Image Compliance section, you can remediate an individual host or all hosts in the cluster at a time.
a. To perform the remediate task for an individual host, in the Image Compliance section, click the vertical ellipses icon next
to host, and then select Remediate.
b. To perform the remediate task for all hosts in the cluster, in the Image Compliance section, click REMEDIATE ALL.
It is recommended that you perform iDRAC reset before running the firmware update. Performing iDRAC reset reduces the
failure possibility.
To automatically reset the iDRAC before performing the firmware update using vSphere Lifecycle Manager on each host,
enable the Clear iDRAC Jobs and reset iDRAC check box in OMIVV. For more information, see Firmware update settings
on page 80.
To view the status of remediation task, click SHOW MORE on the Updates page.
You can view the logs related to OMIVV on the Logs page of OMIVV.
Using OMIVV as a firmware add-on provider in
vSphere Lifecycle ManagervSphere Automation
APIs
Before managing the clusters using vSphere Automation API, ensure that you have completed the following tasks using vSphere
Lifecycle Manager User Interface:
Select the hardware support manager as DellEMC OMIVV.
Select a cluster profile that is applicable for the selected cluster and save the image.
Scan firmware compliance
Command: POST https://{VC IP/FQDN}/api/esx/settings/clusters/{cluster ID}/software?vmw-task=true&action=scan
{
"spec" : {
"message": "test commit"
}
}
Description: Scans all the hosts in the cluster against the cluster's desired state. The result of this operation can be queried by
calling the cis/tasks/{task-id} where the task-id is the response of this operation.
128
Host Management