Start and Stop KWDB Service
This section explains how to manage individual KWDB nodes within your cluster. All commands require root or sudo privileges.
Start KWDB
To start a stopped node:
systemctl start kaiwudbTo verify the service started successfully:
systemctl status kaiwudb
Stop KWDB
To gracefully stop a running node:
systemctl stop kaiwudb
Restart KWDB
To restart a running node:
systemctl restart kaiwudbNote
The restart command only works on running nodes. If the service is stopped, you must use
systemctl start kaiwudbfirst.
Check Service Status
To check the current status of your KWDB service:
systemctl status kaiwudb