Home >

LunaCM Command Reference Guide > LunaCM Commands > hagroup > hagroup retry

hagroup retry

Modify the HA recovery retry count. The retry count specifies the number of times the system attempts to recover a failed member. The interval between retries is specified by the command hagroup interval.

For HA recovery attempts:

The default retry interval is 60 seconds.

The default number of retries is 0, which means that automatic recovery is disabled.

The HA configuration section in the Chrystoki.conf/crystoki.ini file is created and populated when either the interval or the number of retries is specified in the LunaCM commands hagroup retry and hagroup interval.

Syntax

hagroup retry -count <retries>

Option Shortcut Description
-count <retries> -c

Sets the number of times the HA controller attempts to recover a member that fails. Enter a value of -1 to specify unlimited retries. Enter a value of 0 to disable HA auto-recovery.

Default: 0

Range: -1 to 500

Example

lunacm:> hagroup retry -count -1 
 
        HA Auto Recovery Count has been set to -1
 
Command Result : No Error