锘??xml version="1.0" encoding="utf-8" standalone="yes"?>99精品一区二区三区,久久亚洲综合网,欧美va亚洲va国产综合http://www.aygfsteel.com/ahgf/category/3848.htmlJ2EE寮鍙?/description>zh-cnWed, 28 Feb 2007 21:00:36 GMTWed, 28 Feb 2007 21:00:36 GMT60HP-UX NTP鏈嶅姟鍣ㄧ殑璁劇疆鏂規硶 http://www.aygfsteel.com/ahgf/archive/2005/10/14/15497.htmlahgfahgfFri, 14 Oct 2005 03:08:00 GMThttp://www.aygfsteel.com/ahgf/archive/2005/10/14/15497.htmlhttp://www.aygfsteel.com/ahgf/comments/15497.htmlhttp://www.aygfsteel.com/ahgf/archive/2005/10/14/15497.html#Feedback0http://www.aygfsteel.com/ahgf/comments/commentRss/15497.htmlhttp://www.aygfsteel.com/ahgf/services/trackbacks/15497.html娉?192.168.0.1涓篘TP Server鍦板潃
use local server as NTP server:
NTP server: a. vi /etc/rc.config.d/netdaemons export NTPDATE_SERVER= export XNTPD=1 export XNTPD_ARGS="-l /var/adm/syslog/ntp.log" b. vi /etc/ntp.conf add two lines in the end: server 127.127.1.1 fudge 127.127.1.1 stratum 10 c. /sbin/init.d/xntpd stop
d. /sbin/init.d/xntpd start
Client: a. vi /etc/rc.config.d/netdaemons export NTPDATE_SERVER=--->export NTPDATE_SERVER="192.168.0.1" export XNTPD=1 export XNTPD_ARGS="-l /var/adm/syslog/ntp.log" b. vi /etc/ntp.conf add one line in the end: server 192.168.0.1 prefer c. /sbin/init.d/xntpd stop