Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
#stopping_controller
#stopping_controller
Stopping the Controller Instance

Code Block
languagebash
# stopterminate Controller instance
controller_instance.sh|.cmd stop [options]

# wait up to 60s andto stop Controller instance
controller_instance.sh|.cmd stop --timeout=60

# fail-over active role and stop Controller instance
controller_instance.sh|.cmd stop --fail-over

...

If a Controller Cluster is being operated then the command will cause fail-over.

...

The Controller process is stopped and is started:

  • The Controller is stopped as explained in chapter Stopping the Controller Instance. This includes handling of switch-over and fail-over.
  • After termination the The Controller instance is started similar to use of the start command using the same options as for initial start.

Only one of the --timeout option and --fail-over switch can be used.

...