The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Start the StorageGRID host service
Contributors
-
PDF of this doc site
-
Install, upgrade, and hotfix
-
Configure and manage
-

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
-
If any node 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