StorageGRID node not starting container : stopped [Errno 111] Connection refused
Applies to
- NetApp StorageGRID (bare-metal)
- Linux docker service
Issue
- When trying to run
storgagegridnode statusreceive the following error
[root@sg-sn1]# storagegrid node status
WARNING: Unable to connect to StorageGRID service: [Errno 111] Connection refused
[2023-03-26T18:40:10.141194] WARN -- 'docker ps --quiet --filter name=storagegrid-storage-node1' failed (exit code 1): Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Name Config-State Run-State
storage-node1 Configured Not-Running
- Check the docker service and find an exception in docker.
[root@sg-sn1]# systemctl status docker.service
Unit docker.service could not be found.
[root@sg-sn1]# docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
