- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: UTC$TIME_SETUP
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
03-10-2006 03:19 AM
03-10-2006 03:19 AM
We are on OpenVMS 7.3-1. TCPIP V5.4 ECO 5.
Current rule is SYS$TIMEZONE_RULE = GMT0.
Please can someone help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 05:09 AM
03-10-2006 05:09 AM
Re: UTC$TIME_SETUP
@SYS$MANAGER:UTC$TIME_SETUP is the correct procedure to be used for all kind of time/timezone related changes on OpenVMS. It should take care of everything.
If creates SYS$STARTUP:*$UTC_STARTUP.COM (* = either TDF or DTSS). Look in the last line of that file for the timezone info.
Check with $ SHOW LOG *TIME* if everything looks o.k.
There are a couple of TDF related patches available for OpenVMS V7.3-1 (most recent one is VMS731_TDF-V0500).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 06:29 AM
03-10-2006 06:29 AM
SolutionI don't know whether you have VMS731_TDF-V0200 ECO kit installed in your system....
This solve your problem.
http://ftp.uma.es/Vms/parches/v7.3-1/VMS731_TDF-V0200.txt...this ECO summary explains about your problem....title under "Timezone differential factor not preserved across system reboots"
UTC$TIME_SETUP.COM, stores the differential factor in SYS$TIMEZONE.DAT. During a system boot a new version of SYS$TIMEZONE.DAT is being created and the new version contains the timezone's default differential factor of "0", overriding the content of the previous version.
You can check this after running @SYS$MANAGER:UTC$TIME_SETUP
$ SHOW LOG *TIMEZONE*
"SYS$TIMEZONE_DIFFERENTIAL" = "some value"
now
$Reboot
and check
$ SHOW LOG *TIMEZONE*
"SYS$TIMEZONE_DIFFERENTIAL" will be set to "0".
So install this ECO patch.
Archunan
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 06:31 AM
03-10-2006 06:31 AM
Re: UTC$TIME_SETUP
It all looks correct now. The last line is $ DTSS$SET_TIMEZONE INITIALIZE "GMT0".
The system crashed and SYS$TIMEZONE_DIFFERENTIAL came up with 3600.
I was checking previous versions of tdf$utc_startup.com and they all have "GMT0".
Is it tcpip$startup that runs this or is it somehing else.
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 06:39 AM
03-10-2006 06:39 AM
Re: UTC$TIME_SETUP
I checkout the patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 07:05 AM
03-10-2006 07:05 AM