6.4.2. 配置主 RHN Satellite 服务器
要使用 satellite 间的同步特性,您必须首先确定您启动了这个功能。请确定在
/etc/rhn/rhn.conf
中包含以下行:
disable_iss=0
disable_iss=0
在同一个文件中是变量:
allowed_iss_slaves=
allowed_iss_slaves=
默认情况下,没有指定与主服务器同步的从属 Satellite,因此您必须输入每个从属 Satellite 服务器的主机名,并用逗号分开。例如:
allowed_iss_slaves=slave1.satellite.example.org,slave2.satellite.example.org
allowed_iss_slaves=slave1.satellite.example.org,slave2.satellite.example.org
完成
rhn.conf
配置后,请执行以下命令重启 httpd
服务:
service httpd restart
service httpd restart