Download PDFSubmit Feedback

  • Start KWDB
  • Stop KWDB
  • Restart KWDB
  • Check Service Status

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

  1. To start a stopped node:

    systemctl start kaiwudb
    
  2. To verify the service started successfully:

    systemctl status kaiwudb
    

Stop KWDB

  1. To gracefully stop a running node:

    systemctl stop kaiwudb
    

Restart KWDB

  1. To restart a running node:

    systemctl restart kaiwudb
    

    Note

    The restart command only works on running nodes. If the service is stopped, you must use systemctl start kaiwudb first.

Check Service Status

  1. To check the current status of your KWDB service:

    systemctl status kaiwudb