Active IQ Unified Manager Discussions

Operations Manager Default Message Levels

darobbins
2,493 Views

The default message level for LUN offline is warning, how do I change this to critical?

2 REPLIES 2

hiyer
2,493 Views

Run this command:

dfm eventtype modify -v critical lun-offline

kjag
2,493 Views

Hi,

You can use “dfm eventtype modify” command to modify an eventtype.

Example,

[lnx]# dfm eventtype modify -v critical lun-offline

Modified event "lun-offline".

Note: This will make your system status as critical in case of “lun-offline” event got generated.

Thanks,

KJag

Public