免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1433 | 回复: 0
打印 上一主题 下一主题

禁用autoshutdown [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-19 15:07 |只看该作者 |倒序浏览
今天在E450上装Solaris 9 9/05时,安装完第一张盘,重启后提示我是否配置电源管理,让机器在空闲30分钟后自动关机.我选择n.如果你这里不小心选择了yes,其实还是有机会把这个自动关机去掉的。
vi /etc/power.conf

# Copyright (c) 1996 - 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#pragma ident   "@(#)power.conf 1.16    01/03/19 SMI"
#
# Power Management Configuration File
#
# This entry keeps removable media from being powered down unless the
# console framebuffer and monitor are powered down
# (See removable-media(9P))
device-dependency-property removable-media /dev/fb
autopm                  default
statefile               //.CPR
# Auto-Shutdown         Idle(min)       Start/Finish(hh:mm)     Behavior
autoshutdown            30              9:00 9:00               noshutdown

change
autoshutdown            30              9:00 9:00               shutdown
to
autoshutdown            30              9:00 9:00               noshutdown

补充:
Probably a better way to deal with this is to simply disable the service completely:
# mv /etc/rc2.d/S85power /etc/rc2.d/s85power
Let's see what is running:
# ps -ef | grep powe
root   246     1  0   Dec 20 ?        0:00 /usr/lib/power/powerd
root  1140  1111  0 01:46:05 pts/1    0:00 grep powe
#      
Let's reboot, and make sure our system doesn't start the service again:
# ps -ef | grep powe
root   376   374  0 01:55:13 pts/1    0:00 grep powe
#


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/26090/showart_342928.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP