vCenter update failed via VAMI with errors: 'Update installation failed, list operation is not allowed' and 'No applicable update found.'"
search cancel

vCenter update failed via VAMI with errors: 'Update installation failed, list operation is not allowed' and 'No applicable update found.'"

book

Article ID: 429302

calendar_today

Updated On:

Products

VMware vSphere ESXi

Issue/Introduction

  • When accessing the Update tab in the vCenter VAMI, the following error occurs: "Update installation failed, list operation is not allowed."
  • Additionally, the VAMI fails to display the update list and reports "No applicable update found."

Environment

vCenter Server 8.x

Cause

Possible corruption in RPM DB.

Resolution

  1. Take a snapshot/backup of the vCenter appliance.

  2. Run the following commands on the VCSA via an SSH session:

        service-control --stop applmgmt

    rm -rf /storage/core/software-update/updates/*
    rm -rf /storage/core/software-update/stage/*
    rm -rf /storage/db/patching.db
    mv /storage/core/software-packages/staged-configuration.json /storage/core
    mv /etc/applmgmt/appliance/software_update_state.conf /storage/core

    service-control --start applmgmt

  1. Retry the update.

Additional Information