<?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 ES40 and ES45 - console memory in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872103#M10697</link>
    <description>When I first started working on ES40 , you had to perform an INIT at the SRM prompt to clear memory between server boot and running wwidmgr.&lt;BR /&gt;However I seem to remember on a later model of ES40 not having to do this (When the plastic case turned black).&lt;BR /&gt;I know have some ES45 and I have to perform INIT between boot and wwidmgr at the SRM prompt. Are these old models I'm working on ?&lt;BR /&gt;Or was the whole thing about not having to sit about waiting for INIT's to complete a dream.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Kevin</description>
    <pubDate>Fri, 29 Sep 2006 06:28:07 GMT</pubDate>
    <dc:creator>Kevin Raven (UK)</dc:creator>
    <dc:date>2006-09-29T06:28:07Z</dc:date>
    <item>
      <title>ES40 and ES45 - console memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872103#M10697</link>
      <description>When I first started working on ES40 , you had to perform an INIT at the SRM prompt to clear memory between server boot and running wwidmgr.&lt;BR /&gt;However I seem to remember on a later model of ES40 not having to do this (When the plastic case turned black).&lt;BR /&gt;I know have some ES45 and I have to perform INIT between boot and wwidmgr at the SRM prompt. Are these old models I'm working on ?&lt;BR /&gt;Or was the whole thing about not having to sit about waiting for INIT's to complete a dream.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Kevin</description>
      <pubDate>Fri, 29 Sep 2006 06:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872103#M10697</guid>
      <dc:creator>Kevin Raven (UK)</dc:creator>
      <dc:date>2006-09-29T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: ES40 and ES45 - console memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872104#M10698</link>
      <description>I've always used INIT to reset the machine after messing around with WWIDMGR (4100s, ES40s, ES45s etc.). If not you can find all sorts of strage things like phantom devices showing up.&lt;BR /&gt;&lt;BR /&gt;Also beware firmware V6.9 (I think) and the environment variable SCSI_POLL. If SCSI_POLL is non-default then it stopped WWIDMGR finding the FC devices at all - which confused the hell out of us for a while. It's been fixed since then, but it's worth checking the firmware versions.&lt;BR /&gt;&lt;BR /&gt;If you're not making use of Galaxy then you should be able to speed the INIT up by turning off the full memory check and so on - even if you only do that temporarily while messing around with WWIDMGR.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Sep 2006 07:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872104#M10698</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2006-09-30T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: ES40 and ES45 - console memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872105#M10699</link>
      <description>Hello Kevin&lt;BR /&gt;&lt;BR /&gt;In addition to Colin's remarks I would like to share my experience...&lt;BR /&gt;&lt;BR /&gt;a) Eventually the boot_reset variable is set to off as listed in the example below.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;sho boot*&lt;BR /&gt;boot_dev                dkd1000.10.0.2004.0&lt;BR /&gt;boot_file                               &lt;BR /&gt;boot_osflags            1,0             &lt;BR /&gt;=&amp;gt;&amp;gt; boot_reset              OFF             &lt;BR /&gt;bootdef_dev             dkd1000.10.0.2004.0&lt;BR /&gt;booted_dev                              &lt;BR /&gt;booted_file                             &lt;BR /&gt;booted_osflags                          &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Then the init and boot is rather fast.&lt;BR /&gt;&lt;BR /&gt;b) Another issue could be the memory_test variable. The default value is full.&lt;BR /&gt;Especial on a ES40 this value MUST be defined to FULL. Otherwise you will experience very strange things and the system get unbootable!!&lt;BR /&gt;This is based on my personal experience.&lt;BR /&gt;&lt;BR /&gt;On server setup's with a maximum memory configuration of 32GB the memory test consumes nearly 5 minutes on a ES40 or ES45.&lt;BR /&gt;&lt;BR /&gt;The ES45 is able to handle other memory_test values and will still boot!!!&lt;BR /&gt;Even if it is not recommended by HP.&lt;BR /&gt;During upgrades or other issues that requires a couple of INIT's it will speed up when the value is TEMPORARY defined to PARTIAL.&lt;BR /&gt;Maybe this is the case and therefore the whole power-up or INIT is fast.&lt;BR /&gt;&lt;BR /&gt;Available options of MEMORY_TEST:&lt;BR /&gt;P00_gdc09y&amp;gt;&amp;gt; set memory_test bla&lt;BR /&gt;bad value - valid selections:&lt;BR /&gt;        full&lt;BR /&gt;        partial&lt;BR /&gt;        none&lt;BR /&gt;bad value - memory_test not modified&lt;BR /&gt;P00_gdc09y&amp;gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Attention:&lt;BR /&gt;I do not want to encourage to change the MEMORY_TEST value - only to explain what it could do. If the value of the memory_test variable is not defined to full it could cause servere problems.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;    Andreas</description>
      <pubDate>Sun, 01 Oct 2006 07:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872105#M10699</guid>
      <dc:creator>DAVO</dc:creator>
      <dc:date>2006-10-01T07:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: ES40 and ES45 - console memory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872106#M10700</link>
      <description>Hi again,&lt;BR /&gt;A remark to my ID...&lt;BR /&gt;I updated it in the profile but somehow it did not populated.&lt;BR /&gt;Please use this ID.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;   Andreas</description>
      <pubDate>Sun, 01 Oct 2006 07:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/es40-and-es45-console-memory/m-p/3872106#M10700</guid>
      <dc:creator>Andreas Vollmer</dc:creator>
      <dc:date>2006-10-01T07:16:28Z</dc:date>
    </item>
  </channel>
</rss>

