Owner manual

Recurring Syntax Syntax Value
recover-raid-virtual-disk-attr-value-pair owner=(0 | 1)
Table 8. Range of Values for Recurring Syntax Elements
Recurring Syntax Syntax Values
IPV4Priority 0 to 7
IPV4VlanID 1 to 4094
IPV6Priority 0 to 7
IPV6VlanID 1 to 4094
IPV6HopLimit 0 to 255 (default value is 64)
IPV6NdDetectDuplicateAddress 0 to 256
IPV6NdReachableTime 0 to 65535 (default value is 30000 milliseconds)
IPV6RetransmitTime 0 to 65535 (default value is 1000 milliseconds)
IPV6NDTimeOut 0 to 65535 (default value is 3000 milliseconds)
maxFramePayload 1500
NOTE: The maxFramePayload parameter is
shared between IPv4 and IPv6. The payload portion of
a standard Ethernet frame is set at 1500 bytes, and a
jumbo Ethernet frame is set at 9000 bytes. When using
jumbo frames, make sure that all of the devices
contained in the network path can handle the larger
frame size.
tcpListeningPort (tcp-port-id) 3260, or 49,152 to 65,536
The default value is 3260.
Usage Guidelines
The following list provides guidelines for writing script commands on the command line:
You must end all commands with a semicolon (;).
You can enter more than one command on a line, but you must separate each command with a semicolon (;).
You must separate each base command and its associated primary and secondary parameters with a space.
The script engine is case sensitive.
You can add comments to your scripts to make it easier for you and future users to understand the purpose of
the script commands. (For information on how to add comments, see Adding Comments To A Script File).
NOTE: User labels (such as for virtual disk, hosts, or host ports) are case sensitive. If you map to an object
identified by a user label, you must enter the user label exactly as it is defined, or the CLI and script commands
fails.
NOTE: You can use any combination of alphanumeric characters, hyphens, and underscores for the names.
Command names can have a maximum of 30 characters. If you exceed the maximum character limit, replace
square brackets ([ ]) with angle brackets (< >) to overcome this limitation.
34