ChinaUnix.net
相关文章推荐:

ntp移植

上网搜索了很久有ntp3可能移植过, 但是ntp4是不是比较麻烦,试了一天,编译过程中经常提示 dereferencing pointer to incomplete type 而且想知道能否不需要配置文件,将一些配置服务器或者客户端参数直接写在程序中呢 ...... 谁能帮忙一帮

by 刀锋骑士 - C/C++ - 2007-03-07 18:50:33 阅读(1594) 回复(1)

相关讨论

HP-UX上要实现时间同步 HP-UX上要实现时间同步,需要设置时间服务器和客户端,相关的进程是xntpd 配置文件 /etc/ntp.conf /etc/ntp.drift 在client上自己建立,用作drift文件 /etc/rc.config.d/netdaemons 执行文件 /usr/sbin/xntpd 运行脚本 /sbin/init.d/xntpd {start|stop} 配置方法 服务器端 1. 编辑/etc/ntp.conf 添加一行 server 127.127.1.1 2. 编辑/etc/rc.config.d/netdaemons 更改两个参数的值 export ntpDATE_SERVER=127.1...

by qingqing82 - HP文档中心 - 2007-07-23 13:04:42 阅读(1465) 回复(0)

今天做了一天的服务器和客户端并搜索了很多相关的贴子。然后跟着做老是不成功,郁闷死了。 那位大虾做成菌过ntp服务器和ntp客户端。能不能把你的ntp.conf文件完整的贴出来。谢谢!!~~~

by lzywolf - Solaris - 2003-08-12 08:58:41 阅读(1281) 回复(9)

准备配置ntp的时候发现ntp没装,请问如何安装这个软件,HPUX11.31,谢谢。

by unixu - HP-UX - 2009-08-12 13:22:44 阅读(4692) 回复(12)

HP-UX下 ntp 三种实现方法: 1、由客户端发起,让客户端主动向 服务器 发起轮询。 典型配置: 服务器配置: /etc/ntp.conf: server 127.127.1.1 fudge 127.127.1.1 startum 10 /etc/rc.confid.d/netdaemons: export ntpDATE_SERVER= export XntpD=1 export XntpD_ARGS= 客户端配置: /etc/ntp.conf: server servername driftfile /etc/ntp.driftfile /etc/rc.conf...

by chl1983 - HP文档中心 - 2008-11-24 09:23:53 阅读(2402) 回复(0)

时钟同步后,如果修改了服务器的时间,请问这个时间修改幅度最大为多少,才能让客户端的ntp自动将时间再次调整到和服务器同步?

by gity - Solaris - 2008-10-11 09:53:10 阅读(1779) 回复(3)

各位好, 我的目的: 要装一个 server 和一个 client 在局域网中的其中一台当做server , 请问server和client如下配置?

by agen_0502 - 数据安全 - 2008-08-08 21:25:14 阅读(2002) 回复(2)

Time and clock on Router ========== The heart of the time service is the software-based system clock. This clock runs from the moment the system starts up and keeps track of the current date and time. The system clock can be set from a number of sources and in turn can be used to distribute the current time through various mechanisms to other systems. When a router with a system calendar is...

by johnny_jiang - 网络技术文档中心 - 2008-01-24 18:24:15 阅读(780) 回复(0)

通过命令date [-u] mmddHHMM[[cc]yy][.SS]改了系统的时间。 但是ntpdate server_ip后系统时间变到前一天了 时区也变了。 请问这个是什么原因。 ntp SERVER的时间是正确的。

by feizhoulaobo - Solaris - 2007-10-23 08:05:17 阅读(1456) 回复(1)

你好。我想问一个关于AIX下ntp的问题 为什么我ntpdate server_ip后AIX客户端的时间老是不能同步更新 提示:can't set time of day.... 有人知道这个是怎么回事么? 我在windows下 和 linux下ntp时间是可以同步的 但是unix系统下就不行。

by feizhoulaobo - AIX - 2007-10-17 13:41:22 阅读(2106) 回复(2)

在global zone里已经指定了ntp server, non-global zone的时间是否也一并会做同步,或者需要另外再设定?

by tbreeze - Solaris - 2007-03-19 11:44:54 阅读(999) 回复(0)