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