-
Notifications
You must be signed in to change notification settings - Fork 7
NEW New Sofia DCS start and stop infos
Fabio Ferrarotto edited this page Dec 2, 2021
·
4 revisions
Instructions from Simion Ivanov to start and stop the new DCS from Sofia :
dcs@lpadme01 /home/dcs/wDCS
ssh to dcs@lpadme01
cd ~/wDCS
pipenv shell
[prompt]$ ./prototype.py --config prototype.conf &
to shut it down, just control-c to kill it
ssh to dcs@lpadme01
cd ~/wDCS
nohup pipenv run ./prototype.py --config prototype.conf
You can log out at this point. To kill the server:
pkill prototype.py
ssh to dcs@lpadme01
cd ~/wDCS
pipenv shell
[prompt]$ cd monitor/netdata/usr/sbin/
[prompt]$ ./run.sh
cd ~/wDCS
pipenv shell
[prompt]$ cd monitor/netdata/usr/sbin/
[prompt]$ ./stop.sh
© 2015 PADME Collaboration