- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 190字
- 2021-07-02 19:36:01
(Re)starting an Azure Stack environment
As the Azure Stack integrated system is a set of VMs, we need to talk about what to do when restarting the entire environment. By default, each VM is set to go into saved mode when the environment is being shut down. In general, this should not be a problem because when the environment is restarting, the VMs should recover from the saved mode, too. If there are any delays with the VMs starting, the environment may run into issues and since a complete restart is not always a good idea, the following boot order is the best practice. Between each of these, there should be a delay of 60 seconds. The AD domain controller itself should reboot with the host machine:
- AzS-BGPNAT01
- AzS-NC01
- AzS-SLB01
- AzS-Gwy01
- AzS-SQL01
- AzS-ADFS01
- AzS-CA01
- AzS-ACS01
- AzS-WAS01
- AzS-WASP01
- AzS-Xrp01
- AzS-ERCS01
The shutdown sequence is the other way round.
If you want to make it easy for yourself, I would prefer to set up a PowerShell script for shutting down or restarting the VMs. Thanks to Daniel Neumann (TSP Microsoft Germany), there is a good script available on his blog at http://www.danielstechblog.info/shutdown-and-startup-order-for-the-microsoft-azure-stack-tp2-vms/.
推薦閱讀
- 解構產品經理:互聯網產品策劃入門寶典
- Debian 7:System Administration Best Practices
- JIRA 7 Administration Cookbook(Second Edition)
- Java編程指南:基礎知識、類庫應用及案例設計
- Mastering OpenCV 4
- 零基礎入門學習Python
- Android應用案例開發大全(第二版)
- Babylon.js Essentials
- Visual Basic程序設計習題與上機實踐
- Orleans:構建高性能分布式Actor服務
- Learning iOS Security
- Python全棧開發:基礎入門
- 程序員的英語
- Java核心技術速學版(第3版)
- Mastering Unity 2017 Game Development with C#(Second Edition)