Skip to content

Installation, arrêt et relance

MongoDB

Installer MongDB

#démarrer le service
systemctl start mongod
#stopper le service
systemctl stop mongod
#redémarrer le service
systemctl restart mongod

RabbitMQ

Installer RabbitMQ

#démarrer le service
systemctl start rabbitmq-server
#stopper le service
systemctl stop rabbitmq-server
#redémarrer le service
systemctl restart rabbitmq-server

InfluxDB

Installer InfluxDB 0.10.x

#démarrer le service
systemctl start influxdb
#stopper le service
systemctl stop influxdb
#redémarrer le service
systemctl restart influxdb

Redis

Installer Redis

#démarrer le service
systemctl start redis
#stopper le service
systemctl stop redis
#redémarrer le service
systemctl restart redis

Canopsis

Gestion de l'hyperviseur

#démarrer le service
/opt/canopsis/bin/canopsis-systemd start
#stopper le service
/opt/canopsis/bin/canopsis-systemd stop
#redémarrer le service
/opt/canopsis/bin/canopsis-systemd restart

Aller plus loin

Pour connaître l'état de votre service, rendez-vous ici