ChinaUnix.net
相关文章推荐:

fedora 配置ntp

在SOLARIS 中配置ntp时需要停止、启动ntp服务 /etc/init.d/xntpd start /etc/init.d/xntpd stop 可是我的/etc/init.d没有XntpD这个文件名啊,是怎么回事,我的是SOLARIS 10 # pkginfo | grep ntp system SUNWntpr ntp, (Root) system SUNWntpu ntp, (Usr) # ls /etc/inet/ datemsk.ndpd ipqosconf.1.sample mipagent.conf.fa-sample ntp.server ...

by zhang9713 - Solaris - 2007-09-28 13:36:26 阅读(4781) 回复(5)

相关讨论

我已经配置成功了ntp,但是对安全性这一块不知道如何入手?ntp。conf中的 keys /etc/inet/ntp.keys trustedkey 0 requestkey 0 controlkey 0 是如何使用的?怎么样限制IP地址来访问ntp server?

by hz_jim - Solaris - 2004-12-08 14:42:00 阅读(598) 回复(1)

请问在unixware7中如何配置ntp客户端?(服务端是HP-UX系统)谢谢。

by freekiss - 其他UNIX - 2004-03-29 10:44:14 阅读(461) 回复(0)

各位大侠: 我是新手,请问怎样配置fedora News Server ?急!谢谢! 回答有赏!

by zhguo - 服务器应用 - 2005-08-06 11:08:37 阅读(887) 回复(0)

本文介绍了时间服务器常用的二种协议:Sntp和TIME,并就局域网环境下各种系统(Linux、Windows98、2000、XP)时间服务的设置分别进行了说明,最终实现整个局域网环境下所有电脑时钟的同步与校准。 一、什么是网络时间服务   网络时间服务Net Time Service与网络文件下载服务FTP、网络浏览服务WWW等一样,是一种网络服务,提供网络时间服务的电脑叫网络时间服务器。当然有些时间服务器是纯硬件结构的,通过GPS卫星信息来获取时间,...

by yfcs918 - AIX - 2009-10-05 10:52:29 阅读(1246) 回复(0)

配置ntp 1、vi /etc/inet/ntp.conf.cluster peer clusternode1-priv prefer peer clusternode2-priv 2、停止ntp守护进程# svcadm disable ntp 3、启动ntp守护进程#/etc/init.d/xntpd.cluster start 4、svcs -xv svc:/network/ntp:default (Network Time Protocol (ntp)) State: maintenance since Thu Mar 19 17:01:35 2009 Reason: Start method exited with $SMF_EXIT_ERR_CONFIG. See: http://sun.com/msg/SMF-8000-K...

by 淡然的紫色 - Solaris - 2009-03-19 22:26:30 阅读(1407) 回复(0)

上一篇“ 在AIX中使用ntp服务 ”已经讲的很全面,这篇文章仅作为补充。 xntpd是关于网络时间协议的守护进程,它遵循了因特网时间服务器的通用标准。在启动 xntpd 时, xntpd 会读取 /etc/ntp.conf 配置文件来确定网络中系统时钟服务器,以 ntp 服务器的系统时间为标准,来调整本机的系统时间。 可以用 ntpq 命令来显示 xntpd 进程的内部变量。使用 ntp 时应注意,xntpd 服务器和 xntpd 客户端的时钟不能相差超过1000秒。若有大于1...

by 小公猫 - AIX文档中心 - 2008-04-16 15:46:02 阅读(2036) 回复(0)

时间服务器是windows server 现在我有一台solaris 10的 机器,想同步,应该怎么设置呢? ------------------------------------------- 10.87.0.1 ntp-server1 10.87.0.2 ntp-server2

by ora110 - Solaris - 2008-01-29 14:02:42 阅读(7328) 回复(3)

各位高手,小弟在配置SOLARIS ntp服务器碰到一写怪事.领导要求时间服务器源必须有两台,一台IP地址是不是192.168.1.200 (GPS) ,另一台是一台时间服务器192.168.2.100,我在ntp.CONF里配置如下: server 192.168.2.100 prefer server 192.168.1.200 启动进程后,它老是取192.168.1.200这个时间源为主,也就是说这台192.168.1.200时间服务器优先级别比192.168.2.100 高,无论怎么改都是GPS这台优先级别高,好象prefer参数没作用!请大家帮忙分...

by 高扬 - Solaris - 2007-05-25 01:10:41 阅读(2026) 回复(0)

发现非凡公子的文章 http://bbs.chinaunix.net/viewthread.php?tid=474500 里配置文件路径有点问题 今天配置了个ntp服务器,按照非凡公子的文章 http://bbs.chinaunix.net/viewthread.php?tid=474500 来了一遍,发现/etc/init.d/xntpd start 之后 ps -ef | grep ntp 没有输出,# snoop | grep ntp Using device /dev/hme (promiscuous mode) 以前有人也碰上过 http://bbs.chinaunix.net/viewthread.php?tid=432858 more 了一下 /e...

by dooooom - Solaris文档中心 - 2005-12-01 13:24:01 阅读(660) 回复(0)

在CLIENT启动ntp服务成功了,但是执行ntpdate 的时候报了一个错。 22 Sep 15:47:35 ntpdate[20572]: the ntp socket is in use, exiting 他说的socket指的是什么呀?大家帮帮我

by tangfan - AIX - 2005-09-23 11:07:09 阅读(1140) 回复(6)