array.emcvnx

Minimal configlet:

[array#1]
type = emcvnx
spa = array1-a
spb = array1-b

Minimal setup command:

om test/ccfg/foo set \
	--kw="type=emcvnx" \
	--kw="spa=array1-a" \
	--kw="spb=array1-b"

method

required:    false
scopable:    false
candidates:  secfile, credentials
default:     secfile

Example:

method = secfile

The authentication method to use.

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.

scope

required:    false
scopable:    false
default:     0

Example:

scope = 1

The VNC scope to work in.

spa

required:    true
scopable:    false

Example:

spa = array1-a

The name of the Service Processor A.

spb

required:    true
scopable:    false

Example:

spb = array1-b

The name of the Service Processor B.

username

required:    false
scopable:    false

Example:

username = root

The username to use to log in, if configured.