在断电时关闭和打开服务器和虚拟机的正确方法是什么?

发布于 2024-10-28 04:31:38 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2024-11-04 04:31:38

对于初学者来说, shutdown 命令本身可以直接花费一些时间,您不需要为此使用 at (请参阅 http://www.computerhope.com/unix/ushutdow.htm)。

不过,除此之外,我认为这种方法没有任何问题,只要您的环境可以容忍这些服务器离线时间可能超过必要时间(即,如果停电持续晚上 9 点到 10 点,但您不启动它们)直到第二天早上 8 点才回来,这比他们真正需要的时间长了 10 个小时),你的描述似乎表明情况就是如此。在这种环境中,除了安排主机在虚拟机计划关闭几分钟后关闭之外,我认为我不会做任何不同的事情。

For starters, the shutdown command can take a time directly itself, you don't need to use at for that (see http://www.computerhope.com/unix/ushutdow.htm).

Beyond that, though, I don't see anything wrong with this approach, provided that your environment can tolerate those servers being offline potentially longer than necessary (i.e. if a power outage lasts from 9-10 pm, but you don't start them back up until 8 am the next morning, that's 10 hours longer that they were off than they really needed to be), which your description seems to suggest is the case. In this environment, I don't think I would do anything differently, beyond also scheduling the host computer to shutdown a couple of minutes after the VMs are scheduled to do so.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文