FMC deploy stucked/cannot login to FMC?
- ssh to FMC, expert, sudo su
- /etc/rc.d/init.d/console restart
- OmniQuery.pl -db mdb -e “select status,category,hex(uuid),body from notification;” | grep “\ 7\ “
- OmniQuery.pl -db mdb -e ‘delete from notification where uuid=unhex(“HEX-NUMBER-FROM-OUTPUT”);’
- OmniQuery.pl -db mdb -e “select status,category,hex(uuid),body from notification;” | grep “\ 7\ “
Leave a Reply