array.centera

Minimal configlet:

[array#1]
type = centera
java_bin = /opt/java/bin/java
jcass_dir = /opt/centera/LIB
password = system/sec/array1
server = centera1
username = root

Minimal setup command:

om node set \
	--kw="type=centera" \
	--kw="java_bin=/opt/java/bin/java" \
	--kw="jcass_dir=/opt/centera/LIB" \
	--kw="password=system/sec/array1" \
	--kw="server=centera1" \
	--kw="username=root"

java_bin

required:    true
scopable:    false

Example:

java_bin = /opt/java/bin/java

The path to the java executable to use to run the Centera management program.

jcass_dir

required:    true
scopable:    false

Example:

jcass_dir = /opt/centera/LIB

The path of the directory hosting the JCASScript.jar.

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.

server

required:    true
scopable:    false

Example:

server = centera1

The storage server to connect.

username

required:    true
scopable:    false

Example:

username = root

The username to use to log in.