array.ibmds

Minimal configlet:

[array#1]
type = ibmds
hmc1 = hmc1.mycorp
hmc2 = hmc2.mycorp
username = root

Minimal setup command:

om test/ccfg/foo set \
	--kw="type=ibmds" \
	--kw="hmc1=hmc1.mycorp" \
	--kw="hmc2=hmc2.mycorp" \
	--kw="username=root"

hmc1

required:    true
scopable:    false

Example:

hmc1 = hmc1.mycorp

The host name of the primary HMC.

hmc2

required:    true
scopable:    false

Example:

hmc2 = hmc2.mycorp

The host name of the secondary HMC.

username

required:    true
scopable:    false

Example:

username = root

The username to use to log in.