17-Nov-2021 10:05
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
Solved! Go to Solution.
28-Aug-2022 22:20 - edited 28-Aug-2022 22:21
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
17-Nov-2021 21:33
Can you check the liveinstall.log. It will give some clue.
tail /var/log/liveinstall.log
17-Nov-2021
22:32
- last edited on
24-Mar-2022
01:14
by
li-migration
Interesting, i've seen complete, failed, waiting, installing etc, but audited never 😐
As mentioned by check the install.log file for errors.
BTW, its already in Active status as yes, are you facing any issue. I dont see any articles for the same, try opening a support case if required.
18-Nov-2021 00:11
Thank you fKiller and jaikumar_f5,
I already check the liveinstall.log, and I have found nothing. No "audited" mentioned...
Either during the installation than at the end, no problem was noticed.
I'm not worry about, but since it is a behavior I never saw I would like looking into.
Thank you again, have a great day 🙂
18-Nov-2021
00:51
- last edited on
24-Mar-2022
01:14
by
li-migration
Thanks lets close this thread then. Please mark your answer as solution provided.
can you please make/share some KB articles for these Installation status states with more details. Thanks in advance.
22-Nov-2021
16:55
- last edited on
24-Mar-2022
02:10
by
li-migration
Hi I'm afraid I couldn't locate any details on this particular status either. I would suggest opening a support ticket so an F5 Support Engineer can look into this within their resources. Thanks
23-Nov-2021
02:10
- last edited on
24-Mar-2022
01:14
by
li-migration
Thank you.
18-Nov-2021
01:15
- last edited on
24-Mar-2022
01:14
by
li-migration
I actually have not yet had an answer 🙂 ... Can we wait a little more in order to see if anyone has information about?
18-Nov-2021 03:38
I'm sorry, i thought its not an issue anymore. I apologize.
Lets wait for the community to respond ✌️
28-Aug-2022 22:20 - edited 28-Aug-2022 22:21
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