User Tools

Site Tools


why_did_time_change_in_the_wrong_month

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
why_did_time_change_in_the_wrong_month [2019/07/25 03:07] mmacgregorwhy_did_time_change_in_the_wrong_month [2019/07/25 03:39] (current) mmacgregor
Line 1: Line 1:
-This is a work in progress 
  
 ====== Why did the system time change in the wrong month? ====== ====== Why did the system time change in the wrong month? ======
  
-There are a variety of reasons that may explain this situation and before we discuss the other possibilities, we're going to explore a change that the US Congress made to the rules.  In the Energy Policy Act of 2005, the US Congress agreed to change when the semi-annual time changes would occur, starting January 1, 2007.  +There are a variety of reasons that may explain this situation and before we discuss the other possibilities, we're going to explore a change that the US Congress made to the rules.  In the Energy Policy Act of 2005((1 Energy Policy Act of 2005: https://en.wikipedia.org/wiki/Energy_Policy_Act_of_2005)), the US Congress agreed to change when the semi-annual time changes would occur, starting January 1, 2007.  
  
-Prior to that change, the  Public Utility Holding Company Act of 1935 dictated that time would change within the US as follows The first Sunday of April at 2 a.m and the final Sunday of October at 2 a.m.  +Prior to that change, the  Public Utility Holding Company Act of 1935((2 Public Utility Holding Company Act of 1935: https://en.wikipedia.org/wiki/Public_Utility_Holding_Company_Act_of_1935)) dictated that time would change within the US as follows The first Sunday of April at 2 a.m and the final Sunday of October at 2 a.m.  
  
 After the change, the rules changed to to the second Sunday of March at 2 a.m. and the first Sunday of November at 2 a.m. After the change, the rules changed to to the second Sunday of March at 2 a.m. and the first Sunday of November at 2 a.m.
  
-The HP OpenVMS engineering group made the decision to provide patches for some versions of OpenVMS, but not all of them. Thus, several did methods were necessary to cover every OpenVMS version+The HP OpenVMS engineering group made the decision to provide patches for some versions of OpenVMS, but not all of them. Thus, several different methods were necessary to cover every OpenVMS version.
- +
-Any VMS version listed below before OpenVMS 8.4 are officially *UNSUPPORTED*.  The solutions listed below are for your benefit, PARSEC cannot guarantee its effectiveness because of the possibility of error in transmitting or implementing it.  It is meant to be used as a template for writing your own solution, and it may require modification for use on your system.+
  
 +The solutions listed below are for your benefit, PARSEC cannot guarantee its effectiveness because of the possibility of error in transmitting or implementing it.  It is meant to be used as a template for writing your own solution, and it may require modification for use on your system.
  
 NOTES: NOTES:
  
-If the VMS version is not listed below and you have questions, then log a call with PARSEC and we'll try and find a solution for you.+If the VMS version is not listed below and you have questions, then log a call with PARSEC at 866-3-PARSEC and we'll find a solution for you.
  
-All of the TZ patches imply that a reboot is not necessary.  This is officially correct, but perhaps misleading.  If you are alpha 7.3 or higher, and you are using the AUTO_DLIGHT_SAV option, then there is a TQE in existance under the JOB_CONTROL process that is currently set to go off in April instead of in March.  Thus, you will either need to stop/restart the JOB_CONTROL process (something we don't really recommend on busy machines, but power users can decide if they can go that route), or reboot the machine.  Either of these steps will correct the TQEs that kick off.+All of the TZ patches imply that a reboot is not necessary.  This is officially correct, but perhaps misleading.  If you are alpha 7.3 or higher, and you are using the AUTO_DLIGHT_SAV option, then there is a TQE in existence under the JOB_CONTROL process that is currently set to go off in April instead of in March or November instead of October.  Thus, you will either need to stop/restart the JOB_CONTROL process (something we don't really recommend on busy machines, but power users can decide if they can go that route), or reboot the machine.  Either of these steps will correct the TQEs that kick off.
  
 +All examples below are based on Eastern time.  You will need to modify rules according to your own timezone.  If you aren't sure what the rule should read, contact PARSEC at 866-3-PARSEC
  
-===== VAX/Alpha 6.1, VAX/Alpha 7.1 (and variants), VAX/Alpha 7.2 (and variants) =====+==== VAX/Alpha 6.1, VAX/Alpha 7.1 (and variants), VAX/Alpha 7.2 (and variants) ====
  
 +<code>
 1. *IF* DECnet Phase IV, no change in behavior, use UTC$CONFIGURE_TDF.COM 1. *IF* DECnet Phase IV, no change in behavior, use UTC$CONFIGURE_TDF.COM
  
-2. *IF* DECnet/OSI *AND* no DTSS, then wait until after the 2 a.m. time has +2. *IF* DECnet/OSI *AND* no DTSS, then wait until after the 2 a.m. time on the  
-   been reached and then:+   appropriate date has been reached and then:
  
    a. Execute immediately, and place this command towards the end of your    a. Execute immediately, and place this command towards the end of your
       system startup file:       system startup file:
  
-      $ DEFINE/SYSTEM/EXEC SYS$TIMEZONE_RULE +      $ DEFINE/SYSTEM/EXEC SYS$TIMEZONE_RULE "EST5EDT4,M3.2.0/02,M11.1.0/02"
-      _$ "EST5EDT4,M3.2.0/02,M11.1.0/02"+
  
-   b. Then, each this time and all future time change dates, issue the  +   b. Then, each this time and all future time change dates, issue the following  
-      following commands:+      commands:
  
       $ INSTALL := $INSTALL       $ INSTALL := $INSTALL
Line 44: Line 43:
 3. *IF* DECnet/OSI *AND* DTSS,  3. *IF* DECnet/OSI *AND* DTSS, 
  
-   Get a copy of the DTSS$TIMEZONE_RULES.DAT included in the VAXTZ01_062 +   Get a copy of the DTSS$TIMEZONE_RULES.DAT included in the VAXTZ01_062 or  
-   or ALPTZ01_062 patch on the web.  Copy this file to your node, then +   ALPTZ01_062 patch on the HPESC website.  Copy this file to your node, then 
    reconfigure the timezones via:    reconfigure the timezones via:
      
Line 56: Line 55:
    logicals immediately and change the "next TDF" time within DTSS to reflect     logicals immediately and change the "next TDF" time within DTSS to reflect 
    the March 11th date for 2007.  You are now finished.    the March 11th date for 2007.  You are now finished.
 +</code>
  
 +==== VAX/Alpha 6.2 (and variants), VAX 7.3 ====
  
-*** VAX/Alpha 6.2 (and variants), VAX 7.3: +<code>
 1. *IF* DECnet Phase IV, no change in behavior, use UTC$CONFIGURE_TDF.COM 1. *IF* DECnet Phase IV, no change in behavior, use UTC$CONFIGURE_TDF.COM
  
Line 82: Line 82:
       system startup file:       system startup file:
  
-      $ DEFINE/SYSTEM/EXEC SYS$TIMEZONE_RULE +      $ DEFINE/SYSTEM/EXEC SYS$TIMEZONE_RULE "EST5EDT4,M3.2.0/02,M11.1.0/02"
-      _$ "EST5EDT4,M3.2.0/02,M11.1.0/02"+
  
    b. Then, each future time change, issue the following commands:    b. Then, each future time change, issue the following commands:
Line 91: Line 90:
       $ DTSS$SET_TIMEZONE := $SYS$SYSTEM:DTSS$SET_TIMEZONE.EXE       $ DTSS$SET_TIMEZONE := $SYS$SYSTEM:DTSS$SET_TIMEZONE.EXE
       $ DTSS$SET_TIMEZONE MODIFY       $ DTSS$SET_TIMEZONE MODIFY
 +</code>
  
 +==== ALPHA 7.3 or 7.3-1 ====
  
- +<code>
- +
-*** ALPHA 7.3 or 7.3-1: +
 This procedure is written for the customers in the Eastern timezone.  If your This procedure is written for the customers in the Eastern timezone.  If your
 system is in another timezone, you will have to modify it to the appropriate  system is in another timezone, you will have to modify it to the appropriate 
Line 106: Line 104:
 You will need to find a machine that has already installed the TZ patch.  For You will need to find a machine that has already installed the TZ patch.  For
 example, the VMS732_TZ-V0300 or VMS82_TZ-V0200.  If you do not have such a file, example, the VMS732_TZ-V0300 or VMS82_TZ-V0200.  If you do not have such a file,
-you can either log a call with HP to have us FTP the appropriate file to you, +you can pull down one of those patches and issue these commands:
-or you can pull down one of those patches and issue these commands:+
  
   $ CREATE/DIRECTORY [.TIME]   ! good idea to have separate directory   $ CREATE/DIRECTORY [.TIME]   ! good idea to have separate directory
Line 128: Line 125:
  
    $ @SYS$MANAGER:NET$CONFIGURE   and select option 5    $ @SYS$MANAGER:NET$CONFIGURE   and select option 5
- 
  
       [5] Configure Timezone Differential Factor       [5] Configure Timezone Differential Factor
Line 134: Line 130:
    And follow the instructions. This will correct the four SYS$TIMEZONE*     And follow the instructions. This will correct the four SYS$TIMEZONE* 
    logicals immediately and change the "next TDF" time within DTSS to reflect     logicals immediately and change the "next TDF" time within DTSS to reflect 
-   the March 11th date for 2007.  You are now finished.+   the proper Sunday in the future.  You are now finished.
  
 3.  *IF* running AUTO_DLIGHT_SAV = 1: 3.  *IF* running AUTO_DLIGHT_SAV = 1:
Line 147: Line 143:
 4. *IF* Neither DTSS nor AUTO_DLIGHT_SAV, thus "by hand" 4. *IF* Neither DTSS nor AUTO_DLIGHT_SAV, thus "by hand"
  
-   At 2 a.m on March 11th, you will run the UTC$TIME_SETUP.COM, which will  +   At 2 a.m on the appropriate Sunday, you will run the UTC$TIME_SETUP.COM,  
-   correct the four SYS$TIMEZONE* logicals, and change the rule listed in  +   which will correct the four SYS$TIMEZONE* logicals, and change the rule  
-   TDF$UTC_STARTUP.COM so that your logicals will be correct after system +   listed in TDF$UTC_STARTUP.COM so that your logicals will be correct after  
-   boots.  No reboot is necessary at this time.+   system boots.  No reboot is necessary at this time. 
 +</code>
  
 +==== ALPHA 7.3-2, ALPHA/ITANIUM 8.2, ITANIUM 8.2-1 ====
  
-*** ALPHA 7.3-2, ALPHA/ITANIUM 8.2, ITANIUM 8.2-1: +<code>
 1. Apply the appropriate patch of:  VMS732_TZ-V0300, VMS82A_TZ-V0200, 1. Apply the appropriate patch of:  VMS732_TZ-V0300, VMS82A_TZ-V0200,
    VMS82I_TZ-V0200, VMS821I_TZ-V0200    VMS82I_TZ-V0200, VMS821I_TZ-V0200
Line 167: Line 164:
    And follow the instructions. This will correct the four SYS$TIMEZONE*     And follow the instructions. This will correct the four SYS$TIMEZONE* 
    logicals immediately and change the "next TDF" time within DTSS to reflect     logicals immediately and change the "next TDF" time within DTSS to reflect 
-   the March 11th date for 2007.  You are now finished.+   the next appropriate time change date.  You are now finished.
  
 3.  *IF* running AUTO_DLIGHT_SAV = 1: 3.  *IF* running AUTO_DLIGHT_SAV = 1:
Line 180: Line 177:
 4. *IF* Neither DTSS nor AUTO_DLIGHT_SAV, thus "by hand" 4. *IF* Neither DTSS nor AUTO_DLIGHT_SAV, thus "by hand"
  
-   At 2 a.m on March 11th, you will run the UTC$TIME_SETUP.COM, which will  +   After 2 a.m on the appropriate Sunday, you will run the UTC$TIME_SETUP.COM,  
-   correct the four SYS$TIMEZONE* logicals, and change the rule listed in  +   which will correct the four SYS$TIMEZONE* logicals, and change the rule  
-   TDF$UTC_STARTUP.COM so that your logicals will be correct after system +   listed in TDF$UTC_STARTUP.COM so that your logicals will be correct after  
-   boots.  No reboot is necessary at this time.+   system boots.  No reboot is necessary at this time. 
 +</code>
  
  
 +==== ALPHA / I64 8.3 ====
  
-*** ALPHA/I64 8.3: +<code> 
- +For the US customers, the solution is already built into the OpenVMS codestream. 
-For the US customers, the solution is already built into the OpenVMS codestream, +For Canadian customers, it depends on which Provence your machine is located.   
-treat 2007 the same as you did in 2006.  For Canadian customers, it depends on  +If you are in the Mountain or Pacific timezones, your timezones may not be correct.   
-which Provence your machine is located.  If you are in the Mountain or Pacific  +You can check by looking at your SYS$TIMEZONE_RULE logical.  If it shows:   
-timezones, your timezones may not be correct.  You can check by looking at your  +
-SYS$TIMEZONE_RULE logical.  If it shows:   +
  
    "...M3.2.0/02,M11.1.0/02"     "...M3.2.0/02,M11.1.0/02" 
  
 then you are operational.  If it doesn't show that, then install the appropriate then you are operational.  If it doesn't show that, then install the appropriate
-of VMS83A_TZ-V0100 or VMS83I_TZ-V0100+patch of either VMS83A_TZ-V0100 or VMS83I_TZ-V0100 
 +</code>
  
 +==== ALPHA / I64 8.4 and above ====
  
-*** ALPHA/I64 8.4 and above:+<code> 
 +The solution is already build into the OpenVMS codestream. 
 +</code>
  
-The solution is already build into the OpenVMS codestream.+The above information is specific to perhaps using the wrong timezone rules for your system.  If that doesn't seem to address the issue, then log a call with PARSEC at 866-3-PARSEC and we'll be happy to assist you.
  
why_did_time_change_in_the_wrong_month.txt · Last modified: 2019/07/25 03:39 by mmacgregor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki