WEB开发网
开发学院操作系统Linux/Unix conserver 工作机制介绍以及在 System P 集群系统... 阅读

conserver 工作机制介绍以及在 System P 集群系统中的应用

 2010-09-26 00:00:00 来源:WEB开发网   
核心提示: 清单 1. 用于积极管理控制台 (console) 的 conserver.cf#Config块指定主机名hostname或ip地址,如果用"*”,conserver 工作机制介绍以及在 System P 集群系统中的应用(6),表示适用于所有的conserver主机,co

清单 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 

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:conserver 工作 机制

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接