VUM Extension bundle with version 7.0.0 would show as complaint with VUM process restart without remediation
search cancel

VUM Extension bundle with version 7.0.0 would show as complaint with VUM process restart without remediation

book

Article ID: 318179

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

Update manager shows compliant against a baseline while it should be non-compliant due to the presence of some vibs that requires an update

1) During the scan it would show as non-complaint: which expected
2) But after vum process restart, Scanning again would result in *complaint* state without remediation.

Environment

VMware vCenter Server 7.0.0

Cause

This is due to, isExtensionReleaseType(in memory) flag not being persisted in DB(after parsing the bulletins during extension bundle upload).

So during vum process restart, it doesn't process/parses the extension bundles again, and the flag is not available in the DB.

Resolution