raidinf add report
The
raidinf add report command creates a report.
If other users have created 20 reports, the logged in user cannot create a report and will receive an error.
Syntax
raidinf add report -servername {<hostname> | <ipaddress>} [-report <report_name>]
Options and parameters
|
Option |
Description |
-servername {<hostname> | <ipaddress>}
|
Specifies the host name or IP address of the SVP. |
[-report <report_name>]
|
Specifies a report name, up to 32 characters. All characters exceeding 32 are ignored. If the report name is omitted, the default report name
A hyphen cannot be specified at the beginning of the report name. |
Examples
The following example creates a report with the default report name:
# raidinf add report -servername 10.213.74.121 ReportName UserName CreateTime 101009-CreateConfigurationReport user01 2010/10/09-12:43:10
The following example creates a report named
101009-CreateConfigurationReport:
# raidinf add report -servername 10.213.74.121 -report 101009-CreateConfigurationReport ReportName UserName CreateTime 101009-CreateConfigurationReport user01 2010/10/09-12:43:10
The following items are output:
ReportNameThe report name is displayed (up to 32 characters).
UserNameThe user name is displayed (up to 16 characters). If the user name exceeds 16 characters, an ellipsis (...) is displayed.
CreateTimeThe time of creating a report is displayed (up to 19 characters).
