Start, Stop, and Restart the Services

To check if the services are running, execute the following commands.

MongoDB: sudo systemctl status mongod

StorCycle: sudo systemctl status ssc

To start the mongod or StorCycle processes, issue the appropriate command below.

MongoDB: sudo systemctl start mongod

StorCycle: sudo systemctl start ssc

To stop the mongod or StorCycle processes, issue the appropriate command below.

MongoDB: sudo systemctl stop mongod

StorCycle: sudo systemctl stop ssc

To restart the mongod or StorCycle processes, issue the appropriate command below.

MongoDB: sudo systemctl restart mongod

StorCycle: sudo systemctl restart ssc

Continue with Mount Linux Storage Devices