Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2519141
  • 博文数量: 867
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 9800
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-27 14:44
文章分类

全部博文(867)

文章存档

2007年(6)

2006年(861)

我的朋友

分类:

2006-07-30 22:49:43

置SOLARIS下的NTP服务
1、查看是否安装了NTP软件包(默认是安装的),有下面两行则是已安装
# pkginfo | grep ntp
system SUNWntpr NTP, (Root)
system SUNWntpu NTP, (Usr)

2、编辑配置文件ntp.conf
#vi /etc/inet/ntp.conf
server ip_address prefer
driftfile /var/ntp/ntp.drift
3、创建drift文件
touch /var/ntp/ntp.drift
4、停止、启动NTP服务
/etc/init.d/xntpd start
/etc/init.d/xntpd stop
5、查看服务
ps -ef|grep ntp  查看进程
snoop |grep -i ntp 查看是否存在ntp包
6、查看其他服务器时间
ntpdate -q ip_address

阅读(1187) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~