enclosure setDisplayNumbers

Loads a file that contains the display numbers of each Drive Enclosure in the Oracle FS System.

SYNOPSIS

enclosure ‑setDisplayNumbers 
   ‑file enclosure‑display‑number‑file

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

DESCRIPTION

To set the display number for the Drive Enclosures in the Oracle FS System, choose one of the following methods:
  • Run the enclosure ‑modify ‑DisplayNumber enclosure-display-number command to set the display number for one Drive Enclosure at a time.

  • Create a file that contains a comma-separated list of enclosure:display number pairs. Run the enclosure ‑setDisplayNumbers ‑file enclosure-display-number-file command. Include the path for the file that contains the list of pairs if you saved the file outside the directory where the FSCLI executable was installed. The system uses the enclosure:display number pairings to assign a display number to each of the Drive Enclosures that you specified.

Only administrators with primary administrator or admin1 roles are authorized to run this command.

OPTIONS

file

Specifies the name of the file that the Oracle FS System uses to assign display numbers to a group of Drive Enclosures. The assignments are made by providing a comma separated list of pairings in the format of enclosure-id-or-fqn:display-number. In addition to using commas, the pairings can be separated by a new line character in an ASCII file.

EXAMPLE

Task

Using a file of assignments, assign a set of display numbers to a group of Drive Enclosures.

Parameters
  • A file that contains a series of display number assignments in the following format:

    /⁠ENCLOSURE-01:A, /⁠⁠ENCLOSURE-02:B,
    /⁠ENCLOSURE-01:C, /⁠⁠ENCLOSURE-01:D

  • A file name: AlphaEnclosureAssignments

$ fscli enclosure ‑setDisplayNumbers ‑file AlphaEnclosureAssignments