Sponsored Content
Top Forums UNIX for Advanced & Expert Users Alternatives to set the system date ?? Post 49652 by nitrile on Wednesday 7th of April 2004 04:43:24 AM
Old 04-07-2004
One possible way to synchronise may be to telnet to the qnx server on port 13, from a terminal eg.

$ telnet qnx 13

This will dump the time on that system to the console, which you might be able to capture, pass through awk/sed or something like that and pass a number into the date command. At best it won't be as accurate as ntp but close enough for most purposes.

If you can't use date to set time, then either you have insufficient priviliges to do so (root) or the system needs to be reinstalled.
 

10 More Discussions You Might Find Interesting

1. Programming

alternatives of exec() system function

Hi , Can anybody name any System Function in C/C++ for Sun-Solaris (unix) platform which can serve the alternative of execl() system function. Actually I am calling a fork-execl() pair and then making an interprocess communication between these two(parent-child process). But the problem is... (3 Replies)
Discussion started by: Raj Kumar Arora
3 Replies

2. Shell Programming and Scripting

Compare date from db2 table to yesterday's Unix system date

I am currently running the following Korn shell script which works fine: #!/usr/bin/ksh count=`db2 -x "select count(*) from schema.tablename"` echo "count" I would like to add a "where" clause to the 2nd line that would allow me to get a record count of all the records from schema.tablename... (9 Replies)
Discussion started by: sasaliasim
9 Replies

3. Shell Programming and Scripting

Set system date to some date (Sunos)

I am testing a script and need to change the system date to Nov 30 2009. I cannot seem to find a way to do this other than TZ command but it does not seem to work correctly. I tried TZ=GMT+168 date but it is returning todays date Mon Dec 7 19:48:11 GMT 2009 ...instead of Nov 30 2009 I... (4 Replies)
Discussion started by: hanton
4 Replies

4. Shell Programming and Scripting

how to get what date was 28 days ago of the current system date IN UNIX

Hi, Anybody knows how to get what date was 28 days ago of the current system date through UNIX script. Ex : - If today is 28th Mar 2010 then I have to delete the files which arrived on 1st Mar 2010, (15 Replies)
Discussion started by: kandi.reddy
15 Replies

5. UNIX for Dummies Questions & Answers

Delete a row from a file if one column containing a date is greater than the current system date

Hello gurus, I am hoping someone can help me with the required code/script to make this work. I have the following file with records starting at line 4: NETW~US60~000000000013220694~002~~IT~USD~2.24~20110201~99991231~01~01~20101104~... (4 Replies)
Discussion started by: chumsky
4 Replies

6. UNIX for Dummies Questions & Answers

Comparing Output Date to Current System Date

Hi Guys, Anyone who knows how to compare the current date with the a file containing a date, say for example I have a file that looks like this: Command was launched from partition 0. ------------------------------------------------ Executing command in server server6 Fri Dec 16... (7 Replies)
Discussion started by: rymnd_12345
7 Replies

7. SCO

Cannot use 'date -t' to set the system date and time

Hi! All, I am trying to reset the date and time since the change in time over the weekend. I cannot issue the command date -t 201703131330. The system gives me an error invalid option. This happens on my SCO OpenServer 5.0.7 and 5.0.6. Do anyone have an idea why? I even tried using... (6 Replies)
Discussion started by: trolley
6 Replies

8. Shell Programming and Scripting

Date: invalid date trying to set Linux date in specific format

i try to set linux date & time in specific format but it keep giving me error Example : date "+%d-%m-%C%y %H:%M:%S" -d "19-01-2017 00:05:01" or date +"%d-%m-%C%y %H:%M:%S" -d "19-01-2017 00:05:01" keep giving me this error : date: invalid date ‘19-01-2017 00:05:01' Please use CODE tags... (7 Replies)
Discussion started by: umen
7 Replies

9. UNIX for Beginners Questions & Answers

Compare date in .txt with system date and remove if it's lesser than system date

Can someone help me with the code wherein there is a file f1.txt with different column and 34 column have expiry date and I need to get that and compare with system date and if expiry date is <system date remove those rows and other rows should be moved to new file f2.txt . I don't want to delete... (2 Replies)
Discussion started by: Stuti
2 Replies

10. Answers to Frequently Asked Questions

Compare date in .txt with system date and remove if it's lesser than system date

