Start the StorageGRID host service
Suggest changes
-
PDF of this doc site
- Install and maintain appliance hardware
- Install and upgrade software
- Perform system administration
-
Monitor and maintain StorageGRID
-
Recover and maintain
- Grid node recovery procedures
-
Recover and maintain
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
To start your StorageGRID nodes, and ensure they restart after a host reboot, you must enable and start the StorageGRID host service.
Steps
-
Run the following commands on each host:
sudo systemctl enable storagegrid sudo systemctl start storagegrid
-
Run the following command to ensure the deployment is proceeding:
sudo storagegrid node status node-name
For any node that returns a status of “Not-Running” or “Stopped”, run the following command:
sudo storagegrid node start node-name
-
If you have previously enabled and started the StorageGRID host service (or if you are unsure if the service has been enabled and started), also run the following command:
sudo systemctl reload-or-restart storagegrid