- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS 7.2-1 asking for the date and time at boot
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-20-2004 03:04 AM
тАО07-20-2004 03:04 AM
I'm facing a problem as follow :
While re-booting a stand-alone server running OpenVMS v7.2-1 it asks for the date and time to be entered at the consule, and won't boot until that data is given.
Could this be a hardware problem (maybe the motherboard battery) or could it be something in the VMS?
Thank-you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:10 AM
тАО07-20-2004 03:10 AM
Re: VMS 7.2-1 asking for the date and time at boot
AFAIK, its not a VMS problem. Most probably the bad battery.
Thanks & regards,
Lokesh Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:20 AM - last edited on тАО09-16-2024 02:28 AM by support_s
тАО07-20-2004 03:20 AM - last edited on тАО09-16-2024 02:28 AM by support_s
Re: VMS 7.2-1 asking for the date and time at boot
The sysgen paramter was set on 65535, can't tell why.
I reset it to 0, and used "write current" of-course.
We'll see again next reboot, which probably be in a few months.
Thank-you.
- Tags:
- Rack_Frame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 04:48 AM
тАО07-20-2004 04:48 AM
Re: VMS 7.2-1 asking for the date and time at boot
you have a battery trouble. After set TIMEPROMTWAIT you could meet some timestamp problem.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 06:35 PM
тАО07-20-2004 06:35 PM
Re: VMS 7.2-1 asking for the date and time at boot
Please check the system parameter SETTIME. If this parameter is set to 1, OpenVMS asks to set the time on each boot/reboot. The default value for this parameter is 0.
TIMEPROMPTWAIT should be set to 65535.
See also:
$mc sysman help sys_parameter settime
$mc sysman help sys_parameter TIMEPROMPTWAIT
Regards,
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 08:23 PM
тАО07-20-2004 08:23 PM
Re: VMS 7.2-1 asking for the date and time at boot
I feel it may be the fact that SETTIME is configured to 1.
SETTIME is a boolean parameter which if set to on (1), will insist that the date/time be entered at reboot.
1. Check parameter $MC SYSGEN SHO SETTIME.
2. If set to 1 then set it to 0 in the usual way.
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 08:23 PM
тАО07-20-2004 08:23 PM
Re: VMS 7.2-1 asking for the date and time at boot
I took your good advice, and I found the settime parameter is set to 0.
I'll have to assume that the system's battery is dead, but I'll have to wait until the next time my clients will allow me to reboot, which could take a very long time.
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 10:00 AM
тАО07-21-2004 10:00 AM
Re: VMS 7.2-1 asking for the date and time at boot
One further possibility, your system may not have had the time set for a considerable period. OpenVMS timekeeping is complex, mostly because of the lack of availability of cheap clock chips back when the VAX-11 780 was designed. Since then, for various reasons we've had to live with the consequent limitations (bug for bug compatibility all the way).
When you issue a SET TIME command, the current time gets written to the system disk. On reboot, the time is read from both the hardware ("Time Of Year" or "TOY") clock and the disk. Some "sanity checks" are performed. If they pass OpenVMS calculates the time from both values. If not, OpenVMS will prompt for the date and time. (this is why a dead battery will also result in a prompt - the TOY clock starts at zero and is below the sanity threshold when sampled).
During a normal shutdown, the date should be written to the disk, but if the system only ever goes down by power failure or crash, this never happens.
You need to issue at least one SET TIME command between 1-JAN and APRIL the following year to put the "TOY" clock back into the sanity range.
If you're interested in exactly how OpenVMS maintains system time, there are plenty of articles which explain it in far too much detail. You really don't need or want to know, so finding one left as an exercise for the masochistic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 01:32 PM
тАО07-21-2004 01:32 PM
Re: VMS 7.2-1 asking for the date and time at boot
for the masochistic here :-), does the automatic change to/from DST with
AUTO_DLIGHT_SAV = 1 count as the required set time?
Greetings, Martin