<?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: Strange ES40 Boot Solution in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222160#M27006</link>
    <description>The fix as suggested by *ALL* of the&lt;BR /&gt;contributors was:&lt;BR /&gt;&lt;BR /&gt;    P00&amp;gt;&amp;gt; set memory_test full &lt;BR /&gt;    P00&amp;gt;&amp;gt; INIT&lt;BR /&gt;&lt;BR /&gt;All of the ways I could think of to test the&lt;BR /&gt;system were successful.&lt;BR /&gt;&lt;BR /&gt;Many Thanks to everyone.&lt;BR /&gt;&lt;BR /&gt;Bob /</description>
    <pubDate>Thu, 04 Feb 2010 15:42:02 GMT</pubDate>
    <dc:creator>Bob Olewine</dc:creator>
    <dc:date>2010-02-04T15:42:02Z</dc:date>
    <item>
      <title>Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222148#M26994</link>
      <description>&lt;!--!*#--&gt;Has anyone seen this ...&lt;BR /&gt;&lt;BR /&gt;I have an ES40 configured:&lt;BR /&gt;   &amp;gt; 2 front cages with 2 each  18gb disks&lt;BR /&gt;       the default boot device is DKA0&lt;BR /&gt;   &amp;gt; 16 gb memory&lt;BR /&gt;   &amp;gt; 2 @ 1gb fibre cards&lt;BR /&gt;   &amp;gt; 1 SCSI card&lt;BR /&gt;   &amp;gt; 1 @ 10 / 100 NIC card with a SCSI port&lt;BR /&gt;   &amp;gt; CD drive&lt;BR /&gt;   &amp;gt; Floppy drive&lt;BR /&gt;&lt;BR /&gt;   The O/S is OpenVMS V8.3&lt;BR /&gt;      &amp;gt; with patch kit 12&lt;BR /&gt;      &amp;gt; patch kit ACRTL V600&lt;BR /&gt;      &amp;gt; the LDAP ACME Server is installed &lt;BR /&gt;          but not functional yet in that &lt;BR /&gt;          the SYSUAF records are not modified.&lt;BR /&gt;&lt;BR /&gt;The problem is after an INITIALIZATON .or. power&lt;BR /&gt;   reset .or. any other 'COLD' boot situation.&lt;BR /&gt;&lt;BR /&gt;When the 'P00&amp;gt;&amp;gt;' appears and the default boot&lt;BR /&gt;  (to one of the front cage disks) is invoked,&lt;BR /&gt;   P00&amp;gt;&amp;gt; boot -flag 0,0  , the boot fails&lt;BR /&gt;  with a stack dump and returns to the 'P00&amp;gt;&amp;gt;'&lt;BR /&gt;  prompt.&lt;BR /&gt;&lt;BR /&gt;In the past simply repeating the boot solved the &lt;BR /&gt;problem and the system came up, ie: P00&amp;gt;&amp;gt; boot -flag 0,0&lt;BR /&gt;&lt;BR /&gt;Now the boot continues to fail unless I jump through&lt;BR /&gt;some hoops which I will describe later.&lt;BR /&gt;&lt;BR /&gt;I have booted with the flags set to  0,30000&lt;BR /&gt;and gotten the messages:&lt;BR /&gt;&lt;BR /&gt;The last message before the failure is:&lt;BR /&gt;&amp;gt;  Checking if this system supports deferred memory testing.&lt;BR /&gt;&amp;gt;  This system does not support deferred memory testing.&lt;BR /&gt;  &lt;BR /&gt;Then a '****' box is drawn and inside the box is the&lt;BR /&gt;message:&lt;BR /&gt;* Exception taken before handler has been loaded ! *&lt;BR /&gt;* Unable to take crash dump! *&lt;BR /&gt;&lt;BR /&gt;Then a message:&lt;BR /&gt; Access control violation through vector 00000080  &lt;BR /&gt;&lt;BR /&gt;Then the usual stack dump.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It did not matter ... I booted  -flags 0,30001&lt;BR /&gt;and at sysboot:&lt;BR /&gt;   &amp;gt; set mmg_ctlflags 7         and  0 also was tried&lt;BR /&gt;   &amp;gt; set writesysparams 0&lt;BR /&gt;   &amp;gt; continue&lt;BR /&gt;&lt;BR /&gt;Still get the same messages.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also the  VMS V8.3 distribution CD will not boot.&lt;BR /&gt;VMS was upgraded to V8.3 in Jan 2009 and aggreate&lt;BR /&gt;patched at that time and the patches have been applied&lt;BR /&gt;as they have been released.&lt;BR /&gt;&lt;BR /&gt;The firmware is at V7.3 and as far as I can tell is&lt;BR /&gt;current ... both AUTO and manual modes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My work-around for booting from an INITIALLIZED state&lt;BR /&gt;is:&lt;BR /&gt;  First Try:  P00&amp;gt;&amp;gt; boot -flag 0,0&lt;BR /&gt;  &amp;gt;&amp;gt;Results:  get the expected failure and stack dump.&lt;BR /&gt;&lt;BR /&gt;  Second Try: P00&amp;gt;&amp;gt; boot -flag 0,0&lt;BR /&gt;  &amp;gt;&amp;gt; Results: same as 'First Try' .&lt;BR /&gt;&lt;BR /&gt;  Third Try:  Load CD for VMS V7.3 distribution&lt;BR /&gt;              P00&amp;gt;&amp;gt; Boot -flag 0,0  DQA0&lt;BR /&gt;  &amp;gt;&amp;gt; Results: Get the following message:&lt;BR /&gt;     SYSBOOT-I-GCTMINOR, GCT used with minor revision mismatch&lt;BR /&gt;        expected 00000005.00000001  got 00000005.00000002&lt;BR /&gt;&lt;BR /&gt;     continues with the usual failure and stack dump.&lt;BR /&gt;&lt;BR /&gt;  Fourth Try:  Remove and Save the VMS V7.3 CD&lt;BR /&gt;               P00&amp;gt;&amp;gt; boot -flag 0,0 &lt;BR /&gt;  &amp;gt;&amp;gt; Results: NORMAL VMS boot ... system is up and&lt;BR /&gt;              working as expected.&lt;BR /&gt;&lt;BR /&gt;     WARM boots from here on work as advertised.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the case of a 'COLD' BOOT ... revert back to &lt;BR /&gt;'FIRST TRY'. &lt;BR /&gt;&lt;BR /&gt;As a result I have determined that 'Until Further Notice'&lt;BR /&gt;I will not do INITs or System ReSets unless I just have to.&lt;BR /&gt;&lt;BR /&gt;                       -0-</description>
      <pubDate>Thu, 28 Jan 2010 15:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222148#M26994</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-01-28T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222149#M26995</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;just a quick guess:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SHOW MEMORY_TEST&lt;BR /&gt;&lt;BR /&gt;This environment variable needs to be set to FULL for OpenVMS systems. If not, it may cause 'strange symptoms'.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 28 Jan 2010 15:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222149#M26995</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-01-28T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222150#M26996</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The SRM parameter Memory_test is set to PARTIAL or FULL ?&lt;BR /&gt;&lt;BR /&gt;can you try to boot with this parameter to FULL ?</description>
      <pubDate>Thu, 28 Jan 2010 15:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222150#M26996</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-01-28T15:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222151#M26997</link>
      <description>Volker and labadie, ...&lt;BR /&gt;&lt;BR /&gt;First off ... Thank you.&lt;BR /&gt;&lt;BR /&gt;Right now the memory_test is NONE for no other&lt;BR /&gt;reason than it just takes so long for the&lt;BR /&gt;memory to test.  I will give it a try though.&lt;BR /&gt;&lt;BR /&gt;Bob /</description>
      <pubDate>Thu, 28 Jan 2010 16:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222151#M26997</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-01-28T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222152#M26998</link>
      <description>I'm pretty sure VMS requires MEMORY_TEST to be set to full on the Alphas.  I had tried to monkey with this in our lab for the same reason, reducing boot time, and always ran into trouble if it was anything but "full"</description>
      <pubDate>Fri, 29 Jan 2010 00:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222152#M26998</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2010-01-29T00:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222153#M26999</link>
      <description>I had some strange problems with first boot of an ES40 which were resolved by changing the memory test to FULL. It's worth a try.&lt;BR /&gt;&lt;BR /&gt;It's also worth updating the firmware to the latest, just in case. There used to be a nasty little problem with SCSI_POLL back around V6.8 firmware I remember - didn't find all the devices properly if SCSI_POLL was set to a non-default value.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Fri, 29 Jan 2010 07:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222153#M26999</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2010-01-29T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222154#M27000</link>
      <description>I remember, among other problems, RDB failing miserably when starting VMS with this parameter at another value than FULL.&lt;BR /&gt;&lt;BR /&gt;The error message was puzzling.</description>
      <pubDate>Fri, 29 Jan 2010 07:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222154#M27000</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-01-29T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222155#M27001</link>
      <description>I will not be able to test the &lt;BR /&gt;'set memory_test full' until Monday.&lt;BR /&gt;Will assign points then if that is OK.&lt;BR /&gt;&lt;BR /&gt;Thank you-all for the input.  I am&lt;BR /&gt;excited that so many of you  seem to agree on the fix.&lt;BR /&gt;&lt;BR /&gt;Bob /</description>
      <pubDate>Fri, 29 Jan 2010 16:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222155#M27001</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-01-29T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222156#M27002</link>
      <description>Hi Bob, &lt;BR /&gt;&lt;BR /&gt;From the Firmware Release Notes: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/alphaserver/firmware/current_platforms/v7.3_release/DOC/es40_v73_fw_relnote.pdf" target="_blank"&gt;ftp://ftp.hp.com/pub/alphaserver/firmware/current_platforms/v7.3_release/DOC/es40_v73_fw_relnote.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;"Set Memory_Test &lt;BR /&gt;The memory_test environment variable [EV] allows the console to test a fixed amount &lt;BR /&gt;or memory. The default value of full is to test all of memory. The other values shown &lt;BR /&gt;are used for testing only: &lt;BR /&gt;P00&amp;gt;&amp;gt;&amp;gt; set memory_test full ; test all memory (default value) &lt;BR /&gt;P00&amp;gt;&amp;gt;&amp;gt; set memory_test partial ; test 128MB memory (for mfg use only) &lt;BR /&gt;P00&amp;gt;&amp;gt;&amp;gt; set memory_test none ; test 32MB memory (for mfg use only) &lt;BR /&gt;***The memory_test EV should be set to the default value before booting an operating &lt;BR /&gt;system.***" &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;&lt;BR /&gt;Rgds, &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2010 23:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222156#M27002</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2010-01-29T23:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222157#M27003</link>
      <description>Greetings everyone and Thank you.&lt;BR /&gt;&lt;BR /&gt;The  set  memory_test  full   solved the&lt;BR /&gt;problem.  &lt;BR /&gt;I INITIALIZEd the console and&lt;BR /&gt;used the front button to restart and reload the SRM console.  Boots after each condition worked as advertised. &lt;BR /&gt;&lt;BR /&gt;I will assign points now; but if someone could contact Mr. Volker and have him respond again so I can add a few more points for him since he was also correct before I close the thread.&lt;BR /&gt;&lt;BR /&gt;Thank you all again.&lt;BR /&gt;&lt;BR /&gt;Bob Olewine /</description>
      <pubDate>Wed, 03 Feb 2010 22:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222157#M27003</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-02-03T22:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222158#M27004</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;it's Mr. Halle - or just Volker ;-)&lt;BR /&gt;&lt;BR /&gt;I've been bit by this problem a couple of times as well. As I said, it can produce very strange effects.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 04 Feb 2010 07:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222158#M27004</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-02-04T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222159#M27005</link>
      <description>Volker, ...&lt;BR /&gt;&lt;BR /&gt;Sorry ... I did not mean to offed.  I saw the&lt;BR /&gt;blunder as soon as I looked to see how the&lt;BR /&gt;reply posted.&lt;BR /&gt;&lt;BR /&gt;The fix did work though and I do Thank You.&lt;BR /&gt;&lt;BR /&gt;=====&lt;BR /&gt;&lt;BR /&gt;Thread closing.&lt;BR /&gt;&lt;BR /&gt;Bob /</description>
      <pubDate>Thu, 04 Feb 2010 15:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222159#M27005</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-02-04T15:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange ES40 Boot Solution</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222160#M27006</link>
      <description>The fix as suggested by *ALL* of the&lt;BR /&gt;contributors was:&lt;BR /&gt;&lt;BR /&gt;    P00&amp;gt;&amp;gt; set memory_test full &lt;BR /&gt;    P00&amp;gt;&amp;gt; INIT&lt;BR /&gt;&lt;BR /&gt;All of the ways I could think of to test the&lt;BR /&gt;system were successful.&lt;BR /&gt;&lt;BR /&gt;Many Thanks to everyone.&lt;BR /&gt;&lt;BR /&gt;Bob /</description>
      <pubDate>Thu, 04 Feb 2010 15:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/strange-es40-boot-solution/m-p/5222160#M27006</guid>
      <dc:creator>Bob Olewine</dc:creator>
      <dc:date>2010-02-04T15:42:02Z</dc:date>
    </item>
  </channel>
</rss>

