raidinf command list and command description

The following lists the raidinf commands and symbols.

raidinf command list

Command

Description

raidinf -login

login to Device Manager - Storage Navigator

raidinf add report

Creates a report.

raidinf delete report

Deletes a report.

raidinf download report

Downloads a report.

raidinf get reportinfo

Displays a list of reports.

raidinf logout

logout of Device Manager - Storage Navigator

raidinf -h

Displays a raidinf command syntax.

Conventions of the command format

Symbol

Description

< >

The item enclosed in this symbol is variable.

|

Vertical bar

Symbol is placed between multiple items to indicate "or".

For example:

-A | -B

Specifies -A or -B.

[ ]

Square brackets

The enclosed item can be omitted. If some items are delimited by the vertical bar, specify one or omit all items.

For example:

[ -A ]

Specifies nothing or specifies -A.

[ -a | -b ]

Specifies nothing or specifies -a or -b.

{ }

Curly brackets

The meaning differs depending on the enclosed item.

  • If items in curly brackets are delimited by vertical bars, one of the items must be specified.

For example:

{-A | -B |-C }

Specifies -A, -B, or -C.

  • If curly brackets enclose items enclosed by square brackets, at least one of the items must be specified.

For example:

{[ -A ][ -B ][ -C ]}

Specifies one or more items from -A, -B, or -C.