服务器 Gind.cn

服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器

如何以编程方式禁用graphics以允许Windows服务器激活可用的睡眠模式?

在我pipe理的实验室环境中,我们有许多带有Windows Server操作系统(2012和2016)的Lenovo M3和M5服务器。 我们运行IO密集型stream量,所以我们的服务器在高性能电源configuration文件下运行。 我希望在这些服务器上实现功耗降低技术,方法是根据是否在后台运行stream量生成软件来激活Power Scheme。 我遇到了powercfg工具来实现这个编程。 但是,当我将monitor-timeout-ac和standby-timeout-ac值设置为1分钟时,我的服务器不会进入待机状态。 我也没有看到monitor-timeout生效。 所有可用的功率平衡模式都是如此 – 平衡式,节电器和高性能。 另外当我看着睡眠状态,我看到graphics模块阻止我应用任何睡眠状态。 想知道是否有任何方法来禁用PowerShell或PowerCFGgraphics模块,以便我可以激活任何睡眠状态。 还有一种方法可以打开它吗? 最终目标是让脚本在晚上11:00开始,并在上午6:00结束。 在此期间,我们想达到节能。 将不胜感激任何帮助或build议的步骤来实现这一点。 PS C:\Users\Administrator> PS C:\Users\Administrator> powercfg -change -monitor-timeout-ac 1 PS C:\Users\Administrator> powercfg -change -standby-timeout-ac 1 PS C:\Users\Administrator> powercfg -change -disk-timeout-ac 1 PS C:\Users\Administrator> PS C:\Users\Administrator> powercfg /a The following sleep states are not available on this system: Standby […]