You get a health warning that interfaces are modified after upgrade to 6.7.3
SSH into FMC
enter "expert" mode
enter "sudo su"
Run this command
OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"
For each UUID delete the notification
OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("XXXXXXXXXXXXXXXXXXXXXXXX");'
OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("YYYYYYYYYYYYYYYYYYYYYYYY");'
OmniQuery.pl -db mdb -e 'delete from notification where uuid=unhex("ZZZZZZZZZZZZZZZZZZZZZZZZZZZZ");'
Check again, it should be blank
OmniQuery.pl -db mdb -e "select status,category,hex(uuid),body from notification where status=11;"
Check your FMC interface the alert should have cleared
No comments:
Post a Comment