conserver 工作机制介绍以及在 System P 集群系统中的应用
2010-09-26 00:00:00 来源:WEB开发网清单 1. 用于积极管理控制台 (console) 的 conserver.cf
#Config 块指定主机名 hostname 或 ip 地址。如果用"*”,表示适用于所有的 conserver 主机。
config * {
sslrequired yes; # 于客户端通信时,使用 SSL
sslauthority /etc/xcat/cert/ca.pem; #CA 证书位置
sslcredentials /etc/xcat/cert/server-cred.pem; # 服务器端认证文件位置
}
default cyclades { type host; portbase 7000; portinc 1; }
default mrv { type host; portbase 2000; portinc 100; }
#access 块指定了主机名 hostname 或 ip 地址。如果用"*”,
表示适用于所有的 conserver 主机。access 访问列标第一次匹配模式,由上到下匹配,所以顺序很重要。
access * {
trusted 127.0.0.1;
trusted 9.114.47.244;
}
#default 由 name 来识别。如果 name 是“*”, 自动使用的默认块被定义。
基本上所有的 console 在他们的定义前有一个内在的”`include "*";”
Assign the logfile specified by filename to the console.
Any occurrence of ``&'' in filename will be replaced with the name of the console.
Default * {
logfile /var/log/consoles/&;
# 为每个 console 通过文件名分配一个 logfile, & 将由 console 的名字替换。
timestamp 1hab;
rw *;
master localhost;
# 定义管理 console 的 conserver 主机,可以是主机名或 ip 地址,localhost 表示本地
options ondemand;
# 当客户端请求一个控制台 (console.) 的连接时,初始化一个控制台 (console).
}
#xCAT BEGIN node01 CONS
console node01 { # 定义一个控制台 (console) ,用名字来识别
type exec;
exec PERL_BADLANG=0 /root/test node01; # 指定启动控制台 (console) 的程序
}
#xCAT END node01 CONS
- ››工作中的C++:基本原理,重点推荐和结束语
- ››工作流编程循序渐进(5:状态机工作流)
- ››工作流编程循序渐进(1:代码活动与时间延迟活动)...
- ››工作流编程循序渐进(2:IfElseActivity活动)
- ››工作流编程循序渐进(3:While活动)
- ››工作流编程循序渐进(4:InvokeWorkflowActivity活...
- ››工作组环境下WPAD部署的另类解决--WINS解析
- ››conserver 工作机制介绍以及在 System P 集群系统...
- ››工作负载分区(WPAR)中的资源控制
- ››工作娱乐两不误 听歌就用E音乐盒
- ››工作中常用的高效的CSS代码
- ››工作经验总结:SQL Server 2005的IS和AS
更多精彩
赞助商链接