Modifies the configuration of a Controller.
controller ‑modify { ‑acceptHardwareProvisioning | ‑controller controller‑id‑or‑fqn { ‑serviceType {san | nas | sanBias | nasBias} ‑buddyController controller‑id‑or‑fqn | [‑displayNumber controller‑display‑number] [‑comment controller‑descriptive‑command] | ‑provisionPort ( ‑slot hba‑slot‑number ‑port port‑number ‑provision {fc | iScsi} )... | ‑linkAggregation ( ‑slot hba‑slot [{‑aggregate | ‑noAggregate}] [‑priority aggregation‑priority] )... } } [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}] [{‑outputformat | ‑o} { text | xml }] [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}]
The display number
The informational comment string
The partner Controller assignments
The port provisioning settings
The link aggregation settings
Specifies that the ports on the network interface HBA cards are automatically provisioned with the appropriate protocol when the Controller is powered up. The system selects the appropriate protocol when it detects a Fibre Channel (FC)or an Ethernet connector. If the system detects a FC connection, it provisions the port as FC. If the system detects an Ethernet connection, it provisions the port as iSCSI. The service type of the Controller must be SAN, biased for SAN, or biased for NAS for the network interface HBA card to be detected and provisioned.
Specifies that all ports on the HBA will appear as one port on the network. If this option is not provided, the default is to aggregate.
Specifies the fully qualified name (FQN) or unique identifier (ID) of the Controller to configure as the partner Controller.
Specifies a string of 256 characters that further identifies the Controller.
Specifies the fully qualified name (FQN) or unique identifier (ID) of the Controller to modify.
Specifies the number that is displayed on the outside of the Controller. Values range from 01 to 99 and A0 to FF. The display number is included in the fully qualified name (FQN) of the Controller.
Reverses the link aggregation configuration that was previously set for the network interface HBA ports. Presents the ports as individual ports to the network.
Specifies a port number on the network interface HBA card to provision.
Specifies the priority for the link aggregation operation. Values range from 0 to 65535. Higher values indicate a lower priority. The value is used by the Oracle FS System as part of the link identity. If you do not specify a priority, the default value is 60000.
Specifies the provisioning protocol for the specified HBA port. Values are fc for the fiber channel ports and iScsi for the iSCSI ports. The Oracle FS System automatically provisions Ethernet ports.
Provisions a specific HBA port. Specify the following syntax for each port: ‑provisionPort ( ‑slot slot ‑port port ‑provision {fc | iscsi} )
Specifies the type of protocol support the Oracle FS System provides. Valid values: san, nas, sanBias, or nasBias. The correct Service Type for your system is specified on the Sales Order and the System Customer Information Documents and should not be changed. If the installed hardware in the Controllers does not allow the changed Service Type, the system will not boot. Modify the service type only as instructed by Oracle Customer Support.
This option can only be used on Controllers that do not have a Service Type. After you change the Service Type, you must then run the haltpoint ‑resume command to resume the system restart.
Specifies the slot number for the HBA card to provision. If this option is provided with the ‑linkAggregation option, the slot number specifies the HBA card to link aggregate.
Change the display number of a Controller.
The name of the Controller preceded by a forward slash: /CONTROLLER-00
The new display number: 05
$ fscli controller ‑modify ‑controller /CONTROLLER-00 ‑displayNumber 05