Image installation status audited
Hello there,
I'm upgrading a Viprion's guest and during the installation of the ISO on the new volume I'm facing this situation:
----------------------------------------------------------------------
Sys::Software Status
Volume Slot Product Version Build Active Status
----------------------------------------------------------------------
HD1.1 1 BIG-IP 14.1.4.4 0.0.4 no installing 77.000 pct
HD1.2 1 BIG-IP 14.1.4 0.0.11 yes audited
I never saw before the installation status "Audited". I searched for but I have not found information about.
Anyone know about this behaviour?
Thank you very much
This is caused by a file present (/shared/noupgrade) that signals to lind (the lind process manages software installation and volume creation tasks) that software installation tasks cannot occur. If this file inadvertently remains on the system, then it prevents lind from proceeding, and boot volumes show the status audited.
If this file is present, it can be deleted.
# rm /shared/noupgrade # tmsh show sys software
on a multi-blade system, use clsh
# clsh rm /shared/noupgrade # tmsh show sys software