raidinf delete report

The raidinf delete report command deletes a report.

If multiple reports of the same name exist, the command deletes the oldest report. If the specified report does not exist, the command does nothing, and terminates normally.

Reports created using Device Manager - Storage Navigator can also be deleted.

Syntax

raidinf delete report -servername {<hostname> | <ipaddress>}
{-report<report_name> | -report_id
 <report_id>} [-fill]

Options and parameters

Option

Description

-servername {<hostname> | <ipaddress>}

Specifies the host name or the IP address of the SVP.

{-report <report_name> | -report_id <report_id>}

Specifies either -report or -report_id.

  • -report specifies a report name, up to 32 characters. All characters exceeding 32 are ignored.
  • -report_id specifies a report ID in the report list. Because each report has a unique ID, you can identify a specific report, even if the report list contains multiple reports with the same name.

[-fill]

Deletes a report only if there are already 20 reports in the queue. If there are fewer than 20 reports, the specified report is not deleted.

Examples

The following example deletes the report named 101009-CreateConfigurationReport:

# raidinf delete report -servername 10.213.74.121 -report 101009-
CreateConfigurationReport

101009-CreateConfigurationReport is deleted from the SVP.