array.hds

Minimal configlet:

[array#1] type = hds password = system/sec/array1 url = https://hdsmanager/ username = root

Minimal setup command:

om test/ccfg/foo set \ --kw="type=hds" \ --kw="password=system/sec/array1" \ --kw="url=https://hdsmanager/" \ --kw="username=root"

bin

required: false scopable: false

Example:

bin = /opt/hds/bin/HiCommandCLI

The HDS manager executable to use.

jre_path

required: false scopable: false

Example:

jre_path = /opt/java

The path hosting the java installation to use to execute the HiCommandCLI.

name

required: false scopable: false

Example:

name = HUSVM.1234

The name of the array. If not provided, fallback to the section name suffix.

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.

url

required: true scopable: false

Example:

url = https://hdsmanager/

The url passed to HiCommandCli, pointing the manager in charge of the array.

username

required: true scopable: false

Example:

username = root

The username to use to log in.