What are some useful commands for troubleshooting baremetal StorageGRID nodes
Applies to
Baremetal StoargeGRID Nodes
Answer
systemctl status storagegrid- Pulls the status of the StoargeGRID container.
systemctl restart storagegrid- Restarts the StorageGRID container
- This will cause the node to go offline while the restart occurrs.
storagegrid node status- Pulls the status of the StorageGRID node inside the container.
storagegrid node stop- Stops the StorageGRID node inside the container
- This will stop the StorageGRID node and cause it to go offline until it is started again.
storagegrid node start- Starts the StorageGRID node inside the container
docker images ls- Pulls a list of the docker images on the Linux box.
ls -lth /var/lib/docker/image/overlay2/imagedb/content/sha256/- Pulls the sha256 for all the docker images installed.
- find / -name storagegrid*
- Pulls all the files tied to StoargeGRID on the Linux box.
Additional Information
additionalInformation_text
