Modifies the high availability (HA) settings for a Controller.
controller ‑modifyAgentHaFlags
[‑controller controller‑id‑or‑fqn ]
{ [‑noWarmstart]
[‑noFailover]
[‑clearWsCounter]
[‑debugMode]
| ‑clearFlags
}
[{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
[{‑outputformat | ‑o} { text | xml }]
[{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}]
The no warm start HA flag instructs the Oracle FS System to convert all attempts to perform a soft reboot (warmstart) into a Controller failure so that all resources are failed over to the peerController.
The no Failover HA flag instructs the Oracle FS System to prevent the Controller from failing when the warm start counter reaches a value of four. The clear HA flag undoes the no Failover HA flag.
The clear warm start HA flag instructs the Oracle FS System to clear the number of warm starts that have been recorded for the specified Controller.
The debug HA flag instructs the Oracle FS System to capture additional information that can assist Oracle Customer Support with troubleshooting the Controller.
Specifies the fully qualified name (FQN) or unique identifier (ID) of the Controller if you are resetting the Agent HA flags for a specific Controller. If no controller is specified, the HA flags are reset for all Controllers.
Indicates that if the Oracle FS System attempts to perform a warmstart on the Controller, the warmstart attempt is re-initialized as a Controller failure. The Controller fails over to the peer. Then, the Controller attempts to re-initialize and fail back.
Indicates that on the fourth attempt, the Oracle FS System will warm start the Controller instead of failing over the Controller to its peer.
Resets the warm start counter. If you clear the warm start counter for a Controller before the possibility of a fourth warm start occurring, the fourth warm start will not be converted into a Controller failure.
Places the Controller in a debugging mode.
For diagnostic purposes, Oracle Customer Support changes the high availability (HA) settings for a Controller. The Oracle Customer Support representatives sets a specific flag to prevent the Controller from failing over to the partner Controller.
The name of the Controller preceded by a forward slash: /CONTROLLER-0
$ fscli controller ‑modifyAgentHaFlags ‑controller /CONTROLLER-0 ‑noFailover