在 Directory Server 中使用 Monitoring Framework
有关可以监视的对象和属性的列表,请参见Directory Server 的程序设备。
在 Directory Server 中启用监视功能
-
创建一个临时的密码文件:
echo –n password > /tmp/pwd
|
-
使用以下命令启用监视插件:
DirServ-base/ds6/bin/dscfg enable-plugin -e -p 389 -w /tmp/pwd "Monitoring Plugin"
|
-
重新启动 Directory Server:
cd DirServ-base/ds6/bin
./dsadm restart /var/DirServ-base/DSinstance/
|