<?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: command procedure help in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768495#M41348</link>
    <description>What version/platform.&lt;BR /&gt;&lt;BR /&gt;It works for me on Alpha 8.3, but some caveats...&lt;BR /&gt;&lt;BR /&gt;1) you may want to provide a crash dump file. If not..&lt;BR /&gt;&lt;BR /&gt;$ cre c.com&lt;BR /&gt;$anal/crash 'p1&lt;BR /&gt;clue crash&lt;BR /&gt;$exit&lt;BR /&gt;$ @c&lt;BR /&gt;%SDA-F-OPENIN, error opening ...CLUECRASH.DMP; as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;&lt;BR /&gt;2) do you have privs? if not...&lt;BR /&gt;&lt;BR /&gt;$ dir sys$errorlog:*.dmp&lt;BR /&gt;x.DMP;1&lt;BR /&gt;$ @c  sys$errorlog:x.DMP&lt;BR /&gt;%SDA-F-OPENIN, error opening x.DMP; as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;%DCL-W-SKPDAT, image data (records not beginning with "$") ignored&lt;BR /&gt;$ set proc/priv=all&lt;BR /&gt;$ set veri&lt;BR /&gt;$ @c  sys$errorlog:x.DMP&lt;BR /&gt;$anal/crash SYS$ERRORLOG:x.DMP&lt;BR /&gt;&lt;BR /&gt;OpenVMS system dump analyzer&lt;BR /&gt;&lt;BR /&gt;3) $define/user sys$command sys$input !as needed? &lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Mar 2011 13:29:12 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2011-03-22T13:29:12Z</dc:date>
    <item>
      <title>command procedure help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768494#M41347</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;i am writing a command procedure to analyze crash dumps. to start, i write a procedure to analyze the crash dump, run some command, take output to file. but this not working.&lt;BR /&gt;&lt;BR /&gt;crash.com -&lt;BR /&gt;$anal/crash&lt;BR /&gt; clue crash&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;$@crash.com/out=crash.log&lt;BR /&gt;&lt;BR /&gt;when i run this, it waits in sda&amp;gt; prompt and does not execute the clue crash command in com file.&lt;BR /&gt;&lt;BR /&gt;i dont want to put the commands in a file and run that from inside the crash dump at sda&amp;gt; prompt.&lt;BR /&gt;&lt;BR /&gt;what i want is for the above procedure to open the crash dump, then execute the commands that i have given and take the output to logfile.&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
      <pubDate>Tue, 22 Mar 2011 13:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768494#M41347</guid>
      <dc:creator>Scotty HD</dc:creator>
      <dc:date>2011-03-22T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: command procedure help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768495#M41348</link>
      <description>What version/platform.&lt;BR /&gt;&lt;BR /&gt;It works for me on Alpha 8.3, but some caveats...&lt;BR /&gt;&lt;BR /&gt;1) you may want to provide a crash dump file. If not..&lt;BR /&gt;&lt;BR /&gt;$ cre c.com&lt;BR /&gt;$anal/crash 'p1&lt;BR /&gt;clue crash&lt;BR /&gt;$exit&lt;BR /&gt;$ @c&lt;BR /&gt;%SDA-F-OPENIN, error opening ...CLUECRASH.DMP; as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;&lt;BR /&gt;2) do you have privs? if not...&lt;BR /&gt;&lt;BR /&gt;$ dir sys$errorlog:*.dmp&lt;BR /&gt;x.DMP;1&lt;BR /&gt;$ @c  sys$errorlog:x.DMP&lt;BR /&gt;%SDA-F-OPENIN, error opening x.DMP; as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;%DCL-W-SKPDAT, image data (records not beginning with "$") ignored&lt;BR /&gt;$ set proc/priv=all&lt;BR /&gt;$ set veri&lt;BR /&gt;$ @c  sys$errorlog:x.DMP&lt;BR /&gt;$anal/crash SYS$ERRORLOG:x.DMP&lt;BR /&gt;&lt;BR /&gt;OpenVMS system dump analyzer&lt;BR /&gt;&lt;BR /&gt;3) $define/user sys$command sys$input !as needed? &lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2011 13:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768495#M41348</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-03-22T13:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: command procedure help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768496#M41349</link>
      <description>See SYS$STARTUP:CLUE$STARTUP.COM &lt;BR /&gt;for some hints. &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768496#M41349</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-03-22T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: command procedure help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768497#M41350</link>
      <description>This is what I use.&lt;BR /&gt;&lt;BR /&gt;$ ANALYZE/CRASH_DUMP SYS$SYSTEM:SYSDUMP.DMP&lt;BR /&gt;  COPY SYS$SYSTEM:SAVEDUMP.DMP&lt;BR /&gt;  SET OUTPUT SYS$SYSTEM:SAVEDUMP.LIS&lt;BR /&gt;  SHOW CRASH&lt;BR /&gt;  SHOW STACK/ALL&lt;BR /&gt;  SHOW SUMMARY&lt;BR /&gt;  SHOW PROCESS/PCB/PHD/REGISTERS&lt;BR /&gt;  EXIT&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2011 14:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-procedure-help/m-p/4768497#M41350</guid>
      <dc:creator>Shael Richmond</dc:creator>
      <dc:date>2011-03-24T14:50:43Z</dc:date>
    </item>
  </channel>
</rss>

