<?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: error starting concurrent managers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593312#M855452</link>
    <description>Thanks for the help. I think I understand what is going on - except for the slash. The script was not working due to the logfile not being found, since I created new log files and that problem went away. On to the next one...</description>
    <pubDate>Tue, 23 Oct 2001 14:28:40 GMT</pubDate>
    <dc:creator>Dave Chamberlin</dc:creator>
    <dc:date>2001-10-23T14:28:40Z</dc:date>
    <item>
      <title>error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593306#M855446</link>
      <description>I am running Oracle 7.3.4 with apps 10.7 on my shiny new N box. When starting the concurrent managers (startmgr) I get the error:&lt;BR /&gt;  batchmgr[160]: /var/tmp/sh9809.2 cannot find or open the file.&lt;BR /&gt;Line 160 of batchmgr is:&lt;BR /&gt;nohup $shell &amp;lt;&amp;lt; \end_logging &amp;gt;&amp;gt; $log 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;The managers do not come up. If I run startmgr again, there is no error and all is fine. I'm afraid I don't fully understand what is line 160 doing. I know that the last part of the line is sending output to $log, redirecting errors to /dev/null, but what is the first part of the line doing? Does anyone know why this is failing the first time? Thanks.</description>
      <pubDate>Thu, 11 Oct 2001 15:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593306#M855446</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2001-10-11T15:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593307#M855447</link>
      <description>&lt;BR /&gt;Shouldn't it be a forward slash, and not a backward slash?&lt;BR /&gt;&lt;BR /&gt;nohup $shell &amp;lt;&amp;lt; /end_logging &amp;gt;&amp;gt; $log 2&amp;gt;&amp;amp;1 &amp;amp;</description>
      <pubDate>Thu, 11 Oct 2001 15:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593307#M855447</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-11T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593308#M855448</link>
      <description>Hello Dave,&lt;BR /&gt;&lt;BR /&gt;it should NOT be slash at all, perhaps it could be a dash...&lt;BR /&gt;The reason is the a statement like this:&lt;BR /&gt;sh &amp;lt;&lt;ENDMARK&gt;&amp;gt;output.log&lt;BR /&gt;echo this&lt;BR /&gt;echo that&lt;BR /&gt;ENDMARK&lt;BR /&gt;&lt;BR /&gt;redirects the lines between the "&amp;lt;&lt;ENDMARK&gt;&lt;/ENDMARK&gt;"ENDMARK" to the standard input of the command (sh&lt;BR /&gt;in this example). If it does have "-" after the "&amp;lt;&amp;lt;"&lt;BR /&gt;the white space at the begining of those lines is ignored.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;/ENDMARK&gt;</description>
      <pubDate>Fri, 12 Oct 2001 22:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593308#M855448</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-12T22:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593309#M855449</link>
      <description>There is a syntax error on Line 160. It shouldn't be \. Morever it is trying to read from the from till this marker. You should give us little more of this script. Can you print in top 5 lines and bottom 10 lines after this line?.&lt;BR /&gt;&lt;BR /&gt;Now, shell is somewhere defined in the script as a command and it is being executed as no hup taking arguments till the mark "end_logging". Take out "\" and see if it&lt;BR /&gt;works.&lt;BR /&gt;&lt;BR /&gt;You should be having something like this&lt;BR /&gt;&lt;BR /&gt;nohup $shell &amp;lt;&amp;lt; end_logging &amp;gt;&amp;gt; $log 2&amp;gt;&amp;amp;1&lt;BR /&gt;....&lt;BR /&gt;some commands&lt;BR /&gt;....&lt;BR /&gt;end_logging&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2001 23:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593309#M855449</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-12T23:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593310#M855450</link>
      <description>Hello Dave,&lt;BR /&gt;&lt;BR /&gt;I am not quite certain on this, but if the "here document"&lt;BR /&gt;(that how the "&amp;lt;&amp;lt;" feature is called) uses a single-quote&lt;BR /&gt;quoted endmark, then not substitution happens on the&lt;BR /&gt;input lines, so that might be intended in your script...&lt;BR /&gt;If this is true, then change the endmark from &lt;BR /&gt;\mark&lt;BR /&gt;to&lt;BR /&gt;'mark'&lt;BR /&gt;and see wether it works now.&lt;BR /&gt;&lt;BR /&gt;Just my ?0.02 (after a very long day),&lt;BR /&gt;Wodisch</description>
      <pubDate>Sat, 13 Oct 2001 21:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593310#M855450</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-13T21:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593311#M855451</link>
      <description>Hi there.&lt;BR /&gt;Have you checked your directory /var/tmp for the correct rights or owner ?&lt;BR /&gt;Does this directory exist or is it a link to something else ?&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2001 08:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593311#M855451</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-10-15T08:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: error starting concurrent managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593312#M855452</link>
      <description>Thanks for the help. I think I understand what is going on - except for the slash. The script was not working due to the logfile not being found, since I created new log files and that problem went away. On to the next one...</description>
      <pubDate>Tue, 23 Oct 2001 14:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-starting-concurrent-managers/m-p/2593312#M855452</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2001-10-23T14:28:40Z</dc:date>
    </item>
  </channel>
</rss>

