HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Patching 7.3-1 for 2007 Daylight change revisi...
Operating System - OpenVMS
1832438
Members
4313
Online
110042
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 02:14 AM
02-28-2007 02:14 AM
Patching 7.3-1 for 2007 Daylight change revisited
I tried the process described in thread ID's 990561 and 1054671 to patch 7.3-1 for 2007 daylight support without apparent success.
I performed the following steps without having impact on the resulting SYS$TIMEZONE_RULE logical.
set def sys$common:[sys$zoneinfo.system.sources]
Edit northamerica.
(change and add new US and Canada rule lines for 2007 Daylight change)
zic -v -d sys$common:[sys$zoneinfo.system.sources] northamerica
@sys$manager:utc$time_setup
Old/new northamerica. files:
diff northamerica.2001 .
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
34 Rule US 1987 max - Apr Sun>=1 2:00 1:00
D
!!$ diff northamerica.2001 .
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
34 Rule US 1987 max - Apr Sun>=1 2:00 1:00 D
35
******
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;7
34 Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
35 Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
36 Rule US 2007 max - Nov Sun>=1 2:00 0 S
37
************
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
221 Rule Canada 1987 max - Apr Sun>=1 2:00 1:00 D
222
******
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;7
223 Rule Canada 1987 2006 - Apr Sun>=1 2:00 1:00 D
224 Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
225 Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
226
I performed the following steps without having impact on the resulting SYS$TIMEZONE_RULE logical.
set def sys$common:[sys$zoneinfo.system.sources]
Edit northamerica.
(change and add new US and Canada rule lines for 2007 Daylight change)
zic -v -d sys$common:[sys$zoneinfo.system.sources] northamerica
@sys$manager:utc$time_setup
Old/new northamerica. files:
diff northamerica.2001 .
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
34 Rule US 1987 max - Apr Sun>=1 2:00 1:00
D
!!$ diff northamerica.2001 .
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
34 Rule US 1987 max - Apr Sun>=1 2:00 1:00 D
35
******
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;7
34 Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
35 Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
36 Rule US 2007 max - Nov Sun>=1 2:00 0 S
37
************
************
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.2001;1
221 Rule Canada 1987 max - Apr Sun>=1 2:00 1:00 D
222
******
File SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;7
223 Rule Canada 1987 2006 - Apr Sun>=1 2:00 1:00 D
224 Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
225 Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
226
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 09:09 AM
02-28-2007 09:09 AM
Re: Patching 7.3-1 for 2007 Daylight change revisited
Rodman,
Did the corresponding files in SYS$TZDIR change after running ZIC? Are you sure the compiled file ended up in the right place? I think they should end up in SYS$COMMON:[SYS$ZONEINFO.SYSTEM.AMERICA]*. Check for failes modified by the ZIC command.
I would have expected the ZIC command to be:
$ zic -v -d SYS$COMMON:[SYS$ZONEINFO.SYSTEM] "sources/northamerica"
Perhaps a subtle difference, but it may affect where the output files go. Sorry, the "logic" (for want of a better term) of most Unix derived utilities is a mystery to me, and my usage is as voodoo spells that seem to mostly work, rather than any real understanding.
Looking at a TZ patched V7.3-2 system, I see the following changes for NORTHAMERICA (search for the string "2007"):
SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;1
Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
Rule US 2007 max - Nov Sun>=1 2:00 0 S
# date of enactment of this Act or March 1, 2007, whichever is later.
# agree with the 2007 US change. This means we assume most of Canada
# rules and will disagree with the US starting in 2007. This
Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
Rule Moncton 2007 max - Mar Sun>=8 0:01 1:00 D
Rule Moncton 2007 max - Nov Sun>=1 0:01 0 S
Rule Winn 2007 max - Mar Sun>=8 2:00s 1:00 D
Rule Winn 2007 max - Nov Sun>=1 2:00s 0 S
Did the corresponding files in SYS$TZDIR change after running ZIC? Are you sure the compiled file ended up in the right place? I think they should end up in SYS$COMMON:[SYS$ZONEINFO.SYSTEM.AMERICA]*. Check for failes modified by the ZIC command.
I would have expected the ZIC command to be:
$ zic -v -d SYS$COMMON:[SYS$ZONEINFO.SYSTEM] "sources/northamerica"
Perhaps a subtle difference, but it may affect where the output files go. Sorry, the "logic" (for want of a better term) of most Unix derived utilities is a mystery to me, and my usage is as voodoo spells that seem to mostly work, rather than any real understanding.
Looking at a TZ patched V7.3-2 system, I see the following changes for NORTHAMERICA (search for the string "2007"):
SYS$COMMON:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA.;1
Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
Rule US 2007 max - Nov Sun>=1 2:00 0 S
# date of enactment of this Act or March 1, 2007, whichever is later.
# agree with the 2007 US change. This means we assume most of Canada
# rules and will disagree with the US starting in 2007. This
Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
Rule Moncton 2007 max - Mar Sun>=8 0:01 1:00 D
Rule Moncton 2007 max - Nov Sun>=1 0:01 0 S
Rule Winn 2007 max - Mar Sun>=8 2:00s 1:00 D
Rule Winn 2007 max - Nov Sun>=1 2:00s 0 S
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 09:50 AM
02-28-2007 09:50 AM
Re: Patching 7.3-1 for 2007 Daylight change revisited
Files did change, but I don't know for sure that the *right* files changed.
I'll give the revised ZIC command a spin
and see what happens.
I'll give the revised ZIC command a spin
and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 01:29 AM
03-01-2007 01:29 AM
Re: Patching 7.3-1 for 2007 Daylight change revisited
Tried supplied syntax and variants, not valid syntax.
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] "sources/northamerica"
dsa0:[sys0.syscommon.][sysexe]zic.exe;1: Can't open sources/northamerica: non-tr
anslatable vms error code: 0x186D4
%rms-f-syn, file specification syntax error
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system]
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources/northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] "sources/northamerica"
dsa0:[sys0.syscommon.][sysexe]zic.exe;1: Can't open sources/northamerica: non-tr
anslatable vms error code: 0x186D4
%rms-f-syn, file specification syntax error
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources/northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources /northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
It would appear that even if I got the alternate mixed VMS/UNIX syntax to work
it ultimately references the same tree and file.
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] "sources/northamerica"
dsa0:[sys0.syscommon.][sysexe]zic.exe;1: Can't open sources/northamerica: non-tr
anslatable vms error code: 0x186D4
%rms-f-syn, file specification syntax error
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system]
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources/northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] "sources/northamerica"
dsa0:[sys0.syscommon.][sysexe]zic.exe;1: Can't open sources/northamerica: non-tr
anslatable vms error code: 0x186D4
%rms-f-syn, file specification syntax error
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources/northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
!!$ zic -v -d SYS$COMMON:[sys$zoneinfo.system] sources /northamerica
%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters
\NORTHAMERICA\
It would appear that even if I got the alternate mixed VMS/UNIX syntax to work
it ultimately references the same tree and file.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP