HP Storage Essentials V5.1 CLI Guide First Edition (T4283-96029, August 2006)

Storage Essentials 5.1 CLI Guide 31
appiqdelete -event -all -startdate
<yyyy-mm-dd|today> -starttime <hh:mm|now>
-enddate <yyyy-mm-dd|today> -endtime <hh:mm|now>
Description: Deletes all the events that are associated with an element between given time
intervals. This command can only delete events that are associated with an element.
where
<yyyy-mm-dd|today> - is the date or today can be entered, for example 2005-05-23.
<hh:mm|now> - is the time (24-hour clock) or now can be entered, for example 10:45.
appiqdelete -event -all -severity <severity> -startdate
<yyyy-mm-dd|today> -starttime <hh:mm|now>
-enddate <yyyy-mm-dd|today> -endtime
<hh:mm|now>
Description: Deletes all the events that are associated with an element with the specified severity
and between the given time intervals. This command can only delete events that are associated
with an element.
where
<yyyy-mm-dd|today> - is the date or today can be entered, for example 2005-05-23.
<hh:mm|now> - is the time (24-hour clock) or now can be entered, for example 10:45.
<severity> - is the severity of the event. See Table 3 on page 20 for more information. All
severities are included if you do not include the severity flag.
appiqdelete -event -elementid <element id>
Description: Deletes all the events that are from the element specified by <element id>.
appiqdelete -event -elementid <element id> -severity
<severity>
Description: Delete all the events that are from the element specified by <element id> and with
specified severity value.
where <severity> - is the severity of the event. See Table 3 on page 20 for more information.
All severities are included if you do not include the severity flag.
appiqdelete -event -elementid <element id> -severity
<severity> -startdate <yyyy-mm-dd|today>
-starttime <hh:mm|now> -enddate
<yyyy-mm-dd|today> -endtime <hh:mm|now>
Description: Delete all the events for a specified element, severity and between the specified time
intervals.
where