Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Driver array.ibmsvc

Minimal configlet:

[array#1]
type = ibmsvc
key = /path/to/key
username = root

Minimal setup command:

om node set \
	--kw="type=ibmsvc" \
	--kw="key=/path/to/key" \
	--kw="username=root"

Supported keywords:

  • key
  • username

Keyword key

required:    true
scopable:    false

Example:

key=/path/to/key

Description:

The path to the private key to use to log in.

Keyword username

required:    true
scopable:    false

Example:

username=root

Description:

The username to use to log in.