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
- Log in to the WAAS Booster installation node using an administrator account.
- Start WAAS Booster on the installation node.
1systemctl start waasbooster
- Check the status of WAAS Booster.
1systemctl 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.
- Log in to the WAAS Booster node using an administrator account.
- Stop WAAS Booster on the installation node.
1systemctl stop waasbooster
- Check whether WAAS Booster is stopped.
1systemctl status waasbooster
If information similar to the following (Active: inactive (dead)) is displayed, WAAS Booster is stopped successfully.

Parent topic: Deploying WAAS Booster Using RPM