array.nexenta

Minimal configlet:

[array#1]
type = nexenta
password = system/sec/array1
username = root

Minimal setup command:

om node set \
	--kw="type=nexenta" \
	--kw="password=system/sec/array1" \
	--kw="username=root"

password

required:    true
scopable:    false

Example:

password = system/sec/array1

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

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

port

required:    false
scopable:    false
default:     2000
convert:     int

Example:

port = 2000

The nexenta administration listener port.

username

required:    true
scopable:    false

Example:

username = root

The username to use to log in.