环境
产品:Domino Server
平台:无关
软件版本:6.5.5

问题
在Domino Server启动的时候,控制台会产生以下的报错信息:

Error writing to process file pid.nbf, (other applications may be inappropriatel
y accessing this file)

解答

这个产品问题在Domino Server 7.0.2 Fix Pack 1 (FP1)中得到了解决。此报错与NSD的工作机制有关。
从7.0.2 FP1 解决问题列表中抽取的有关问题描述 (可参阅相关网站 http://www.ibm.com/developerworks/lotus):
SPR# TSAO6RM8FZ - NSD now makes a separate copy of pid.nbf and reads that; also only reads the file once instead of four times. This regression was introduced in 6.5.5.
背景信息
当Domino Server启动的时候,会自动调用NSD -info命令从而收集系统环境配置信息。此时NSD在读取pid.nbf的时候,会造成与Domino Server其他进程竞争读取权限的问题。
升级Domino Server版本是最终解决问题的办法。以下也罗列了两个临时的解决方案:
临时方案 1
如果客户使用的是NSD的更新版本 (即版本2382),用户可以在nsd.ini文件中添加以下参数
USEPIDNBF=1
这个参数可以使NSD启动的时候专用pid.nbf文件,从而减少文件被打开的时间。
临时方案 2
Domino Server启动的时候禁止使用NSD -info。具体的办法是在notes.ini中添加
DISABLE_SAVENSDCONFIG=1

posted on 2011-06-29 15:24  麦特  阅读(1313)  评论(1编辑  收藏  举报