rdate, ntp, cron, inet


 
Thread Tools Search this Thread
Operating Systems Solaris rdate, ntp, cron, inet
# 1  
Old 07-14-2011
rdate, ntp, cron, inet

I was told its better to run daemon instead of cron job to sync time.
but which approach is less resource hungry?
# 2  
Old 07-14-2011
You were told right. Normally you configure ntp and it does a poll with the time server specified. There is no need to put it into cron. ntpd or xntpd are the daemons to use.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Ntp client sync with local over ntp server

Hi, I have two ntp servers in my cluster and I want all the nodes in my cluster to sync with either of the ntp servers or just one. Unfortunately it keep rotating the sync, between my ntp server 1, ntp server 2 and local. Is there anyway I can change the sync to avoid local? # ntpq -p ... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

2. HP-UX

Setting up NTP HP-UX clients from solaris NTP server

Hi I wonder if its possible to setup NTP clients running HP-UX o.s. from a solaris 10 NTP server? FR (3 Replies)
Discussion started by: fretagi
3 Replies

3. Solaris

rdate different port?

is it possible to use non-standard port for NTP? (as 123 is already taken) (4 Replies)
Discussion started by: orange47
4 Replies

4. Linux

How often does Linux NTP server update its time with the external NTP server?

All here, thank you for listening. Now I've set up a Linux NTP server by adding a external windows NTP server in /etc/ntp.conf. Then I start the ntpd daemon. But how often does the Linux NTP server update its time with the external NTP server? I've looked up everywhere but found no information... (1 Reply)
Discussion started by: MichaelLi
1 Replies

5. Solaris

/etc/inet.d/nddconfig file.......

Hiii... Every One..... I want to know about : /etc/init.d/nddconfig file, and all it's entries .And how this file controles parameters of OS Hardening...... If any one have related materials then plz HELP........ (2 Replies)
Discussion started by: prashantshukla
2 Replies

6. Solaris

/etc/inet/hosts modification question

HI, IF i modify /etc/inet/hosts file, do I need to reboot the box? (1 Reply)
Discussion started by: mokkan
1 Replies

7. Solaris

Accidentally did a unlink inet

I was trying to remove a symbolic link of /etc/hosts to /etc/inet/hosts well i forgot the command and in the /etc directory i did unlink inet and now i can not get into inet and it does not exist in /etc 1) what do i do to fix the inet directory 2) how do i link /etc/hosts to... (1 Reply)
Discussion started by: deaconf19
1 Replies

8. Red Hat

netstat: no support for `AF INET (sctp)' on this system.

hello I am using fedora core 6 on my system.... and doing coding of socket connection with redhat 9 when I am doing netstat -v command it shows error::: netstat: no support for `AF INET (sctp)' on this system. As AF_INET is very useful to me in socket connection program.... how to... (0 Replies)
Discussion started by: arunchaudhary19
0 Replies

9. Solaris

ntp server and ntp client

All, How do you set a Solaris 9 server which received ntp updates from a ntp server to broadcast them on a local subnet. I have created a /etc/inet/ntp.conf file to receive the updates from a server on network and need to make this server become like a ntp relay from the main server. Any... (1 Reply)
Discussion started by: bubba112557
1 Replies

10. UNIX for Dummies Questions & Answers

inet services, open ports etc

When I scan my linux box for open ports, i have several of them, but they shouldn't be open. I removed the lines for them in /etc/services, and left just stuff like telnet, ssh, ftp. Why are they still open? I've restarted the network, and I've even restarted my box, but they still apear as open.... (4 Replies)
Discussion started by: sTorm
4 Replies
Login or Register to Ask a Question