- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: time zone
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
01-17-2008 09:06 PM
01-17-2008 09:06 PM
time zone
"SYS$TIMEZONE_DAYLIGHT_SAVING" = "0"
"SYS$TIMEZONE_NAME" = "GMT"
"SYS$TIMEZONE_RULE" = "GMT0
%JBC-W-SYSERROR, SYS$MANAGER:JBC$DST_COMMAND.COM daylight savings time process f
ailed system service error at PC 00011EA0
-JBC-W-NOTIMZONRUL, SYS$TIMEZONE_RULE logical not defined, Daylight Savings Time
clock adjustments are not possible
So any body can help on this why it is not started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 09:47 PM
01-17-2008 09:47 PM
Re: time zone
See also HELP/MESS NOTIMZONRUL
regards kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 09:56 PM
01-17-2008 09:56 PM
Re: time zone
regards
P.Balamurugan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 10:26 PM
01-17-2008 10:26 PM
Re: time zone
@sys$manager:utc$time_setup "" show
display any errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 10:44 PM
01-17-2008 10:44 PM
Re: time zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2008 01:04 AM
01-18-2008 01:04 AM
Re: time zone
We have disabled DTSS and use NTP, so during boot VMS calls the procedure TDF$UTC_STARTUP.COM which seem to initialize the logicals using the image $SYS$SYSTEM:TDF$SET_TIMEZONE.EXE.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2008 02:06 AM
01-18-2008 02:06 AM
Re: time zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2008 09:23 AM
01-18-2008 09:23 AM
Re: time zone
Andy Bustamante
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2008 11:07 AM
01-18-2008 11:07 AM
Re: time zone
Wonder if HP has fixed the errors in the error messages, too -- ah, never mind... Bad TZ pedant. Bad pedant. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 03:03 AM
01-23-2009 03:03 AM
Re: time zone
Decnet-V is in use, but hasn't been configured yet, so may be why the message is being displayed, but any reboots clear the logicals and brings the message back.
Any ideas?
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 03:46 AM
01-23-2009 03:46 AM
Re: time zone
please read the comments/code at the beginning of SYS$STARTUP:VMS$BASEENVIRON-050_VMS.COM
If you did not configure DECnet-Plus and did not also define NET$DISABLE_DTSS (in SYLOGICALS.COM), then TDF$UTC_STARTUP.COM may not be invoked during boot.
Make sure the timezone information in the last line of SYS$STARTUP:xxx$UTC_STARTUP.COM is correct for your desired timezone (xxx=TDF or DTSS). If not, run @sys$manager:utc$time_setup
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 05:19 AM
01-23-2009 05:19 AM
Re: time zone
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2011 09:20 AM
05-13-2011 09:20 AM
Re: time zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2011 11:16 PM
05-13-2011 11:16 PM
Re: time zone
if you look at the code in TDF$UTC_STARTUP.COM, you'll recognize, that it will immediately exit, if the SYS$TIMEZONE_RULE logical is already defined.
So the answer to your question is: NO
To fix the time zone without a reboot, just run @SYS$STARTUP:UTC$TIME_SETUP
Volker.