This command defines the attributes for the RAID controller modules. Syntax
set controller [(0 | 1)]
availability=(online | offline | serviceMode) ethernetPort [1] = ethernet-port-options
globalNVSRAMByte [nvsramOffset]=
(nvsramByteSetting | nvsramBitSetting) |
hostNVSRAMByte [hostType, nvsramOffset]=
Parameter Description
file Name of the file to which to save the state capture. You must put quotation marks (" ") around the file name.
Parameter Description
file Name of the file to which to save the storage array support-related data. You must put quotation marks (" ") around the file name.
(nvsramByteSetting | nvsramBitSetting) |
iscsiHostPort [(1 | 2)] = iscsi-host-port-options rloginEnabled=(TRUE | FALSE)
Parameters
Parameter Description
controller This parameter is the RAID controller module for which you want to define properties. Valid identifiers for the RAID controller module are 0 or 1, where 0 is the RAID controller module on the left and 1 is the RAID controller module on the right when viewed from the rear of the RAID enclosure. You must put square brackets ([ ]) around the identifier for the RAID controller module. If you do not specify a RAID controller module, the firmware for the RAID controller module returns a syntax error.
availability This parameter sets the mode for the RAID controller module to online, offline, or serviceMode.
ethernetPort This parameter defines the attributes (options) for the management Ethernet ports. Refer to Table 2-4 for a list of the attributes that you can set.
Valid Ethernet port identifiers are 1 or 2. You must put square brackets ([ ]) around the Ethernet port identifier. globalNVSRAMByte This parameter modifies a portion of the RAID controller
module NVSRAM. Specify the region to be modified using the starting byte offset within the region, and the size and value of the new data to be stored into NVSRAM.
hostNVSRAMByte This parameter updates the NVSRAM for the host specific region. Specifies the host index for the specific host, the starting offset within the region, the number of bytes, and the values to be written.
iscsiHostPort This parameter defines the attributes (options) for the host Ethernet ports. Refer to Table 2-5 for a list of the attributes that you can set.
Valid Ethernet port identifiers are 1 or 2. You must put square brackets ([ ]) around the Ethernet port identifier.
NOTE: When you use this command, you can specify one or more of the parameters. You do not, however, need to use all of the parameters.
NOTE: Setting availability to serviceMode causes the alternate RAID controller module to take ownership of all virtual disks. The specified RAID controller module no longer has any virtual disks and refuses to take ownership of any more virtual disks. Service mode is persistent across reset and power cycles until the
availability parameter is set to online.
NOTE: Use the show controller NVSRAM command to display parts or all of the NVSRAM.
Additional Information
The
maxFramePayload
option is shared between IPv4 and IPv6. The payloadportion of a standard Ethernet frame is set at 1500, and a jumbo Ethernet frame is set at 9000. When using jumbo frames, all of the devices that are in the network path should be capable of handling the larger frame size. You must set the
enableIPv4
parameter or theenableIPv6
parameter to TRUE to make sure that the specific IPv4 setting or the specific IPv6 setting is applied.When the
duplexMode
parameter is set to TRUE, the selected Ethernet port is set to full duplex. The default value is half duplex (theduplexMode
parameter is set to FALSE).The
portSpeed
parameter is expressed as megabits per second (Mb/s).The IPv6 address space is 128 bits. It is represented by eight 16-bit
hexadecimal blocks separated by colons. You may drop leading zeros, and you may use a double colon to represent consecutive blocks of zeroes.
The default value for the
IPv6HopLimit
parameter is 64. The default value for theIPv6NdReachableTime
parameter is 30000milliseconds.rloginEnabled This parameter defines whether the remote login feature is turned on or turned off. To turn on the remote login feature, set this parameter to TRUE. To turn off the remote login feature, set this parameter to FALSE.
The default value for the
IPv6NdRetransmitTime
parameter is 1000milliseconds.The default value for the
IPv6NdTimeOut
parameter is 30000 milliseconds. The default port value for thetcpListeningPort
parameteris 3260.
Examples
-c "set controller [0] iscsiHostPort[0] IPV6LocalAddress=
FE80:0000:0000:0000:0214:22FF:FEFF:EFA9 enableIPV6= TRUE;"
-c "set controller [0] iscsiHostPort[0]
IPV6ConfigurationMethod=auto enableIPV6=TRUE;" -c "set controller [0] availability=online;"
-c "set controller [0] ethernetPort[1] IPV4Address= 192.168.0.101;"
-c "set controller [0] iscsiHostPort[1] IPV4SubnetMask=255.255.255.0 enableIPV4;" -c "set controller [0] iscsiHostPort[1] IPV4GatewayIP=192.168.0.1 enableIPV4;"
Set Disk Group
This command defines the properties for a disk group. Syntax
set diskGroup [diskGroupNumber] addPhysicalDisks=
(trayID1,slotID1
... trayIDn,slotIDn) raidLevel=(0 | 1 | 5 | 6)
owner=(0 | 1)
Parameters
NOTE: When using this command, you can specify one or more of the parameters. You do not, however, need to use all of the parameters. Using two many parameters can cause host I/O errors or result in internal controller reboots because the time period ends before the disk group definition is set.
NOTE: The addPhysicalDisks or raidLevel operations cannot be stopped once they have been initiated.
NOTE: The time required to complete the addPhysicalDisks or raidLevel operations is dependent on the number and size of the disks used.