Rate This Document
Findability
Accuracy
Completeness
Readability

Running WAAS Booster

After WAAS Booster is installed, you need to start WAAS Booster before using the WAAS Booster functions.

For the root user, directly run the following commands. For a common user, add sudo before the following commands to elevate the permission.

Starting WAAS Booster

  1. Log in to the WAAS Booster installation node using an administrator account.
  2. Start WAAS Booster on the installation node.
    1
    systemctl start waasbooster
    
  3. Check the status of WAAS Booster.
    1
    systemctl status waasbooster
    

    If information similar to the following (Active: active (running)) is displayed, WAAS Booster is started successfully.

Stopping WAAS Booster

Before stopping WAAS Booster, ensure that all running tuning tasks have been stopped.

  1. Log in to the WAAS Booster node using an administrator account.
  2. Stop WAAS Booster on the installation node.
    1
    systemctl stop waasbooster
    
  3. Check whether WAAS Booster is stopped.
    1
    systemctl status waasbooster
    

    If information similar to the following (Active: inactive (dead)) is displayed, WAAS Booster is stopped successfully.