構成レポートを削除する(raidinf delete report)
レポートを削除します。
同一のレポート名が複数ある場合、最も古いレポートを削除します。指定したレポートがない場合、レポート削除はエラーとなります。
Storage Navigatorで作成したレポートも削除できます。
構文
raidinf delete report -servername {<hostname> | <ipaddress>} {-report <report_name> | -report_id <report_id>} [-fill]
オプションとパラメータ
|
オプション |
説明 |
|---|---|
|
-servername {<hostname> | <ipaddress>} |
SVPのホスト名またはIPアドレスを指定します。 |
|
{-report <report_name> | -report_id <report_id>} |
-reportまたは-report_idのどちらかを指定します。
|
|
[-fill] |
レポートの総数が20件の場合にだけ削除します。20件未満の場合は指定したレポートがあっても削除しません。 |
記述例
レポート名:101009-CreateConfigurationReportを指定してレポートを削除します。
# raidinf delete report -servername 10.213.74.121 -report 101009-CreateConfigurationReport
SVP上で101009-CreateConfigurationReportが削除されます。