Tagged: opensolaris RSS

  • Jonny Gerold 12:31 pm on November 21, 2009 Permalink | Reply
    Tags: ntp, opensolaris, time   

    NTP Open Solaris (Setup & Configure) 

    NTP is awesome, it’s been around forever, and it’s one of the first things I setup on any new machine. This is an especially important service for a NAS device, since sync times are crucial, and there are many important services that are time dependent (snapshots for example).

    1) Set the Time

    ntpdate 0.pool.ntp.org
    

    — Output —

    root@TrayNAS:/etc/inet# ntpdate 0.pool.ntp.org
    21 Nov 12:21:19 ntpdate[1296]: adjust time server 66.96.96.29 offset -0.000521 sec
    

    2) Configure

    cp /etc/inet/ntp.server /etc/inet/ntp.conf
    echo "server 0.pool.ntp.org\nserver 1.pool.ntp.org\nserver 2.pool.ntp.org" >> /etc/inet/ntp.conf
    svcadm enable ntp
    svcs ntp
    

    — Output —

    root@TrayNAS:/etc/inet# svcs ntp
    STATE          STIME    FMRI
    online         12:12:57 svc:/network/ntp:default
    

    Woot, time is setup. Enjoy synchronized time…

    Resources:

     
  • Jonny Gerold 12:00 pm on November 21, 2009 Permalink | Reply
    Tags: , opensolaris   

    Opensolaris blast on the way. 

    I was planning to put one giant post on how to setup a NAS with Open Solaris & NAS. Yet I think it would be nice to have a few key posts, and then group them together in the end. I just installed Open Solaris on my new machine. And am starting the setup… More to come soon.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel