Add HA Configuration Desc. (ADDHACFGD)

The Add High Availability (HA) Configuration Description (ADDHACFGD) command is used to define an HA configuration description.

Restrictions:

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name, * Required, Positional 1
NAME Configuration name Name Required, Positional 2
TYPE Configuration type *HYSSTG Required, Positional 3
HYSSTGTYPE Configuration subtype *DS Optional, Positional 4
SERIAL System serial number Character value, *LOCAL Optional, Positional 5
STGDEV IBM System Storage device Character value Optional, Positional 6

Cluster (CLUSTER)

Specifies the name of the cluster to which the High Availability (HA) configuration description is being added.

This is a required parameter.

*
Specifies that the local node is not part of a cluster, or if the local node is part of a cluster, the name of the cluster which contains the local node will be used.
name
Specify the name of the cluster to which the High Availability configuration description is being added.

Configuration name (NAME)

Specifies the High Availability (HA) configuration description name.

This is a required parameter.

name
Specify the High Availability (HA) configuration description name.

Configuration type (TYPE)

Specifies the type of High Availability (HA) configuration description.

This is a required parameter.

*HYSSTG
A HyperSwap storage description, used to define affinity between a system and its preferred IBM System Storage device. The system is identified by the system serial number specified on the SERIAL parameter. The name of the IBM System Storage device is specified using the STGDEV parameter.

Configuration subtype (HYSSTGTYPE)

Specifies the type of storage device for the HyperSwap storage description.

*DS
IBM System Storage device.

System serial number (SERIAL)

Specifies the serial number of the system for the HyperSwap storage description.

*LOCAL
The system serial number as shown by the QSRLNBR system value.
character-value
Specify the serial number of the system for the HyperSwap storage description.

IBM System Storage device (STGDEV)

Specifies the name of the IBM System Storage device.

character-value
Specify the name of the IBM System Storage device.

Examples

Example 1: Adding a High Availability (HA) configuration description for HyperSwap storage

ADDHACFGD   CLUSTER(MYCLUSTER) NAME(MYHYSSTG) TYPE(*HYSSTG)
HYSSTGTYPE(*DS) SERIAL(10AFC3R) STGDEV('IBM.2107-75TT911')

This command adds a High Availability (HA) configuration description for HyperSwap storage for the physical system with serial number 10AFC3R and storage device IBM.2107-75TT911.

Error messages

*ESCAPE Messages

HAE002B
&1 command failed.