[+/-]
Abstract
The MGM API provides several functions which can be used to start, stop, and restart one or more Cluster data nodes. These functions are discussed in this section.
Starting, Stopping, and Restarting Nodes. You can start, stop, and restart Cluster nodes using the following functions:
Starting Nodes.
Use ndb_mgm_start()
.
Stopping Nodes.
Use ndb_mgm_stop()
,
ndb_mgm_stop2()
, or
ndb_mgm_stop3()
.
Restarting Nodes.
Use ndb_mgm_restart()
,
ndb_mgm_restart2()
, or
ndb_mgm_restart3()
.
These functions are detailed in the next few sections.