<?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 A COM process on OpenVMS guests in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5587977#M102630</link>
    <description>&lt;P&gt;Hi HP Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advice on how to trouble a process in a COM state?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS: OpenVMS 8.4 guest on HPVM&lt;/P&gt;&lt;P&gt;Process: ixiikc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have run the same program in hundreds of the servers and I haven't seen the same problem on a physical server. But we have seen this on the virtual guests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Docs I have read some.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/231"&gt;http://labs.hoffmanlabs.com/node/231&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BA554-90017 HP OpenVMS System Analysis Tools Manual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;IKEA IT&lt;/P&gt;</description>
    <pubDate>Sat, 17 Mar 2012 19:29:18 GMT</pubDate>
    <dc:creator>Richard Shao Gang</dc:creator>
    <dc:date>2012-03-17T19:29:18Z</dc:date>
    <item>
      <title>A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5587977#M102630</link>
      <description>&lt;P&gt;Hi HP Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advice on how to trouble a process in a COM state?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS: OpenVMS 8.4 guest on HPVM&lt;/P&gt;&lt;P&gt;Process: ixiikc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have run the same program in hundreds of the servers and I haven't seen the same problem on a physical server. But we have seen this on the virtual guests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Docs I have read some.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/231"&gt;http://labs.hoffmanlabs.com/node/231&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BA554-90017 HP OpenVMS System Analysis Tools Manual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;IKEA IT&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2012 19:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5587977#M102630</guid>
      <dc:creator>Richard Shao Gang</dc:creator>
      <dc:date>2012-03-17T19:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5587993#M102631</link>
      <description>&lt;P&gt;A computable process is just that; a process in a computable state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A computable process can represent a very well-tuned system, or it can indicate an application-level error. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An infinite loop or one of its variations, or an algorithm that doesn't scale well to the data (eg: polynomial time), etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's all about the context for the application processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Determining the context involves figuring out whether the process is doing usable work or not, and whether the application code is operating with sufficient effiiciency. &amp;nbsp;And where the process is spending its time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source code that runs on hundreds of servers does not confirm that the source code is bug free, nor that it's stable, nor well-written. &amp;nbsp;Bugs in application code can be latent for years, and bugs can be triggered by differences in timing. &amp;nbsp;And HP-VM can most certainly trigger differences in timing. &amp;nbsp;And bugs can arise in even some of the best-written code, too; whether application code, or OpenVMS, or HP-VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at this from my perspective, that you are asking this question in this particular fashion (and comparative lack of detail), and that you're citing a topic that's probably not germane to a computable process (&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/638"&gt;here's one that's closer to the target&lt;/A&gt;), and that you have no program counter traces and have posted no details of the errant code, can all be inferred to strengthen the circumstantial case against this particular source code, too. &amp;nbsp;That there's a bug somewhere in this application code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do your due dilligence here with the application source code, and either rule in your code as the trigger for the looping, or rule it out. &amp;nbsp; Start by sampling the PCs in the loop; that'll tend to reduce the scope of the error. &amp;nbsp;Use integrated debugging and integrated logging where that's available, and add that where it's not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenVMS is certainly not error free. &amp;nbsp;It does see a whole lot of use. &amp;nbsp;And this case may well prove to be an OpenVMS bug or an HP-VM bug. &amp;nbsp;But given the error is arising in your application code, &amp;nbsp;you own figuring out if this is your bug, or if it's a bug in some supporting code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/porting-c-programs-from-alpha-to-IA64/m-p/5580791"&gt;See this recent thread for somebody that learned something about latent bugs in existing code.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h71000.www7.hp.com/wizard/wiz_1661.html"&gt;And this old topic has a list of common source code bugs to look for in existing code.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2012 20:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5587993#M102631</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2012-03-17T20:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5588143#M102632</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an OpenVMS process, which has used 10:50 hours of CPU time in 11:57 hours of existance, while only doing minimum buffered IO, direct IO and pagefaults is certainly suspect of 'looping'. Except if it is supposed to do complex CPU-intensive work, which you would know about, right&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The process&amp;nbsp;only appears to be in COM state&amp;nbsp;all the time, in reality, it is in CUR state (i.e. owning the&amp;nbsp;CPU) most of the time, but you only see it in COM state, if this a system with just&amp;nbsp;one CPU, which is executing&amp;nbsp;your SHOW SYSTEM or SHOW PROC/CONT/ID=xx code at that time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best tool to obtain information about this process is PCS (the SDA extension PCS$SDA, PCS = PC sampling). This tool can be started in the running system and will collect PC values from the overall system or just that process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ ANALYZE/SYSTEM&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS&amp;nbsp; ! to get get some help&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS LOAD&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS START TRACE&amp;nbsp;&amp;nbsp; ! while your process is running/looping&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS STOP TRACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! stop trace after a couple of seconds&lt;/P&gt;&lt;P&gt;SDA&amp;gt; SET PROC &amp;nbsp;ixiikc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! set context to looping process to allow SDA to symbolize adresses&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS SHOW TRACE/STAT&amp;nbsp;&amp;nbsp;&amp;nbsp; ! will show, which PC trace value has been captured how often&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS SHOW TRACE/PID=&amp;lt;pid-of-your-process&amp;gt;&amp;nbsp;&amp;nbsp; ! show collected PC values in your process&lt;/P&gt;&lt;P&gt;SDA&amp;gt; PCS UNLOAD&lt;/P&gt;&lt;P&gt;SDA&amp;gt; EXIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to find the PC values collected from your process and map them to the source code, this needs access to the current linker map and source listing (machine code) listing, if the PC values are actually in P0 space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you carefully look at the data posted from the PCB (Process Control Blocks), you'll spot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCB$L_EXEC_COUNTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 003BF532&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is equivalent to about &amp;nbsp;10.9 hours spent in EXECUTIVE mode in the context of this process ! Let me guess: either RMS or Oracle RDB (or some other code running in EXEC mode).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 05:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5588143#M102632</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-19T05:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5589559#M102633</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please accept my greetings from China.&lt;BR /&gt;&lt;BR /&gt;I have read the docs in your reply and from that some more related docs via google.&lt;BR /&gt;I would be interested in these internal stuff of OpenVMS although it's too much to a system manager.&lt;BR /&gt;&lt;BR /&gt;I don't have access to the code but I could check the development when it is must.&lt;BR /&gt;And I will try to use the English as much as possible I have.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt;&lt;BR /&gt;The looping process ixiikc is gone when the guest crashed yesterday morning.&lt;BR /&gt;&lt;BR /&gt;We have seen some errors in operator.log and app logs before the crash besides the ixiikc looping. And after the crash the it looks normal and calm both the system and application.&lt;BR /&gt;&lt;BR /&gt;Before the crash-&amp;gt;&lt;BR /&gt;M00029/SYS0.SYSMGR&amp;gt; sear operator.log.-1 "-e-","-f-","-w-"&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF92280940, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF92280A00, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%COSI-F-BUGCHECK, internal consistency failure&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000035, PC=FFFFFFFF922809A0, PS=0000000B&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=04, virtual address=000000008081E000, PC=FFFFFFFF91D33040, PS=0000000B&lt;BR /&gt;M00029/MHS.LOGFILES&amp;gt; sear IXLC2_2.LOG.-1 "++++"&lt;BR /&gt;++++++++++ Error in batch!!!!!!!!!! ICQA2 dumped.&lt;BR /&gt;++++++++++ Error in batch!!!!!!!!!! ICQA4 dumped.&lt;BR /&gt;++++++++++ Error in batch!!!!!!!!!! IXID7 dumped.&lt;BR /&gt;&lt;BR /&gt;After the crash-&amp;gt;&lt;BR /&gt;M00029/SYS0.SYSMGR&amp;gt; sear operator.log "-e-","-f-","-w-"&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;M00029/MHS.LOGFILES&amp;gt; sear IXLC2_2.LOG "++++"&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;I have run analyze/crash_dump and attached output here.&lt;BR /&gt;&lt;BR /&gt;M00029&amp;gt; ana/crash SAVEDUMP.DMP&lt;BR /&gt;&lt;BR /&gt;OpenVMS system dump analyzer&lt;BR /&gt;...analyzing an I64 compressed full memory dump...&lt;BR /&gt;&lt;BR /&gt;Dump taken on 18-MAR-2012 06:12:08.67 using version V8.4&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;MACHINECHK, Machine check while in kernel mode&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; set output /nohead sysdump.lis&lt;BR /&gt;SDA&amp;gt; read/exec&lt;BR /&gt;SDA&amp;gt; show crash&lt;BR /&gt;%SDA-W-NOREAD, unable to access location 00000000.00000088&lt;BR /&gt;SDA&amp;gt; show stack&lt;BR /&gt;SDA&amp;gt; show summary&lt;BR /&gt;SDA&amp;gt; show process/pcb/phd/reg&lt;BR /&gt;SDA&amp;gt; show symbol/all&lt;BR /&gt;SDA&amp;gt; exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So could you find something related to the process looping and accvio errors in the crash, and the bad code behind.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 15:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5589559#M102633</guid>
      <dc:creator>Richard Shao Gang</dc:creator>
      <dc:date>2012-03-19T15:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5589585#M102634</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a MACHINECHK crash is typically caused by a hardware problem, to see this kind of crash on a HPVM guest seems unusual. You need to extract the ERRLOG entries from the dump and process them with WEBES/SEA/'whatever OpenVMS errlog analysis tool of the day' to find out about the underlying HW error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ ANALYZE/CRASH SAVEDUMP.DMP&lt;/P&gt;&lt;P&gt;SDA&amp;gt; CLUE ERRLOG&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SDA&amp;gt; EXIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will generate SYS$SCRATCH:CLUE$ERRLOG.SYS, you need to decode the entries in that errorlog file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The %COSI-F-BUGCHECK message found in OPERATOR.LOG definitely points to Oracle RDB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will have to wait for the problem to re-appear, the looping iixikc process was not existant anymore at the time of the system crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 16:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5589585#M102634</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-19T16:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590123#M102635</link>
      <description>&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDA&amp;gt; clue errlog&lt;BR /&gt;&lt;BR /&gt;Dumpfile Errorlog Entry Information:&lt;BR /&gt;------------------------------------&lt;BR /&gt;Sequence&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Message Type&lt;BR /&gt;--------&amp;nbsp; ----------- -----------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------------------------&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 396&amp;nbsp; 18-MAR-2012 06:12:08.67&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine Check 670&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 397&amp;nbsp; 18-MAR-2012 06:12:08.67&amp;nbsp; *&amp;nbsp; Crash Entry&lt;BR /&gt;&lt;BR /&gt;Config Entry and Errlog Entries written to CLUE$ERRLOG.SYS file.&lt;BR /&gt;Use System Event Analyzer or Error Log Viewer to analyze.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SEA analyzed the file generated and attached below.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 06:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590123#M102635</guid>
      <dc:creator>Richard Shao Gang</dc:creator>
      <dc:date>2012-03-20T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590143#M102636</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if&amp;nbsp;I&amp;nbsp;see the&amp;nbsp;multiple question marks in the SEA output, I would conclude, that this version of SEA probably does not know about HPVM at all. I cannot see any error except that this HPVM guest system incurred a 670&amp;nbsp; UnCorrectable Processor Event - whatever this means in the context of a HPVM guest system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe check with the system managers of the HPVM host, whether anything has been reported on the underlying hardware system at that time and/or if they have done anything&amp;nbsp;to your 'guest' system at the time of this MACHINECHK crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 06:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590143#M102636</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-20T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590367#M102637</link>
      <description>&lt;P&gt;Voker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We manage the host as well and we haven't changed the hardware / hpvm software, installed any patch etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have seen the machine check on another guest m00238 as well.&lt;/P&gt;&lt;P&gt;M00238&amp;gt; ana/crash SAVEDUMP_238_120319.DMP&lt;BR /&gt;&lt;BR /&gt;OpenVMS system dump analyzer&lt;BR /&gt;...analyzing an I64 compressed full memory dump...&lt;BR /&gt;&lt;BR /&gt;Dump taken on 19-MAR-2012 23:53:54.40 using version V8.4&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;MACHINECHK, Machine check while in kernel mode&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; clue errlog&lt;BR /&gt;&lt;BR /&gt;Dumpfile Errorlog Entry Information:&lt;BR /&gt;------------------------------------&lt;BR /&gt;Sequence&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Message Type&lt;BR /&gt;--------&amp;nbsp; ----------- -----------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------------------------&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7221&amp;nbsp; 19-MAR-2012 23:53:54.40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine Check 670&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7222&amp;nbsp; 19-MAR-2012 23:53:54.40&amp;nbsp; *&amp;nbsp; Crash Entry&lt;BR /&gt;&lt;BR /&gt;Config Entry and Errlog Entries written to CLUE$ERRLOG.SYS file.&lt;BR /&gt;Use System Event Analyzer or Error Log Viewer to analyze.&lt;BR /&gt;SDA&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;We also see other crashes although I guest it might be the same root cause.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M00238&amp;gt; ana/crash SAVEDUMP_238_120317.DMP&lt;BR /&gt;&lt;BR /&gt;OpenVMS system dump analyzer&lt;BR /&gt;...analyzing an I64 compressed full memory dump...&lt;BR /&gt;&lt;BR /&gt;Dump taken on 17-MAR-2012 12:34:59.46 using version V8.4&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;PGFIPLHI, Pagefault with IPL too high&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 10:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590367#M102637</guid>
      <dc:creator>Richard Shao Gang</dc:creator>
      <dc:date>2012-03-20T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590379#M102638</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are those HPVM guests using dedicated physical Itanium CPUs/cores ? Otherwise, how would you know, which physical processor has caused the problem, if you're running&amp;nbsp;as a virtual machine guest ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A PGFIPLHI crash ist most likely a software problem in OpenVMS. To get more information about that type of crash, please consider to provide the CLUE file (see CLUE$COLLECT:CLUE$node_ddmmyy_hhmm.LIS from that crash) or at least provide the output from SDA&amp;gt; CLUE CRASH (which shows the failing module and offset).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 10:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590379#M102638</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-20T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590519#M102639</link>
      <description>&lt;P&gt;Presuming this code does not incorporate kernel-mode software of its own, this looks like flaky hardware or flaky "hardware" (HP-VM) or flaky OpenVMS or kernel-mode software, and -- all the discussions of the RAS features aside -- these glitches can and do arise with some Itanium boxes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're arguably extending the time to resolution here by pursuing and debugging this here in HPSC. &amp;nbsp;Call HP support. &amp;nbsp;You've paid for that access privileges, after all. &amp;nbsp;Pass along the CLUE CRASH data or potentially the full carcasses from the crashes to HP, and have them sort this out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 12:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5590519#M102639</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2012-03-20T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594149#M102640</link>
      <description>&lt;P&gt;Yes. Hoff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cases have already been reported to HP for some time, investigated by HP-UX and the Lab according to HP. Now the OpenVMS teams are involved as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have installed a third UNOF patch for the HPVM after these crashes. I feeled a bit embarrassed when opened this post,&amp;nbsp; because I think there could also be UNOF support in the communities, at least the valuable inputs. "Two heads are better than one."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The host blade has only one cpu of 4 cores. I found the guest runs and crashes on a random core on which it starts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#top&lt;BR /&gt;System: ITSEELM-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fri Mar 23 05:07:07 2012&lt;BR /&gt;Load averages: 0.50, 0.45, 0.36&lt;BR /&gt;203 processes: 127 sleeping, 76 running&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU&amp;nbsp;&amp;nbsp; LOAD&amp;nbsp;&amp;nbsp; USER&amp;nbsp;&amp;nbsp; NICE&amp;nbsp;&amp;nbsp;&amp;nbsp; SYS&amp;nbsp;&amp;nbsp; IDLE&amp;nbsp; BLOCK&amp;nbsp; SWAIT&amp;nbsp;&amp;nbsp; INTR&amp;nbsp;&amp;nbsp; SSYS&lt;BR /&gt;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.64&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp; 59.8%&amp;nbsp; 40.2%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&lt;BR /&gt;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 3.2%&amp;nbsp; 96.8%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&lt;BR /&gt;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.52&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp; 16.2%&amp;nbsp; 83.8%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&lt;BR /&gt;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.64&amp;nbsp;&amp;nbsp; 0.2%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp; 85.6%&amp;nbsp; 14.2%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&lt;BR /&gt;---&amp;nbsp;&amp;nbsp; ----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; -----&lt;BR /&gt;avg&amp;nbsp;&amp;nbsp; 0.50&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp; 41.2%&amp;nbsp; 58.8%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&amp;nbsp;&amp;nbsp; 0.0%&lt;BR /&gt;&lt;BR /&gt;System Page Size: 4Kbytes&lt;BR /&gt;Memory: 32473240K (32211056K) real, 34537852K (33776996K) virtual, 55907024K fre&lt;BR /&gt;e&amp;nbsp; Page# 1/23&lt;BR /&gt;&lt;BR /&gt;CPU TTY&amp;nbsp; PID USERNAME PRI NI&amp;nbsp;&amp;nbsp; SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp; RES STATE&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME %WCPU&amp;nbsp; %CPU COMMAND&lt;BR /&gt;&amp;nbsp;3&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 3949 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp; 105:52 82.10 81.95 hpvmapp&amp;nbsp;&amp;nbsp; &amp;lt;-guest process&lt;BR /&gt;&amp;nbsp;3&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 3829 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96:28 20.33 20.30 hpvmapp&lt;BR /&gt;&amp;nbsp;2&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 3863 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 85:52&amp;nbsp; 8.32&amp;nbsp; 8.31 hpvmapp&lt;BR /&gt;&amp;nbsp;2&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 4039 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp; 150:12&amp;nbsp; 7.63&amp;nbsp; 7.61 hpvmapp&lt;BR /&gt;&amp;nbsp;1&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 3893 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp; 121:31&amp;nbsp; 7.03&amp;nbsp; 7.02 hpvmapp&lt;BR /&gt;&amp;nbsp;0&amp;nbsp;&amp;nbsp; ?&amp;nbsp; 3930 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 20&amp;nbsp; 3253M&amp;nbsp; 3151M run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67:21&amp;nbsp; 4.04&amp;nbsp; 4.03 hpvmapp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#machinfo&lt;/P&gt;&lt;P&gt;CPU info:&lt;BR /&gt;&amp;nbsp; 1 Intel(R)&amp;nbsp; Itanium(R)&amp;nbsp; Processor 9340 (1.6 GHz, 20 MB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.79 GT/s QPI, CPU version E0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 logical processors (4 per socket)&lt;BR /&gt;&lt;BR /&gt;Memory: 98198 MB (95.9 GB)&lt;BR /&gt;&lt;BR /&gt;Firmware info:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Firmware revision:&amp;nbsp; 01.24&lt;BR /&gt;&amp;nbsp;&amp;nbsp; FP SWA driver revision: 1.18&lt;BR /&gt;&amp;nbsp;&amp;nbsp; IPMI is supported on this system.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; BMC firmware revision: 1.30&lt;BR /&gt;&lt;BR /&gt;Platform info:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Model:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ia64 hp Integrity BL860c i2"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Machine ID number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 97be7d8e-6105-11e0-8a68-294e7ff67a42&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Machine serial number:&amp;nbsp; CZ31099TF4&lt;BR /&gt;&lt;BR /&gt;OS info:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Nodename:&amp;nbsp; ITSEELM-&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Release:&amp;nbsp;&amp;nbsp; HP-UX B.11.31&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Version:&amp;nbsp;&amp;nbsp; U (unlimited-user license)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Machine:&amp;nbsp;&amp;nbsp; ia64&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ID Number: 2545843598&lt;BR /&gt;&amp;nbsp;&amp;nbsp; vmunix _release_version:&lt;BR /&gt;@(#) $Revision: vmunix:&amp;nbsp;&amp;nbsp;&amp;nbsp; B.11.31_LR FLAVOR=perf&lt;BR /&gt;&lt;BR /&gt;And I also uploaded the list files in clue$collect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 04:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594149#M102640</guid>
      <dc:creator>Richard Shao Gang</dc:creator>
      <dc:date>2012-03-23T04:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594157#M102641</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4 unusual crashes within 4 days. Something is really wrong here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PGFIPLHI in SWP$SHELL_INIT_C+00DA1 trying to execute st8&amp;nbsp;[r31] = r20 with R31=40000000.00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KRNLSTAKNV in SCH$INTERRUPT_C+00B90&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and 2 MACHINECHK crashes on a HP VM virtual machine ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only HP will be able to help you here ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have other guests running on this HP VM node ? Any of them also seeing unusual problems ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 04:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594157#M102641</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-23T04:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594613#M102642</link>
      <description>&lt;P&gt;Having looked at these OpenVMS crashes for years and years, making any headway without access to the crashdump files and without source code listings for OpenVMS is a whole lot of work; what's tricky at best becomes intractable. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And that's for VMS running native-booted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This particular configuration is exceptionally complex, and I've found each of the layers here (HP-VM, HP-UX, Integrity, Itanium) can and variously does introduce errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLUE CRASH is good for the "saw that already" crashes that can be automatically scanned and identified, if HP is using those sorts of crash-scanning tools. &amp;nbsp;For figuring out why VMS face-planted, the dump file is (for me) far more interesting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given you've already undoubtedly run the error logs and related and looked for hardware glitches and HP has run the CLUE CRASH past whatever they're using these days, if in your situation, I'd next get rid of HP-UX and HP-VM here, and boot OpenVMS native onto the Tukwila hardware. &amp;nbsp;That'll either change the footprint substantially, eliminate the crashes entirely, or (because VMS has a better view into the hardware, if that's the trigger here) potentially identify the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And FWIW, I continue to be surprised that folks are willing to do this with production environments and don't choose native boot either directly or via EFI-level partitioning. &amp;nbsp;While I do grok the "cool factor" and the "power and cooling" decisions of VMs, the particular nature of HP's VM implementation for Itanium (you can't boot a VM on the VM here, for testing or debug) and the "moving target" that is the VMS error-decoding tools, makes for a very hairy stack here. &amp;nbsp;You're basically beholden to HP Support with this and similar cases, and across four (VMS, VM, UX, Integrity) HP entities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 12:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5594613#M102642</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2012-03-23T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: A COM process on OpenVMS guests</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5595433#M102643</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are you aware of this article from the OpenVMS technical journal V16 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenVMS Guest Troubleshooting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v16/troubleshooting.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v16/troubleshooting.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you can use some of the troubleshooting guidelines in that article to obtain more and better information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2012 04:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-com-process-on-openvms-guests/m-p/5595433#M102643</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-24T04:53:43Z</dc:date>
    </item>
  </channel>
</rss>

