array.symmetrix

Minimal configlet:

[array#1]
type = symmetrix

Minimal setup command:

om node set --kw="type=symmetrix"

addr

required:    false
scopable:    true
default:     The ipaddr resolved for the nodename.

Example:

addr = 1.2.3.4

The addr to use to connect a peer. Use scoping to define each non-default address.

name

required:    false
scopable:    false

Example:

name = 00012345

The name of the array. If not provided, fallback to the section name suffix.

password

required:    false
scopable:    false

Example:

password = system/sec/array1

The password to use to log in, if configured, expressed as a sec path.

The sec must be in the system namespace and must have a password key.

schedule

required:    false
scopable:    false

Schedule parameter for the pusharray node action.

See usr/share/doc/schedule for the schedule syntax.

symcli_connect

required:    false
scopable:    false

Example:

symcli_connect = MY_SYMAPI_SERVER

Set the SYMCLI_CONNECT environment variable to this value.

If not set, the SCSI communication channels are used.

The value set must be declared in the /var/symapi/config/netcnfg file.

symcli_path

required:    false
scopable:    false
default:     /usr/symcli

Example:

symcli_path = /opt/symcli

Force use of a symcli programs installation, pointing the path of its head directory.

For the case multiple symcli versions are installed and the default selector does not select the version preferred for the array.

type

required:    true
scopable:    false
candidates:  freenas, hds, eva, nexenta, vioserver, centera, symmetrix, emcvnx, netapp, hp3par, ibmds, ibmsvc, xtremio, dorado, hoc

The storage array driver name.

username

required:    false
scopable:    false

Example:

username = root

The username to use to log in, if configured.