raidinf command list and command description

The following table lists the raidinf commands and symbols.

Table 1: raidinf command list

Command

Description

raidinf -login

Log in 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 add relocationlog

Generates a tier relocation log file.

raidinf download relocationlog

Downloads a tier relocation log file.

raidinf delete relocationlog

Deletes a tier relocation log file.

raidinf get relocationloginfo

Lists a tier relocation log file.

raidinf -logout

Logs out of Device Manager - Storage Navigator.

raidinf -h

Displays the raidinf command syntax.

Table 2: 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 item 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.