haConfigUtil

Last Updated : Dec 08, 2021 |

haConfigUtil allows you to configure Geo-Redundant High Availability (GRHA).

Syntax

haConfigUtil -ip <remoteaddress> -user <remote user> -pwd <remote password> -fdi <failure detection interval> -pref <preferred active node> -licensemode <licensemode> [small|medium|large] -v1 vip1 -v2 vip2 -v3 vip3

where:

Argument

Description

-ip <remote address>

The IP address of a remote AE Services server.

-user <remote user>

The name of the remote user.

Note:

If remote user is not specified, cust will be used in place of remote user.

-pwd <remote password>

The password of the remote user.

-fdi <failure detection interval>

The interval which determines how long you want AE Services to wait before the standby AE Services server becomes active, if the standby AE Services server cannot reach the current active AE Services server.

-pref <preferred active node>

The IP address of the preferred active node.

-licensemode <licensemode>

The license mode of the AE Services server.

-v1 vip1 -v2 vip2 -v3 vip3

Virtual IP addresses of the three remote users.

Note:

There can be a maximum of three Virtual IP addresses.

Return codes:

Return code

Description

4

Remote AES IP address is required and must be a valid IPv4 or IPV6 address.

5

Failure Detection Interval is required and must be a number and the range is [1-3600].

6

Preferred node must be a valid IPv4 or IPv6 address.

7

License Mode must exist and should be either small, medium or large.

8

HA Configuration failed with error code <Error number>.

9

Virtual IP must be a valid IPv4 or IPV6 address.

10

Remote password should be provided.

11

HA validation failed with error code <Error number>.