免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 8924 | 回复: 16
打印 上一主题 下一主题

solaris 10 双机(3.1)作为NTP 客户端配置问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-01-04 16:22 |只看该作者 |倒序浏览
操作系统:solaris 10
双机版本:Sun Cluster 3.1u4 for Solaris 10 sparc

现状:
# ps -ef|grep ntp
    root   772     1   0  12月 19 ?          63:52 /usr/lib/inet/xntpd -c /etc/inet/ntp.conf.cluster
    root  9922 15867   0 16:15:38 pts/2       0:00 grep ntp

# ntpq -p
     remote           refid      st t when poll reach   delay   offset    disp
==============================================================================
*LOCAL(0)        LOCAL(0)         3 l   31   64  377     0.00    0.000   10.01
clusternode1-pr 0.0.0.0         16 -    - 1024    0     0.00    0.000 16000.0
clusternode2-pr clusternode1-pr  5 u  286 1024  376     2.37    0.075   13.44

在内网搭建了一台NTP SERVER(WIN2003)
# ntpdate -q 192.168.4.10
server 192.168.4.10, stratum 5, offset -239.734809, delay 0.04144
4 Jan 16:17:02 ntpdate[11817]: no server suitable for synchronization found

目前双机已经快了239秒,需要调整。已经在双机上按以下步骤配置,发现无效:
#cp ntp.client ntp.conf
#vi ntp.conf

      # ident "@(#)ntp.client 1.3     00/07/17 SMI"
      #
      # /etc/inet/ntp.client
      #multicastclient 224.0.1.1
      server 192.168.4.10 prefer
#svcadm enable ntp
# svcs ntp
STATE          STIME    FMRI
online         12月_31  svc:/network/ntp:default

但是,ps -ef|grep ntp时:
# ps -ef|grep ntp
    root   806     1   0  12月 19 ?          34:03 /usr/lib/inet/xntpd -c /etc/inet/ntp.conf.cluster
    root 25259 24063   0 16:23:28 pts/2       0:00 grep ntp
    root  4276     1   0  12月 31 ?           0:07 /usr/lib/inet/xntpd

在这里请教大家如何把这2台双机配置为ntp client 。
是否直接修改ntp.conf.cluster,在里面增加192.168.4.10这一台NTP SERVER,通过svcadm disable ntp把 root  4276     1   0  12月 31 ?           0:07 /usr/lib/inet/xntpd去掉,只保留:root   806     1   0  12月 19 ?          34:03 /usr/lib/inet/xntpd -c /etc/inet/ntp.conf.cluster?

论坛徽章:
0
2 [报告]
发表于 2011-01-04 19:58 |只看该作者
兄弟,你这个系统有业务没有呀,你敢这么干!
ntp对sun cluster很重要的,你别搞的宕机呀。
官方要求要把双机停下来,到非cluster模式下,然后cp ntp.conf.cluster ntp.conf
修改这个ntp.conf,加入你要同步的时间服务器地址。
然后重启ntp,测试一下,ok了再启动cluster

论坛徽章:
7
荣誉会员
日期:2011-11-23 16:44:17水瓶座
日期:2013-08-28 21:20:16丑牛
日期:2013-10-02 21:01:462015年迎新春徽章
日期:2015-03-04 09:54:45操作系统版块每日发帖之星
日期:2016-06-05 06:20:0015-16赛季CBA联赛之吉林
日期:2016-06-20 08:24:0515-16赛季CBA联赛之四川
日期:2016-08-18 15:02:02
3 [报告]
发表于 2011-01-04 23:50 |只看该作者
sun cluster choose ntp.conf.cluster as the ntp configuration files.

ntp service will be up with suncluster framework.

论坛徽章:
0
4 [报告]
发表于 2011-01-05 11:38 |只看该作者
{:2_178:}

论坛徽章:
0
5 [报告]
发表于 2011-01-05 12:23 |只看该作者
sun clster双机启动时,ntp也是先找ntp.conf的,如果没有这个文件,就使用ntp.conf.cluster.
所以,如果需要添加time server,就先cp ntp.conf.cluster为ntp.conf,加入time server地址,然后再启动cluster,由于ntp.conf的存在,它会优先使用ntp.conf,而不管ntp.conf.cluster了。

论坛徽章:
0
6 [报告]
发表于 2011-01-05 13:48 |只看该作者
是现网的机器……如楼上各位兄弟所说,我现在差的只是重启系统一步了,5楼兄弟说启动时先查找ntp.conf,目前已经创建好这个配置文件,在系统重启时,会自动使用此配置文件,而不是ntp.conf.cluster了?

另外还有一个疑点:
# ps -ef|grep ntp
    root   806     1   0  12月 19 ?          34:03 /usr/lib/inet/xntpd -c /etc/inet/ntp.conf.cluster
    root 25259 24063   0 16:23:28 pts/2       0:00 grep ntp
    root  4276     1   0  12月 31 ?           0:07 /usr/lib/inet/xntpd

两个XNTPD可以共存么?
1楼兄弟说的让我感到很是后怕,幸好没有宕机……

论坛徽章:
0
7 [报告]
发表于 2011-01-05 14:08 |只看该作者
是现网的机器……如楼上各位兄弟所说,我现在差的只是重启系统一步了,5楼兄弟说启动时先查找ntp.conf,目前 ...
yifanguo 发表于 2011-01-05 13:48



   
两个ntpd进程会有冲突,也就是后起的进程会失效;


在cluster环境中默认己经有ntp.conf.cluster,就没有必要再开ntp.conf了,修改ntp.conf.cluster并重起ntpd进程,

论坛徽章:
0
8 [报告]
发表于 2011-01-05 14:46 |只看该作者
本帖最后由 yifanguo 于 2011-01-05 14:47 编辑

回复 7# doging

默认启动的XNTPD怎么重启?
我用svcadm enable ntp只会新增加一个xntpd的进程(root  4276     1   0  12月 31 ?           0:07 /usr/lib/inet/xntpd),
对默认启动的那个xntpd进程( root   806     1   0  12月 19 ?          34:03 /usr/lib/inet/xntpd -c /etc/inet/ntp.conf.cluster)没有影响。

论坛徽章:
0
9 [报告]
发表于 2011-01-05 15:14 |只看该作者
回复 8# yifanguo


   

legacy_run     Dec_24   lrc:/etc/rc2_d/S74xntpd_cluster
disabled       Dec_30   svc:/network/ntp:default


系统自带的 svcadm disable/enable ntp
cluster ntp /etc/rc2.d/S74xntpd.cluster start/stop

论坛徽章:
0
10 [报告]
发表于 2011-01-05 15:26 |只看该作者
回复 9# doging

由于是现网机器,写一下过程,帮忙把一下关:

一、修改ntp.conf.cluster,在原有的
peer clusternode1-priv prefer
peer clusternode2-priv
下增加新的NTP服务器IP,修改后为:
peer clusternode1-priv prefer
peer clusternode2-priv
192.168.4.10

或者应该删除掉原有的
peer clusternode1-priv prefer
peer clusternode2-priv


二、完成修改后,使用/etc/rc2.d/S74xntpd.cluster stop/start命令重启生效。

另外有兄弟说应该在停双机的情况下修改时间,这个不知是否准确?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP