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  | |||
  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  | |||
 ssh melange  | |||
 sudo shutdown  | |||
1 Restart bitpost, ensure networking comes up, ensure /spiceflow shares mount  | 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  | 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 Start cast, wimpy, PIs, wifi devices, whatever else  | 3 Start cast, wimpy, PIs, wifi devices, whatever else  | ||
Revision as of 16:40, 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 sudo shutdown ssh melange sudo shutdown
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 Start cast, wimpy, PIs, wifi devices, whatever else