Skip to main content

Start the StorageGRID host service

Contributors netapp-madkat netapp-lhalbert

To start your StorageGRID nodes, and ensure they restart after a host reboot, you must enable and start the StorageGRID host service.

Steps
  1. Run the following commands on each host:

    sudo systemctl enable storagegrid
    sudo systemctl start storagegrid
  2. Run the following command to ensure the deployment is proceeding:

    sudo storagegrid node status node-name
  3. If any node returns a status of “Not Running” or “Stopped,” run the following command:

    sudo storagegrid node start node-name
  4. 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