Commit 68d6c8
2026-04-14 00:10:19 Anonymous: Initial commit| /dev/null .. vip docs/important vip server controls.md | |
| @@ 0,0 1,46 @@ | |
| + | # 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 |