I m working on shell scripting and I m stuck where in my .txt file there is column as expiry date and I need to compare that date with system date and need to remove all the rows where expiry date is less than system date and create a new .txt with update. (1 Reply)
Discussion started by: Stuti
1 Replies
ntpdate(8)						      System Manager's Manual							ntpdate(8)

NAME
ntpdate - set the date and time via NTP (Network Time Protocol) SYNOPSIS
/usr/sbin/ntpdate [-bdqsuv] [-a key#] [-e authdelay] [-k keyfile] [-o version] [-p samples] [-t timeout] server1 server2 server3... OPTIONS
Tells ntpdate to step the system time immediately to match NTP. Use this option only when booting the system. Prints configuration and debugging information. Queries the server(s) and prints the information received; the date and time are not set. Tells ntpdate to log its actions through the syslog(3) facility rather than to the standard output. This is useful when running the program from cron(8). Tells ntpdate to use an unprivileged port to send the packets from. This is useful when you are behind a firewall that blocks incoming traffic to privileged ports, and you want to synchronise with hosts beyond the firewall. Note that the -d option always uses unprivileged ports. Runs in verbose mode. Specifies that all packets should be authenticated using the key number provided. Specifies an authentication processing delay, in seconds (see xntpd(8) for details). This number is usually small enough to be negligible for ntpdate's purposes, though specify- ing a value may improve timekeeping on very slow CPU's. Specifies that authentication keys will be read from keyfile instead of the default /etc/ntp.keys file. This file should be in the format described in xntpd(8). Forces ntpdate to poll as a version implementation. By default ntpdate claims to be an NTP version 3 implementation in its outgoing packets. Some older software will decline to respond to version 3 queries. Acquires a specified number of samples from each server. The range of values for samples is from 1 and 8, inclusive. The default is 4. Waits timeout seconds for a response. Any value entered will be rounded to a multiple of 0.2 seconds. The default is 1 second, a value suitable for polling across a LAN. DESCRIPTION
The ntpdate command sets the local date and time by polling the Network Time Protocol server(s) on the host(s) given as arguments to deter- mine the correct time. It must be run as root on the local host. A number of samples are obtained from each of the servers specified and the standard NTP clock filter and selection algorithms are applied to select the best of these. The ntpdate command is run from /sbin/init.d/settime to set the time of day at boot time, if NTP is configured. (See ntpsetup(8) for information on configuring NTP.) Note that ntpdate's reliability and precision will improve dramatically with greater numbers of servers. While a single server may be used, better performance and integrity will be obtained by providing at least three or four servers, if not more. Time adjustments are made by ntpdate in one of the following ways: If ntpdate determines your clock is off by more than 0.5 seconds, it steps the time by calling settimeofday(2). If the error is less than 0.5 seconds, however, it will by default slew the clock's time by a call to adjtime(2) with the offset. The latter technique is less disruptive and more accurate when the offset is small, and works quite well when ntpdate is run by cron every hour or two. The adjustment made in the latter case is actually 50% larger than the measured offset since this will tend to keep a badly drifting clock more accurate (at some expense to stability, though this tradeoff is usually advantageous). Ntpdate will decline to set the date if an NTP server daemon (for example, xntpd(8)) is running on the same host. When running ntpdate on a regular basis from cron(8) as an alternative to running a daemon, doing so once every hour or two will result in precise enough timekeep- ing to avoid stepping the clock. Note Because of significant changes in NTP version 3, you should check all scripts that use the ntpdate command for correct usage and output. ERRORS
A common problem is polling a server using the wrong query version number or wrong authentication key. If either occurs, ntpdate prints the following error message: 18 Apr 10:20:28 ntpdate(1192]: no server suitable for synchronization found At boot time, if NTP is not configured, the ntpdate prints the following message: WARNING: ntpdate cannot succeed, please check your NTP configuration EXAMPLES
The following command line sets the date and time after polling server host1.dec.com as a version 2 implementation: /usr/sbin/ntpdate -o 2 host1.dec.com The following command line sets the date and time after polling server host2.dec.com. All packets are authenticated using authentication key 1. /usr/sbin/ntpdate -a 1 host2.dec.com FILES
Specifies the command path Contains the encryption keys used by ntpdate SEE ALSO
Commands: ntpq(8), xntpd(8), xntpdc(8) Files: ntp.conf(4) ntpdate(8)
All times are GMT -4. The time now is 01:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy