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.nexenta

Minimal configlet:

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

Minimal setup command:

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

password

required:    true
scopable:    false

Example:

password=from system/sec/array1 key password

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>.

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.