Archive for March, 2006

在 Solaris 10 上启动 ntpd

Auto Date Tuesday, March 21st, 2006

由 徐永久 发表于 2006年03月21日 14:38。

拥有正确的网站时间有时候是非常重要的。 本文描述了在 Solaris 10 下启动 xntpd 进程的方法。

ntp 的配置文件位于: /etc/inet/ntp.conf

检查 xntp 依赖的服务或者资源:

#svcs -l svc:/network/ntp:default

如果所有的资源都存在,则运行以下命令:
# svcadm enable svc:/network/ntp
# svcadm refresh svc:/network/ntp
# svcadm restart svc:/network/ntp

这样 xntp 就已经重新启动了。

# svcs | grep ntp
online 14:31:24 svc:/network/ntp:default

# ps -ef|grep ntp
/usr/lib/inet/xntpd

Post to Twitter

2006.03.25 Perl 爱好者聚会(星期六 北京 PerlChina)

Auto Date Friday, March 17th, 2006

由 helper 发表于 2006年03月17日 05:41。
Read the rest of this entry »

Post to Twitter