Losing Time/Time cloclk


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Losing Time/Time cloclk
# 1  
Old 11-06-2003
Network Losing Time/Time cloclk

Smilie Smilie Smilie
I have a voicemail system that runs on Unix, I am new to unixSmilie . However the manual I have informs me that the unix clock loses three seconds every day, and I have to perform a sync at the end of the month. My questions are simple

1. Is this generic to Unix??

2. If so why???

thanks
# 2  
Old 11-06-2003
Hi,

This looks a lot to me, however yes it looses or wins time.
This is not unique for Unix servers, all servers do this. You have xntpd or rdate for this.
Most companies have an ntp-clock or internet connection to keep the time in line for all servers.


Regs David
# 3  
Old 11-06-2003
I'm sure what your manual meant to say is that your clock is accurate to within plus or minus 3 seconds a month. The accuracy of the clock is dependent on the hardware.

On HP systems a technician can adjust the accuracy of the clock if it is way off. But +/- 3 seconds/month is not bad.

For greater accuracy, you can run NTP, a networking service that keeps your clock in sync with super accurate network visible clocks. That will keep you to within a second very easily.

The official unix standard demands that the seconds of a minute be within the range 0 to 59 and each day must comprise exactly 86,400 seconds. This allows you to precompute the number of seconds between two times in the future. But it also means that leap seconds are illegal. So a strictly conforming unix system must be off by one second every now and then. However, it is common to violate the prohibition against leap seconds. This is the only constraint on clock accuracy that unix attempts to impose.

See this thread.
# 4  
Old 11-06-2003
Hhhm, familiar thread Perderabo Smilie

Nice to be back!
# 5  
Old 11-06-2003
Smilie Smilie cheers, this is excellentSmilie Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Calculate Time diff in milli milliseconds(Time format : HH:MM:SS,NNN)

Hi All, I have one file which contains time for request and response. I want to calculate time difference in milliseconds for each line. This file can contain 10K lines. Sample file with 4 lines. for first line. Request Time: 15:23:45,255 Response Time: 15:23:45,258 Time diff... (6 Replies)
Discussion started by: Raza Ali
6 Replies

2. UNIX for Dummies Questions & Answers

Losing Time

Our Unix system is losing a considerable amount of time each day, and our support service company says our motherboard is the cause. They "upgraded" us 5 years ago to basically the same thing as what we had previously, and are looking to "upgrade" us again now for about $5,000... I think... (23 Replies)
Discussion started by: Big Z
23 Replies

3. Programming

Find gaps in time data and replace missing time value and column 2 value by interpolation in awk

Dear all, I am kindly seeking assistance on the following issue. I am working with data that is sampled every 0.05 hours (that is 3 minutes intervals) here is a sample data from the file 5.00000 15.5030 5.05000 15.6680 5.10000 16.0100 5.15000 16.3450 5.20000 16.7120 5.25000... (4 Replies)
Discussion started by: malandisa
4 Replies

4. Shell Programming and Scripting

Convert UTC time into current UNIX sever time zone

Hi guys thanks for the help for my previous posts.Now i have a requirement that i download a XMl file which has UTC time stamp.I need to convert UTC time into Unix server timezone. For ex if the time zone of unix server is CDT then i need to convert into CDT.whatever may be the system time... (5 Replies)
Discussion started by: mohanalakshmi
5 Replies

5. Shell Programming and Scripting

Displaying current date time of EDT in IST time

Hi Folks, My server time is in EDT. And i am sending automated mails from that server in which i need to display the current date time as per IST (GMT+5:30). Please advice how to display the date time as per IST. IST time leads 9:30 mins to EDT. and i wrote something like below. ... (6 Replies)
Discussion started by: Showdown
6 Replies

6. Solaris

modifying date and time and time zone on solaris 5.10 with (redundant server) veritas

I have a cluster of two Solaris server (veritas cluster). one working and the other is standby I am going to change the date on them , and am looking for a secure solution as it is giving an important service. my opinion is that the active one doesn't need to be restarted (if I don't change the... (1 Reply)
Discussion started by: barry1946
1 Replies

7. Shell Programming and Scripting

Convert Epoch Time to Standard Date and Time & Vice Versa

Hi guys, I know that this topic has been discuss numerous times, and I have search the net and this forum for it. However, non able to address the problem I faced so far. I am on Solaris Platform and unable to install additional packages like the GNU date and gawk to make use of their... (5 Replies)
Discussion started by: DrivesMeCrazy
5 Replies

8. UNIX for Advanced & Expert Users

How To Provide Time Sync Using Nts-150 Time Server On Unix Network?

can anybody tel lme,how to instal NTS -150 on a unix network,it needs some patch to fetch time frm serve,,?? (2 Replies)
Discussion started by: pesty
2 Replies

9. UNIX for Dummies Questions & Answers

losing time

Hi all, The server seems to be losing time, not a lot, but enough to be noticed. UNIX AIX 4.3.3 Any ideas, Kathy (9 Replies)
Discussion started by: kburrows
9 Replies
Login or Register to Ask a Question