Not under version control
This page was loaded from the repository but is not added under git version control. Make a commit on the Edit page to add it.Vip Docs: Important Vip server controls
Stopping and starting Vip instances
for all stopping and starting of vip instances you must be in nathans home directory
This stops all instances:
./run_vip_instances.sh stop
This starts n number of instances (18 is the max)
./run_vip_instances.sh start <n>
Stopping and starting the pixel streaming server
This stops pixel streaming:
systemctl stop signalling
This starts pixel streaming:
systemctl start signalling
Stopping and starting vip-sentinel (the booking system)
This stops sentinel:
systemctl stop vip-sentinel
This starts sentinel:
systemctl start vip-sentinel
Warning
BOOT ORDER: From a state of VIP instances and Pixel streaming both being offline, first boot your VIP instances, wait until their activity is stable (i.e. watch in nvtop) and then launch the pixel streaming server. FIRST VIP THEN PIXEL
