On 5/8/06, pare <pare...@yahoo.com> wrote:
Hi,
Is it possible to stop an sql node (that is connected to ndb cluster) via
management node or any other CLI gracefully? By gracefully I am trying to avoid
"kill -9 <pid>"? Stop and start commands in the ndb_mgm is only for data nodes,
wonder if there is something for sql nodes as well? Would anyone know?
Thanks,
P.
No you cannot start/stop SQL nodes via the MGM node using any native
cluster commands (i.e. node_id stop/start), but if you have a lot of
SQL nodes you want to manage remotely, you can setup passwordless
logins via SSH using keys and then issue shell commands remotely )