Difference between revisions of "Ntp client omnios"

From Asenjo
Jump to: navigation, search
(Created page with "Category:Omnios If you want your omnios host to synchronize its clock with the ntp.org pool servers, just copy the ntp.conf.sample file, synchronize the time with one of ...")
 
m
 
Line 3: Line 3:
 
If you want your omnios host to synchronize its clock with the ntp.org pool servers, just copy the ntp.conf.sample file, synchronize the time with one of them and enable the ntp daemon:
 
If you want your omnios host to synchronize its clock with the ntp.org pool servers, just copy the ntp.conf.sample file, synchronize the time with one of them and enable the ntp daemon:
  
<code><pre>
+
<pre>
 
cp /etc/inet/ntp.conf.sample /etc/inet/ntp.conf
 
cp /etc/inet/ntp.conf.sample /etc/inet/ntp.conf
 
ntpdate 0.pool.ntp.org
 
ntpdate 0.pool.ntp.org
 
svcadm enable ntp
 
svcadm enable ntp
</pre></code>
+
</pre>

Latest revision as of 22:16, 28 August 2015


If you want your omnios host to synchronize its clock with the ntp.org pool servers, just copy the ntp.conf.sample file, synchronize the time with one of them and enable the ntp daemon:

cp /etc/inet/ntp.conf.sample /etc/inet/ntp.conf
ntpdate 0.pool.ntp.org
svcadm enable ntp