<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how system time updation without prompting? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020221#M80939</link>
    <description>&lt;BR /&gt;hai all&lt;BR /&gt;&lt;BR /&gt;I thought of getting some idea to stop system prompt asking for date by using software irrespetive of battery backup.&lt;BR /&gt;&lt;BR /&gt;so battery is must for restoring the date in memery.&lt;BR /&gt;thanks</description>
    <pubDate>Thu, 28 Dec 2006 00:11:48 GMT</pubDate>
    <dc:creator>kumarasamy</dc:creator>
    <dc:date>2006-12-28T00:11:48Z</dc:date>
    <item>
      <title>how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020212#M80930</link>
      <description>hello&lt;BR /&gt;Mr/r Ian Millar and Volker.&lt;BR /&gt;&lt;BR /&gt;we have to necessarily  enter date while booting system every time.(microvax 3100/openvms 6.2)&lt;BR /&gt;&lt;BR /&gt;sometime we feel it is redundance when in the same day second time or third time booted the system.&lt;BR /&gt;&lt;BR /&gt;how to set time in order to update itself from system clock without asking .&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;kumar.m&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Dec 2006 01:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020212#M80930</guid>
      <dc:creator>kumarasamy</dc:creator>
      <dc:date>2006-12-24T01:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020213#M80931</link>
      <description>Replace the battery! &lt;BR /&gt;&lt;BR /&gt;I seem to remember it is a AAA pack for this system. Not sure.&lt;BR /&gt;&lt;BR /&gt;Hope this helps, &lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Dec 2006 01:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020213#M80931</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-12-24T01:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020214#M80932</link>
      <description>kumar.m,&lt;BR /&gt;&lt;BR /&gt;during OpenVMS boot, SYSINIT tries to automatically obtain the time and date from the time-of-year clock (from CPU HW) and the data saved in EXE$GL_TODR and EXE$GQ_TODCBASE in the base image file (SYS.EXE) on disk.&lt;BR /&gt;&lt;BR /&gt;The time-of-year clock is maintained in CPU HW with a battery backup. It is implemented as a 32-bit counter, which is being incremented every 10 ms. A value of 0x10000000 represents 1-JAN 00:00:00.00 of the current year. The year can be obtained from EXE$GQ_TODCBASE.&lt;BR /&gt;&lt;BR /&gt;If the value of the TODR register is invalid, SYSINIT checks the system parameters SETTIME and TIMEPROMPTWAIT (see $ MC SYSGEN HELP PARA ...) to determine how to set the system time during boot.&lt;BR /&gt;&lt;BR /&gt;The value of the TODR clock is saved in the SYSTEM START-UP errlog entry:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/ERR/INCL=CONTROL_ENTRIES&lt;BR /&gt;...&lt;BR /&gt; SYSTEM START-UP  KA420  CPU FW REV# 7.&lt;BR /&gt; TIME OF DAY CLOCK     BFF43298&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Do you power-off your MicroVAX 3100 to reboot it ? If not, the TODR circuitry may be bad.&lt;BR /&gt;&lt;BR /&gt;You could also use $ SET TIME in the running system to read the TODR register and update your system time. This will fail with SS$_IVTIME, if the CPU TODR register value is bad. You can audit this event (and thus obtain the TODR value) with:&lt;BR /&gt;&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=TIME&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 24 Dec 2006 03:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020214#M80932</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-12-24T03:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020215#M80933</link>
      <description>&lt;BR /&gt;yes I too agree for the replacement of  battery&lt;BR /&gt;apart from that....New battery is being used.the Mother board is itself new one.&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;Whenever we boot the system at begining   it needs time to be be entered. on subsequent rebooting system does not ask time but time is updated by sys.&lt;BR /&gt;&lt;BR /&gt;once switch off and switch on for booting this will happen.&lt;BR /&gt;&lt;BR /&gt;I am not able to make it out from the message seen as below and just reproduced below what I got from system&lt;BR /&gt;&lt;BR /&gt;for today the observation from the system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$set audit/alarms/enable=time&lt;BR /&gt;&lt;BR /&gt;reply&lt;BR /&gt;%%%%%%%%%opcom 24-dec-2006 12:15:49.52 %%%%%&lt;BR /&gt;&lt;BR /&gt;Message from user audit$server on ksug1&lt;BR /&gt;security alarm(sec) and security audit(sec) on KSUG!, system id:1025&lt;BR /&gt;Event time&lt;BR /&gt;Auditable event: securit alarm state set&lt;BR /&gt;Event time&lt;BR /&gt;PID&lt;BR /&gt;user name&lt;BR /&gt;Alarm flags:&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;audit :(illformed)&lt;BR /&gt;&lt;BR /&gt;on &lt;BR /&gt;$ ANAL/ERR/INCL=CONTROL_ENTRIES&lt;BR /&gt;VAX/VMS system error report compiled 24-Dec-2006 11:24:47&lt;BR /&gt;&lt;BR /&gt;Standard Micro code Patch Patch rev#10&lt;BR /&gt;entry 68&lt;BR /&gt;error sequence 200&lt;BR /&gt;&lt;BR /&gt;date/time 12-dec-2000 17:43:40.12&lt;BR /&gt;&lt;BR /&gt;system uptimes 0 days 9:00:40&lt;BR /&gt;&lt;BR /&gt;SID:13001402&lt;BR /&gt;&lt;BR /&gt;Sys_type:03226080&lt;BR /&gt;&lt;BR /&gt;system start_up KA50 CPU Micro code Rev#2&lt;BR /&gt;Time of Day clock c8182ebe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Dec 2006 04:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020215#M80933</guid>
      <dc:creator>kumarasamy</dc:creator>
      <dc:date>2006-12-24T04:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020216#M80934</link>
      <description>kumar.m,&lt;BR /&gt;&lt;BR /&gt;fromyour description, it definitly looks like the battery is bad. Even a 'new motherboard' for a MicroVAX 3100 may be not that 'new' nowadays !&lt;BR /&gt;&lt;BR /&gt;The same battery may also save the NVRAM console settings during power-down. You can test this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SHOW BFLG ! record current setting&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SET BFLG 1&lt;BR /&gt;&lt;BR /&gt;Power down system&lt;BR /&gt;wait some time&lt;BR /&gt;power up system&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SHOW BFLG&lt;BR /&gt;&lt;BR /&gt;If BFLG is 0, the data in NVRAM is not being correctly maintained over a power failure, so something is wrong (hardware problem).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SET BFLG x ! restore current setting noted above&lt;BR /&gt;&lt;BR /&gt;The TODR value shown as&lt;BR /&gt;&lt;BR /&gt;Time of Day clock c8182ebe&lt;BR /&gt;&lt;BR /&gt;represents about 357 days 11:25:25.74 hours, so it would be an expected value for a boot at 24-DEC 11:25:25&lt;BR /&gt;&lt;BR /&gt;I do not understand the origin of:&lt;BR /&gt;&lt;BR /&gt;date/time 12-dec-2000 17:43:40.12&lt;BR /&gt;system uptimes 0 days 9:00:40&lt;BR /&gt;&lt;BR /&gt;After you've enabled time event auditing, just use the command:&lt;BR /&gt;&lt;BR /&gt;$ SET TIME&lt;BR /&gt;&lt;BR /&gt;It will read the contents of the TODR CPU register and adjust your system time accordingly. If the time read from TODR is bad, the command will fail.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 24 Dec 2006 05:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020216#M80934</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-12-24T05:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020217#M80935</link>
      <description>Hi Kumar.m,&lt;BR /&gt;I guess you want to play with TIMEPROMPTWAIT parameter in SYSGEN.&lt;BR /&gt;For furthermore informations type&lt;BR /&gt;$ MCR SYSGEN&lt;BR /&gt;HELP SYS TIMEPROMPTWAIT&lt;BR /&gt;&lt;BR /&gt;I hope this trick can help you. Anyway it's better you can solve the real battery problem.&lt;BR /&gt;&lt;BR /&gt;Merry Christam and Happy New Year!&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;&lt;A href="http://it.openvms.org" target="_blank"&gt;http://it.openvms.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Dec 2006 02:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020217#M80935</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2006-12-25T02:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020218#M80936</link>
      <description>hi Antonio&lt;BR /&gt;thanks.&lt;BR /&gt;greetings for New year and merry christmas &lt;BR /&gt;&lt;BR /&gt;hi volker.&lt;BR /&gt;it seems the supplier might have shifted to us the old working mother board. the battery is seen  bad after opened its enclosure.&lt;BR /&gt;&lt;BR /&gt;anye way I will try to replace the battery as soon as possible.&lt;BR /&gt; and further,,&lt;BR /&gt;I did As you advised&lt;BR /&gt;the followinf are system display&lt;BR /&gt; &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; sh bflg&lt;BR /&gt;0000000&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; set bflg 1&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;switched of the sys&lt;BR /&gt; after 15 minutes switched on the sys&lt;BR /&gt; &amp;gt;&amp;gt;&amp;gt; sh bflg&lt;BR /&gt;0000001&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;then I changed the flag value to 0 as you said.&lt;BR /&gt;*** &lt;BR /&gt;the Date referring 2000 year in my previous message ,I guess could be probably old system backup message.&lt;BR /&gt;&lt;BR /&gt;***&lt;BR /&gt;&lt;BR /&gt;when I use set time after Audit alarm enable&lt;BR /&gt;&lt;BR /&gt;%%%%%opcom 26-DEC-2006 08:43:17.36&lt;BR /&gt;Message from user AUDIT$SERVER on KSUG1&lt;BR /&gt;&lt;BR /&gt;security alarm (security ) on KSUG1, sys Id 1025&lt;BR /&gt;Auditable event system time recalibrated&lt;BR /&gt;Event time 26-Dec-2006 08:43:17.27&lt;BR /&gt;PID&lt;BR /&gt;Process name&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Image name KSUG1$DKA300:[sys.syscommon.][sysexe]set.exe&lt;BR /&gt;&lt;BR /&gt;New system time 26-DEC-2006 08:43:17.15&lt;BR /&gt;&lt;BR /&gt;old system time 26-DEC-2006 08:43:17.16&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 26 Dec 2006 01:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020218#M80936</guid>
      <dc:creator>kumarasamy</dc:creator>
      <dc:date>2006-12-26T01:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020219#M80937</link>
      <description>kumar.m,&lt;BR /&gt;&lt;BR /&gt;looks like the NVRAM settings did survive a 15 minute power-off. Did the system ask for the time at boot ?&lt;BR /&gt;&lt;BR /&gt;The SET TIME audit shows a correct synchronization of the system time.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Dec 2006 11:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020219#M80937</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-12-26T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020220#M80938</link>
      <description>hi Volker&lt;BR /&gt;&lt;BR /&gt;yes. it is .system askes for date at each time of booting.&lt;BR /&gt;I think it is only battery problem. not from s/w problem. moreover we can not bypass thebattery source to retain the memory inform.&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2006 04:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020220#M80938</guid>
      <dc:creator>kumarasamy</dc:creator>
      <dc:date>2006-12-27T04:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: how system time updation without prompting?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020221#M80939</link>
      <description>&lt;BR /&gt;hai all&lt;BR /&gt;&lt;BR /&gt;I thought of getting some idea to stop system prompt asking for date by using software irrespetive of battery backup.&lt;BR /&gt;&lt;BR /&gt;so battery is must for restoring the date in memery.&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 28 Dec 2006 00:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-system-time-updation-without-prompting/m-p/5020221#M80939</guid>
      <dc:creator>kumarasamy</dc:creator>
      <dc:date>2006-12-28T00:11:48Z</dc:date>
    </item>
  </channel>
</rss>

