array.centera
Minimal configlet:
[array#1]
type = centera
java_bin = /opt/java/bin/java
jcass_dir = /opt/centera/LIB
password = from system/sec/array1 key password
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=from system/sec/array1 key password" \
--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=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>.
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.