Unsolved

This post is more than 5 years old

2 Posts

3169

September 28th, 2015 05:00

How to properly reboot ECS Single Node

Hello,

i have successfully deployed the ECS Single Node Installation in our Lab.

However, i cannot find any information on how to configure the machine to automatically start all necessary services after a reboot.

Whenever i install the Single Node and reboot the machine, there is no possibility to access the Web interface.

On a fresh install, when i run docker ps before rebooting, it does not show a docker container to be active.

This issue drives me nuts since i have no idea how to configure the Machine to start everything by itself.

Any help on this one?

Thanks!

September 28th, 2015 18:00

Hi Zensai89, if you are using CentOS you can use the following to either have docker run at startup or to just start the service manually if you have already restarted it.

--Enable Docker to run at startup

systemctl enable docker.service

-- Start Docker Service

systemctl start docker.service

To start the ECS Single Node container after a restart (docker needs to be running already) you can run the following

--  Start SingleNode ECS Container ---

docker run -d -e SS_GENCONFIG=1 -v /ecs:/disks -v /host:/host -v /var/log/vipr/emcvipr-object:/opt/storageos/logs -v /data:/data:rw --net=host emccorp/ecs-software:latest --name=ecsstandalone

I am not sure how to automate this yet as I have only just started testing it.

0 events found

No Events found!

Top