Hi,
I think this is the error code your looking for;
727012
Error Message %ACE-2-727012: HA: FT Group group ID changed state to NewState. Reason:
reason str.
Table 2-2 NewState Values and Descriptions
NewState Value | Description |
---|
FSM_FT_STATE_INIT | The initial state. Visible only when the configuration for the FT group exists but it is not in service. |
FSM_FT_STATE_ELECT | After you enter the inservice command when you are configuring an FT group, the ACE enters the ELECT state. The redundancy state machine negotiates with its peer context in the FT group to determine the redundancy role (active or standby) |
FSM_FT_STATE_ACTIVE | The active member of the FT group. |
FSM_FT_STATE_STANDBY_COLD | This state can be entered if: • FT VLAN is down but the peer device is still alive. • Configuration or application state synchronization failure have occurred. |
FSM_FT_STATE_STANDBY_CONFIG | The standby context is waiting to receive configuration information. Upon entering this state, the active context will be notified to send a copy of the running configuration. |
FSM_FT_STATE_STANDBY_BULK | The standby context is waiting to receive state information. Upon entering this state, the active context will be notified to send a copy of the current states information for all applications. |
FSM_FT_STATE_STANDBY_HOT | The standby context is ready to become active in a failover situation. |
.
Values returned for the reason str variable can be one of the following:
•
FSM_FT_EV_PEER_DOWN
•
FSM_FT_EV_PEER_FT_VLAN_DOWN
•
FSM_FT_EV_PEER_SOFT_RESET
•
FSM_FT_EV_STATE
•
FSM_FT_EV_TIMEOUT
•
FSM_FT_EV_CFG_SYNC_STATUS
•
FSM_FT_EV_BULK_SYNC_STATUS
•
FSM_FT_EV_COUP
•
FSM_FT_EV_RELINQUISH
•
FSM_FT_EV_TRACK_STATUS
•
FSM_FT_EV_UPDATE
•
FSM_FT_EV_ENABLE_INSERVICE
•
FSM_FT_EV_DISABLE_INSERVICE
•
FSM_FT_EV_SWITCHOVER
•
FSM_FT_EV_PEER_COMPATIBLE
•
FSM_FT_EV_MAINT_MODE_OFF
•
FSM_FT_EV_MAINT_MODE_PARTIAL
•
FSM_FT_EV_MAINT_MODE_FULL
Check from the above ID onwards for more details around ft status.
Cheers
Scott