Active IQ Unified Manager Discussions

dataset backup failed

mauro
2,919 Views

Suppose that a "dataset backup failed" event appears on my operation manager console.

If ,subsequently, a new backup regarding the same dataset succeeded, what about the old "failed" event?

Is it automatically purged? or remains active on operation manager console?

many thanks,

Mauro

1 ACCEPTED SOLUTION

adaikkap
2,919 Views

Hi Mauro,

     All events within the same event class have neutralization events.

C:\>dfm eventtype list | findstr /i dataset-backup

dataset-backup:aborted                        Warning      dataset-backup

dataset-backup:completed                      Normal       dataset-backup

dataset-backup:deleted                        Normal       dataset-backup

dataset-backup:failed                         Error        dataset-backup

dataset-backup:prematurely-deleted            Warning      dataset-backup

C:\>

You failed event will be moved to history and the object status of the dataset would become normal from Error.

Regards

adai

View solution in original post

1 REPLY 1

adaikkap
2,920 Views

Hi Mauro,

     All events within the same event class have neutralization events.

C:\>dfm eventtype list | findstr /i dataset-backup

dataset-backup:aborted                        Warning      dataset-backup

dataset-backup:completed                      Normal       dataset-backup

dataset-backup:deleted                        Normal       dataset-backup

dataset-backup:failed                         Error        dataset-backup

dataset-backup:prematurely-deleted            Warning      dataset-backup

C:\>

You failed event will be moved to history and the object status of the dataset would become normal from Error.

Regards

adai

Public