to display the alert definitions for the cell – CellCLI> LIST AERTDEFINITION HardwareAlert DETAIL name: HardwareAlert alertShortName: Hardware alertSource: Hardware alertType: Stateless description: "Hardware Alert" metricName: Alert History – CellCLI> LIST ALERTHISTORY WHERE severity = 'critical‘ AND examinedBy = '' DETAIL Acknowledging Alerts – CellCLI> ALTER ALERTHISTORY 123456633/All examinedBy=' JohnSmith ‘ Propagating Alerts via SNMP and SMTP – CellCLI> ALTER CELL smtpServer='smtp.example.com', - smtpFromAddr='
[email protected]', smtpFrom='John Smith', - smtpToAddr='
[email protected]', - snmpSubscriber=((host=host1),(host=host2)), - notificationPolicy='critical, warning, clear', - notificationMethod='mail, snmp ‘ Creating Threshold Alerts CellCLI> CREATE THRESHOLD gd_io_errs_min.gd_threshold warning=100, critical=200, - comparison='=' Monitoring Alerts Using CellCLI 14