The delete auditLog command deletes some or all of the records in the audit log.
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Security Admin role.
delete auditLog (all | (endRecord=timestamp | endDate=date) | (retentionCount=integer))
Parameter | Description |
---|---|
all | Allows you to delete all audit log records. |
endRecord | Allows you to specify the ending record to delete, starting from the oldest record. The value is the integral value that represents the time stamp of the last audit log record, inclusive. |
endDate | Allows you to specify the ending date to delete, starting from the oldest record. The format for entering the date is MM:DD:YY in the client time zone. Note: The audit log records, including the date specified, will be deleted.
|
retentionCount | Allows you to specify the number of the newest audit log records to be retained. |
SMcli -n Array1 -c "delete auditLog all;" SMcli -n Array1 -c "delete auditLog endRecord=1493070393313;" SMcli -n Array1 -c "delete auditLog endDate=04:30:17;" SMcli -n Array1 -c "delete auditLog retentionCount=1000;" SMcli completed successfully.
8.40