redhat6_time-server_netprinter_notes(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:50 点击:次
8)redhat时间服务器:
#/var/spool/cups 相关目录
修改配置文件#vim /etc/ntp.conf
客户机
restrict default ignore
restrict 127.0.0.1
restrict 192.168.0.60 /*这个ip是服务机的ip*/
server 192.168.0.60
driftfile /var/lib/ntp/drift
broadcastdelay 0.008
服务机
restrict default nomodify
restrict 127.0.0.1 网卡的A类地址
server 127.127.1.0 主板晶振的地址
fudge 127.127.1.0 stratum 10 级别1最高 16最小
driftfile /var/lib/ntp/drift
Broadcastdelay 0.008
配置完以后 #ntpq #ntpq> peer 可以查看是local就表示设置成功
补充:
时间服务器在%post中的应用,workstation.cfg 中写的就是kickstart
%post
cat > /etc/cups/printers.conf << EOF
....复制这个文件的内容到这里
MakeModel Generic Postscript printer
DeviceURI ipp://192.168.0.90/printers/printer90
...
Share Yes
....
EOF
chkconfig cups on
cat > /etc/ntp.conf << EOF
restrict default ignore
restrict 127.0.0.1
restrict 192.168.0.90
driftfile /var/lib/ntp/drift
broadcastdelay 0.008
server 192.168.0.90 iburst
EOF
ntpdate -b 192.168.0.90
chkconfig ntpd on
%end
一....时间服务器的本地服务:
#system-config-date #export LANG=en_US 防止字符转换出错
#date #date -s "xxxx修改xxxx"
二....时间服务器的网络服务:
1.....服务机90:
#service ntpd start #chkconfig ntpd on #netstat -lntp | less 查看端口号
#system-config-date 设置好本地时间使用local time 选项
2.....客户机56:
#service ntp stop (这里直接用system-config-date 改不了据说是改秒的质量差半个小时以上时间跟不上要执行以下命令)
# ntpdate -b 192.168.0.90
#system-config-date 选择和网络同步
选择_启用网络初始化_对接192.168.0.90的ntp服务
#chkconfig ntpd on
3.....服务机90:
#ntpq #ntpq> peer *LOCAL(0) 才算是服务器开启 #date; ssh station56 date 校验
本文出自 “redhat6_push_experience” 博客
- 发表评论
-
- 最新评论 更多>>