enclosure_console read

Displays the data that is generated for the specified Drive Enclosure.

SYNOPSIS

enclosure_console ‑read 
   ‑enclosure enclosure‑id‑or‑fqn
   ‑iom {0 | 1}
   [ ‑poll read‑interval‑in‑seconds
     [‑duration duration‑in‑seconds]
   ]

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

If a read operation is open-ended or does not complete after a reasonable amount of time, type Ctrl‑C to stop the operation.

To poll for responses from previous write commands, issue the read command with the ‑poll option specified.

Only administrators with primary administrator or support roles are authorized to run the enclosure_console commands.
CAUTION
Use Drive Enclosure console commands only under the direction of Oracle Customer Support. Your Oracle Customer Support representative uses console commands to gather diagnostic information or to resolve problematic conditions that cannot be researched or resolved another way.

OPTIONS

duration

Specifies number of seconds that the console reads data from the specified Drive Enclosure. If the read does not terminate after the specified number of seconds, to discontinue reading, enter Ctrl-C. This option requires that you also specify the ‑poll option.

enclosure

Specifies the fully qualified name (FQN) or unique identifier (ID) of the Drive Enclosure.

iom

Specifies the I/O module to which the Drive Enclosure console on the Controller issues reads or queries the status. Valid values are 0 and 1.

poll

Specifies the time interval in seconds between console reads. During a read operation, you cannot enter new commands. To discontinue reading, enter Ctrl-C.

EXAMPLE

Task

Display data from a Drive Enclosure during a console session.

Parameters
  • The FQN of the Drive Enclosure: /⁠ENCLOSURE‑00

  • The identifier of the I/O Module: 0

  • The number of seconds the data is read: 5

$ fscli enclosure_console ‑read ‑enclosure /⁠ENCLOSURE‑00 ‑iom 0 ‑poll ‑duration 5