Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How can I set save daylight time Post 302304785 by deox on Tuesday 7th of April 2009 09:47:14 AM
Old 04-07-2009
How can I set save daylight time

Hi everybody...
I am using IBM unix server . Server take time options from satellite but server is not include true setting . What can I do?
 

9 More Discussions You Might Find Interesting

1. Solaris

Daylight Savings Time Fix

Hello, I've been looking at coming up with a time change on my Sun workstations since daylight savings time comes early this year. Someone at work told me that a sun patch is available if you have a maintenance contract. It was recommended to just set your systems to GMT time zone. How is this... (5 Replies)
Discussion started by: stocksj
5 Replies

2. Solaris

Daylight Savings Time Quirk

I am running a SUN E450 on solaris (5.7). I have applied the DST patch and the system time is correct. However when users login the get the time wrong (+4 hours) (I am in EDT Zone). Does anyone know where a system wide variable for this could be set. (Root user gets the right time) Frank (3 Replies)
Discussion started by: frankkahle
3 Replies

3. AIX

Daylight savings time

Our aix unix box did not recognize daylight savings time since it was moved up. Could someone please give me the syntax to change the hour? I looked in man and couldn't find anything, or I missed it. I'm in 3rd grade so if you can, please provide specific instructions. Thanks! (2 Replies)
Discussion started by: vbagwell
2 Replies

4. AIX

Daylight savings time

Hello everyone The last sunday I have to check that my servers has change Daylight savings time but only two servers do it and all the rest doesnt. In smitty where I need to change, for my server take automatic the daylight savings time. Thanks for your tips The next its a message for... (0 Replies)
Discussion started by: lo-lp-kl
0 Replies

5. HP-UX

How to set the Daylight Saving Time (DST) OFF

I have a problem with the time so I need to set the DST to be OFF. is anybody can show me how to set the DST to be OFF? (11 Replies)
Discussion started by: Billy_yuli
11 Replies

6. Linux

How to configure daylight saving time

Hi, I have few doubt on daylight saving. Can any one clarify the below points. 1) How to configure daylight saving(DLS) time ? 2) How to query DLS ? 3) If i set DLS(say some how) will it be autometically changed or user has to manually change system time ? I got few info on net about... (3 Replies)
Discussion started by: ashokd001
3 Replies

7. UNIX for Advanced & Expert Users

Auto resetting for Daylight Savings Time

We have an ancient Unix box from Siemens. Every year the system automatically changes the time for EST or DST. Unfortunately since the box is so old the dates that the times change are the old dates and not the current ones set during (I think) the Bush years. When I have to set the time back... (3 Replies)
Discussion started by: jbcamel
3 Replies

8. UNIX for Dummies Questions & Answers

Write (save time) Permission set

When am saving a file using my username in Linux environment, the file permission granted is rw-r--r-- I have to manually change the permissions using chmod command. How do i write it to the disk as rw-rw-r while saving my file. (6 Replies)
Discussion started by: Avishek_rc1
6 Replies

9. Solaris

Solaris 11 Daylight Saving Time

Hello, Quick question: How do I verify if my Solaris 11 hosts/zones, configured with NTP, would change automatically to the DST? Thanks! (1 Reply)
Discussion started by: feroccimx
1 Replies
EARTHTRACK(1)						      General Commands Manual						     EARTHTRACK(1)

NAME
earthtrack - Combine xplanet and predict SYNOPSIS
earthtrack [ -h <predictservername> ] [ -p <proj> ] [ -x <arguments for xplanet> ] [ -u <screen update interval> ] [ -o <send output to image file (default: /tmp/xplanet.png)> ] [ -c <satellite> ] [ -C <satellite> ] OPERATION
"earthtrack" uses "xplanet" to produce an orthographic image of the earth upon which satellite names are placed over their respective sub- satellite points. The globe can be centered either over your groundstation location (default), or over the location any satellite being tracked by PREDICT. The second method allows you to "fly with the satellite" as it circles the globe. The map is updated every 20 sec- onds. By default, "earthtrack" connects to the PREDICT server running on "localhost". These defaults may be overridden through several command-line switches. The -h switch allows a different PREDICT server name to be specified. The -x switch option allows additional command-line parameters to be passed to xplanet through earthtrack. (Note that the argument that follows the -x switch must be enclosed in "quotes".) The -u switch allows a different map update interval to be specified, and the -c switch allows the map to be centered on a specific satellite. For example: earthtrack -c ISS -u 15 -h predictserver.org allows earthtrack to invoke "xearth" as a display, centering the map on the location of satellite "ISS", using host "predictserver.org" as the host running PREDICT in server mode. The satellite name specified must be the same as PREDICT displays in Multi-Tracking mode. If a space appears in the name, then the entire name must be enclosed in double quotes. "xplanet" uses highly detailed photo-realistic maps of the world available from a variety of sources to produce spectacular views of the earth. For example, if an uppercase -C is used rather than a lowercase -c for the map center switch, such as in the following example: earthtrack -C ISS the map is not only centered on the location of the ISS, but the map is also zoomed into an area slightly larger than the footprint of the satellite. A range circle is also drawn on the map to indicate the actual footprint of the spacecraft at the current time. If a map centered on the groundstation location is desired, then footprint range circles for neighboring satellites are drawn on the map. Range circles are drawn for satellites between 5 minutes prior to AOS through the point of LOS. Such a display may be created simply by executing "earthtrack" without any switches: earthtrack or with the -h switch to identify the remote host running PREDICT in server mode: earthtrack -h predictserver.org If the satellite being tracked is in sunlight, then the satellite name and range circle are displayed in white. If the satellite is in darkness, then the color blue is used. If the satellite is optically visible to the groundstation, then yellow is used. "earthtrack" may also be used to generate graphics files for use in web server environments. For example: earthtrack2 -c ISS -x "-geometry 800x600 -output graphic.png" will invoke "xplanet" to produce an 800x600 PNG image of the world centered on the sub-satellite point of the ISS with a name of "graphic.png". This feature, along with capabilities demonstrated in the ~/predict/clients/samples directory, can be used to develop satellite tracking and orbital prediction content for a web server. "earthtrack" exits when its connection to the PREDICT server is broken, such as would occur if PREDICT is terminated while "earthtrack" is still running. The application may be run as background processes by placing an ampersand (&) at the end of the command line. This version includes a -o switch to send the output to the file /tmp/xplanet.png instead of to the screen. For more creative uses of PREDICT and earthtrack, see John Heaton, G1YYH's PREDICT and earthtrack modification web page at: http://voyager.mcc.ac.uk/Predict/ Happy Tracking! 73, de John, KD2BD June 2003 OPTIONS
-c <satellite> (center on satellite) -C <satellite> (center on satellite and zoom in) -h <hostname running predict in server mode> -o <output to image file> -p <projection> -x <command line arguments to pass along to xplanet> -u <screen update interval in seconds> AUTHOR
This man page was written by A. Maitland Bottoms, AA4HS, for Debian GNU/Linux. 31 August 2003 EARTHTRACK(1)
All times are GMT -4. The time now is 11:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy