McAfee NSM上報Alert unavailable

上圖:

image

Technorati 標籤: McAfee,IPS,Alert

 

在McAfee 官方文檔上搜索,找到KB70907.判斷是iv_alert數據表損壞。

如下是修復步驟:

1、停止Manager服務;

2、選擇“<intrushield dir>\db\mysql\alert_schema.sql”中“CREATE TABLE iv_alert ( 到CREATE INDEX iv_alert_state_ix ON iv_alert(state);”之間的sql命令,並保存到c:\fix.sql;

3、打開cmd,進入mysql安裝目錄,輸入mysql –uroot –p admin123 lf,進入lf數據庫;

4、輸入select count(*) from iv_alert; 查看數據量

5、Rename table iv_alert to iv_alert_orig; //重命名iv_alert表

6、Source c:\fix.sql //調用fix.sql創建iv_alert表

7、Insert ignore into iv_alert select * from iv_alert_orig; //將舊錶的數據插入新表

8、Select count(*) from iv_alert; //和之前的數據量對比

9、drop table iv_alert_orig;//將舊錶刪除

10、啓動Manager服務,待正常後,進行訪問NSM。

 

修復完成。搞定,收工!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章