Last Modified: May 29, 2024
Affected Product(s):
BIG-IP ASM, Install/Upgrade
Known Affected Versions:
14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4, 15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 15.1.0.5
Fixed In:
16.0.0, 15.1.1, 14.1.2.7
Opened: Oct 29, 2019 Severity: 2-Critical
Signature Update installations using ASU files with the same name on versions before 14.1.0 block Live Update usage after upgrade to 14.1.0 or later.
Signature Update cannot be installed using Live Update, and errors appear in logs.
The same Signature Update file is installed multiple times on the device when running a version earlier than 14.1.0.
1. Delete the file: /var/lib/hsqldb/live-update/live-update-import.yaml. 2. Restart tomcat: bigstart restart tomcat This causes pre-upgrade records for Signature Update to be lost, but does not have any other functional impact. ** Another Workaround incase the above does not solve the issue: 1. stop the tomcat server: > bigstart stop tomcat 2. clean the live update db : > cd /var/lib/hsqldb/live-update > rm -f liveupdatedb.* 3. remove all *.im files which are not genesis file (factory-default files): 3.1 get the list of genesis files: > less /etc/live-update-genesis.yaml | grep genes | cut -d":" -f2 3.2 go to update file directory: > cd /var/lib/hsqldb/live-update/update-files 3.3 manually remove the *.im files that are not genesis 4. restart the tomcat server: > bigstart start tomcat
None