raidinf download report

The raidinf download report command downloads a report.

Reports created by Device Manager - Storage Navigator can also be downloaded. The report in process of creation cannot be downloaded.

The name of the downloaded file is Report_report name.tgz. The files are overwritten if reports of the same name has already existed.

Example: the name of the downloaded file when the report name is 110309-CreateConfigurationReport

Report_110309-CreateConfigurationReport.tgz

Syntax

raidinf download report -servername {<hostname> | <ipaddress>}
  {-report <report_name> | -report_id <report_id>}
 -targetfolder <folder>

Options and parameters

Option

Description

-servername {<hostname> | <ipaddress>}

Specifies the host name or the IP address of the Web server (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.

    If the special name LatestReport is specified as a report name, the most recently created report is downloaded.

    To download another report that has the same name as LatestReport, specify the report ID for this report in -report_id. If multiple reports have the same name, the most recent report is replaced when a new report is downloaded.

  • -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.
-targetfolder <folder>

Specifies a folder name to which a report is downloaded. The folder whose name you specify must already exist, and you must have write permissions to the folder.

Examples

The following example shows how to download the most recent report:

# raidinf download report -servername 10.213.74.121
 -report LatestReport -targetfolder C:\tmp

Report_101009-CreateConfigurationReport.tgz is downloaded to C:\tmp.

The following example shows how to download the report named 101009-CreateConfigurationReport:

# raidinf download report -servername 10.213.74.121
 -report 101009-CreateConfigurationReport -targetfolder C:\tmp

Report_101009-CreateConfigurationReport.tgz is downloaded to C:\tmp.