2010年5月13日 星期四

[Solaris]鐘訊時間同步

打算把solaris的系統時間設定跟與手上這台PC一樣
而PC是設自動與time.windows.com同步處理

下面的指令是一次性的設定
#/usr/sbin/ntpdate -s time.windows.com
可以再用crontab的方式來做定期的同步更新

Updated at 2010/05/17
另一種方式
修改/etc/inet/ntp.conf
(如果沒有這個檔案可以直接copy /etc/inet/ntp.server)
將server的地方改為要同步對時的time server
server time.windows.com prefer
接著啟動xntpd service
/etc/init.d/xntpd start

沒有留言:

張貼留言