Restarting everything: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
0 Shutdown first if needed: | 0 Shutdown first if needed: | ||
ssh bitpost | ssh bitpost | ||
crontab -e # and comment out atpsa restart every minute | crontab -e # and comment out atpsa restart every minute | ||
at pst # stop prod abettertrader.com | at pst # stop prod abettertrader.com | ||
sudo shutdown | |||
# close VMs gracefully | |||
ssh (every VM except hive) && sudo shutdown -h now | |||
# go to hive webUI and shut down | |||
ssh bitpost | |||
sudo shutdown -h now | |||
ssh melange | ssh melange | ||
sudo shutdown | sudo shutdown -h now | ||
1 Restart bitpost, ensure networking comes up (updating google DNS if IP changed), ensure /spiceflow shares mount | 1 Restart bitpost, ensure networking comes up (updating google DNS if IP changed), ensure /spiceflow shares mount |
Revision as of 16:46, 22 July 2022
0 Shutdown first if needed:
ssh bitpost crontab -e # and comment out atpsa restart every minute at pst # stop prod abettertrader.com # close VMs gracefully ssh (every VM except hive) && sudo shutdown -h now # go to hive webUI and shut down ssh bitpost sudo shutdown -h now ssh melange sudo shutdown -h now
1 Restart bitpost, ensure networking comes up (updating google DNS if IP changed), ensure /spiceflow shares mount
2 Start proxmox - each VM has a startup/shutdown order that dictates that HIVE comes up FIRST, then everything else comes up in parallel
3 update bitpost crontab to start abt
4 Start cast, wimpy, PIs, wifi devices, whatever else