Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NTP Server and SUN

Status
Not open for further replies.

lb0001

Technical User
Dec 6, 2005
1
0
0
GB
I have a SUN Microsystems server which I am trying to synchronise to a NTP Server from
How do I configure NTP to get time from the server ?
 
Client setup is cheap:

# cat /etc/inet/ntp.conf
server romote.time.server.tld
#

if the client is behind a Firewall do not forget to open these ports:
# grep ^ntp /etc/services
ntp 123/tcp # Network Time Protocol
ntp 123/udp # Network Time Protocol
#


Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top