Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

array.emcvnx

Minimal configlet:

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

Minimal setup command:

om node 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, expressed as a datastore reference:

    from <namespace>/<kind>/<name> key <name>

Array passwords are usually stored in sec datastores like system/sec/<array name>.

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.