Set RAID Controller Module

This command defines the attributes for the RAID controller modules.

Syntax

set RAID controller module [(a | b)] availability=(online | offline | serviceMode) | ethernetPort [(1 | 2)]=ethernetPortOptions | globalNVSRAMByte [nvsramOffset]=(nvsramByteSetting | nvsramBitSetting) | hostNVSRAMByte [hostType, nvsramOffset]=(nvsramByteSetting | nvsramBitSetting) | iscsiHostPort [(1 | 2)]=iscsiHostPortOptions rloginEnabled=(TRUE | FALSE) | serviceAllowedIndicator=(on | off)

Parameters

Parameter

Description

RAID controller module

The RAID controller module for which you want to define properties. Valid identifiers for the RAID controller module are a or b, where a is the RAID controller module in slot A, and b is the RAID controller module in slot B. Enclose the identifier for the RAID controller module in square brackets ([ ]). If you do not specify a RAID controller module, the firmware for the RAID controller module returns a syntax error.

availability

The mode for the RAID controller module, which you can set to online, offline, or serviceMode (service).

ethernetPort

The attributes (options) for the management Ethernet ports. The entries to support this parameter are listed in the "Syntax Element Statement Data" table that follows. Many settings are possible, including setting the IP address, the gateway address, and the subnet mask address.

globalNVSRAMByte

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

The NVSRAM for the host-specific region. The setting 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

The values that support this parameter are listed in the "Syntax Element Statement Data" table that follows. Many settings are possible, including setting the IP address, the gateway address, the subnet mask address, the IPv4 priority, and the IPv6 priority.

rloginEnabled

The setting for 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.

serviceAllowedIndicator

The setting for whether the Service Action Allowed indicator light is turned on or turned off. To turn on the Service Action Allowed indicator light, set this parameter to on. To turn off the Service Action Allowed indicator light, set this parameter to off.

Syntax Element Statement Data

ethernetPort Options

The following options are available for the ethernetPort parameter.

enableIPv4=(TRUE | FALSE) |

enableIPv6=(TRUE | FALSE) |

IPv6LocalAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

IPv6RoutableAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

IPv6RouterAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

IPv4Address=(0-255).(0-255).(0-255).(0-255) |

IPv4ConfigurationMethod=[(static | dhcp)] |

IPv4GatewayIP=(0-255).(0-255).(0-255).(0-255) |

IPv4SubnetMask=(0-255).(0-255).(0-255).(0-255) |

duplexMode=(TRUE | FALSE) |

portSpeed=[(autoNegotiate | 10 | 100 | 1000)]

 

iscsiHostPort Options

The following options are available for the iscsiHostPort parameter.

IPv4Address=(0-255).(0-255).(0-255).(0-255) |

IPv6LocalAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

IPv6RoutableAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

IPv6RouterAddress=(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF):(0-FFFF) |

enableIPv4=(TRUE | FALSE) |

enableIPv6=(TRUE | FALSE) |

enableIPv4Vlan=(TRUE | FALSE) |

enableIPv6Vlan=(TRUE | FALSE) |

enableIPv4Priority=(TRUE | FALSE) |

enableIPv6Priority=(TRUE | FALSE) |

IPv4ConfigurationMethod=(static | dhcp) |

IPv6ConfigurationMethod=(static | auto) |

IPv4GatewayIP=(TRUE | FALSE) |

IPv6HopLimit=[0-255] |

IPv6NdDetectDuplicateAddress=[0-256] |

IPv6NdReachableTime=[0-65535] |

IPv6NdRetransmitTime=[0-65535] |

IPv6NdTimeOut=[0-65535] |

IPv4Priority=[0-7] |

IPv6Priority=[0-7] |

IPv4SubnetMask=(0-255).(0-255).(0-255).(0-255) |

IPv4VlanId=[1-4094] |

IPv6VlanId=[1-4094] |

maxFramePayload=[frameSize] |

tcpListeningPort=[3260, 49152-65536] |

Notes

When you use this command, you can specify one or more of the parameters. You do not need to use all of the parameters.

Setting the availability parameter to serviceMode causes the alternate RAID controller module to take ownership of all of the 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 cycles and power cycles until the availability parameter is set to online.

Use the show RAID controller module NVSRAM command to show the NVSRAM information.

The maxFramePayload option is shared between IPv4 and IPv6. The payload portion 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 the enableIPv6 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 (the duplexMode 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 the IPv6NdReachableTime parameter is 30000 milliseconds. The default value for the IPv6NdRetransmitTime parameter is 1000 milliseconds. The default value for the IPv6NdTimeOut parameter is 30000 milliseconds. The default port value for the tcpListeningPort parameter is 3260.

Minimum Firmware Level

7.30 removed the bootp parameter, and added the new Ethernet port options and the new iSCSI host-port options.