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 the IP address of the service processor. |
|
[-report <report_name>] |
Specifies a report name, up to 32 characters. If you specify more than 32 characters, the 33rd and subsequent characters are ignored. If the report name is omitted, the default report name YYMMDD-CreateConfigurationReport is specified. The hyphen (-) cannot be specified at the beginning of the report name. |
Examples
This 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
This example specifies the report name 101009-CreateConfigurationReport and creates a report.
# raidinf add report -servername 10.213.74.121 -report 101009- CreateConfigurationReport ReportName UserName CreateTime 101009-CreateConfigurationReport user01 2010/10/09-12:43:10
The respective items of the output example are explained next.
ReportName
The report name is displayed (up to 32 characters).
UserName
The user name is displayed (up to 16 characters). If the user name exceeds 16 characters, an ellipsis (...) is displayed.
CreateTime
The time of creating a report is displayed (up to 19 characters).