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 not do anything and is normally terminated.

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 service processor.

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

Specifies either -report or -report_id.

  • -report specifies a report name (up to 32 characters). If you specify more than 32 characters, the 33rd and subsequent characters are ignored.

  • -report_id specifies a report ID displayed by the report list. Because a report ID is a unique ID to each of the reports, a specific report can be identified even if reports of the same name exist.

[-fill]

Deletes the report only if the total number of reports is 20. In there are less 20 reports, the specified report is not deleted even if it exists.

Examples

This example specifies the report name 101009-CreateConfigurationReport and deletes the report.

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

101009-CreateConfigurationReport is deleted in the service processor.