Driver array.hds
Minimal configlet:
[array#1]
type = hds
password = from system/sec/array1 key password
url = https://hdsmanager/
username = root
Minimal setup command:
om node set \
--kw="type=hds" \
--kw="password=from system/sec/array1 key password" \
--kw="url=https://hdsmanager/" \
--kw="username=root"
Supported keywords:
- bin
- jre_path
- name
- password
- url
- username
Keyword bin
required: false
scopable: false
Example:
bin=/opt/hds/bin/HiCommandCLI
Description:
The HDS manager executable to use.
Keyword jre_path
required: false
scopable: false
Example:
jre_path=/opt/java
Description:
The path hosting the java installation to use to execute the HiCommandCLI.
Keyword name
required: false
scopable: false
Example:
name=HUSVM.1234
Description:
The name of the array. If not provided, fallback to the section name suffix.
Keyword password
required: true
scopable: false
Example:
password=from system/sec/array1 key password
Description:
The password to use to log in, expressed as a datastore reference.
Value format:
- New format:
from <namespace>/<kind>/<name> key <key name> - Legacy format:
<namespace>/<kind>/<name>(uses default key “password”)
Array passwords are usually stored in sec datastores like system/sec/<array name>.
Keyword url
required: true
scopable: false
Example:
url=https://hdsmanager/
Description:
The url passed to HiCommandCli, pointing the manager in charge of the array.
Keyword username
required: true
scopable: false
Example:
username=root
Description:
The username to use to log in.