Skip to main content
NetApp Knowledge Base

What are some useful commands for troubleshooting baremetal StorageGRID nodes

Views:
62
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

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
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.