In this blog I am going to discuss an error message which you might get when dropping individual alerts via dbmcli or cellcli in Exadata
if you try to drop your alert using a command like below
drop alerthistory 2_1, 2_2, 2_3, 2_4, 2_5, 2_6, 2_7, 2_8, 2_9, 2_10, 2_11, 2_12, 2_13
and you get an error message which is something like
DBM-02643: DROP ALERTHISTORY command did not include all members of the alert sequence for 2_1. All members of the sequence must be dropped together
That means you have not selected all the 2_* members, so, in order to proceed put all the 2_* members or the sequence you are trying to drop.
This will clear the alert.
if you try to drop your alert using a command like below
drop alerthistory 2_1, 2_2, 2_3, 2_4, 2_5, 2_6, 2_7, 2_8, 2_9, 2_10, 2_11, 2_12, 2_13
and you get an error message which is something like
DBM-02643: DROP ALERTHISTORY command did not include all members of the alert sequence for 2_1. All members of the sequence must be dropped together
That means you have not selected all the 2_* members, so, in order to proceed put all the 2_* members or the sequence you are trying to drop.
This will clear the alert.
No comments:
Write comments