Friday Nov 14, 2008

Nov 13, 2008, about 20 colleges visit ERI to know what we are doing and what does our office look like. I showed them some our interesting products to them,  4500, 4600 and T2 as well. This is the first time for them to understand what is real server, server is something different with PC, not only bigger box, but also has some advanced technology. In the last, I gave them 30 mins presentation, about Solaris, to present ZFS, Zone and SMF, three very cool features in OpenSolaris. They were impressed by these stuffs.

 There is also a news report on the web site of Beijing JiaoTong University, and here is the link.

http://rjxy.bjtu.edu.cn/content.do?columnName=students&modelid=32&list=no&title=yes&articleid=219

1. Create configuration file

for server: cp /etc/inet/ntp.server /etc/inet/ntp.conf

  • server 127.127.1.0 prefer
  • #fudge 127.127.XType. 0 stratum 0

for client: cp /etc/inet/ntp.client /etc/inet/ntp.conf

  • server <ip_address> 

2. Start NTP service

touch /var/ntp/ntp.drift

svcadm enable svc:/network/ntp:default
svcadm enable svc:/network/time:dgram
svcadm enable svc:/network/time:stream

This blog copyright 2009 by Zhao Edgar Liu