- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Time zone rule is not recreated after a reboot...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-07-2005 03:31 AM
04-07-2005 03:31 AM
Time zone rule is not recreated after a reboot.
$ @UTC$TIME_SETUP.COM; show
AUTO_DLIGHT_SAV is set to "1".
OpenVMS will automatically change to/from Daylight Saving Time.
(in timezones that use Daylight Saving Time)
LOCAL TIME ZONE = MOUNTAIN / US -- DAYLIGHT TIME
LOCAL SYSTEM TIME = 7-APR-2005 09:17:18.83
(MDT)
TIME DIFFERENTIAL FACTOR = -6:00
TIME ZONE RULE = MST7MDT6,M4.1.0/02,M10.5.0/02
Rule is not recreated after reboot. Any suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 03:59 AM
04-07-2005 03:59 AM
Re: Time zone rule is not recreated after a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:04 AM
04-07-2005 04:04 AM
Re: Time zone rule is not recreated after a reboot.
SYS$TIMEZONE.DAT; files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:40 AM
04-07-2005 04:40 AM
Re: Time zone rule is not recreated after a reboot.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:46 AM
04-07-2005 04:46 AM
Re: Time zone rule is not recreated after a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 02:17 AM
04-10-2005 02:17 AM
Re: Time zone rule is not recreated after a reboot.
the *TIME* logicals are being created during system startup by either:
SYS$STARTUP:TDF$UTC_STARTUP.COM or
SYS$STARTUP:DTSS$UTC_STARTUP.COM
using appropriate DTSS$SET_TIMEZONE INITIALIZE ... command (last line in each file).
This is depending on various conditions (DECnet version: Phase IV or Plus, DTSS enabled or correctly disabled by NET$DISABLE_DTSS) and the various TDF related patches.
There have been various problems in the past - see all the patches for VMS731_TDF.
Most of these patches are not available for V7.3.
According to your description, it may be that the startup procedures try to call the wrong *$UTC_STARTUP.COM on your system and therefore fail to define those logicals.
Please check, which *$TDF_STARTUP.COM procedures exist in SYS$STARTUP and check the correct timezone information in those files (last line). Then check which startup procedure is supposed to call that file:
$ SEA SYS$STARTUP:*.COM xxx$UTC_STARTUP
(where xxx is either DTSS or UTC, depending on your system).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 02:22 AM
04-11-2005 02:22 AM
Re: Time zone rule is not recreated after a reboot.
Based on my own dealings with a similar problem, you'll want to be sure that in SYS$MANAGER:SYLOGICALS.COM you define NET$DISABLE_DTSS to 1. This will assist the startup procedure in correctly identifying your configuration and should help it with correctly setting up the time zone rule.
Also, if you have not applied the most recent VMS7*_UPDATE patch kit, nor the *_TDF patch kit then you will want to do that as well, since it did address the logic for correctly setting up the timezone rule at boot time.
Robert