array.symmetrix
Minimal configlet:
[array#1]
type = symmetrix
Minimal setup command:
om test/ccfg/foo 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.
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.