Chinaunix

标题: rs6000巡检疑问 [打印本页]

作者: weiyi_28007    时间: 2005-03-31 20:40
标题: rs6000巡检疑问
请指教:
12.系统参数的检查
1.HIGH water mark for pending write I/Os
# lsattr -El sys0 |grep maxpout
输出判断:
结果应为
1) maxpout     33      HIGH water mark for pending write I/Os per file   True
2.LOW water mark for pending write I/Os
# lsattr -El sys0|grep minpout
输出判断:
结果应为
minpout     24      LOW water mark for pending write I/Os per file    True
更改命令为:
#chdev -l sys0 -a maxpout='33' -a minpout='24'

question:  maxpout和minpout是调整什么的参数?

2)5.Limits文件的设置:
#ulimit –a
输出判断:
结果应为
time(seconds)        unlimited
file(blocks)         2097151
data(kbytes)         262144  //尤其是这项参数
stack(kbytes)        32768
memory(kbytes)       32768
coredump(blocks)     2097151
nofiles(descriptors) 2000

question:  data(kbytes)又是什么意思?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2