<?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: proccess in background in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970250#M783137</link>
    <description>the nohup.out is this hole</description>
    <pubDate>Tue, 28 Mar 2006 16:17:37 GMT</pubDate>
    <dc:creator>Fredy Correa</dc:creator>
    <dc:date>2006-03-28T16:17:37Z</dc:date>
    <item>
      <title>proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970243#M783130</link>
      <description>good afternoon.. with which command can I execute a job so that when closing the session the process it is not canceled???  &lt;BR /&gt;I am attempting with nohup, with &amp;amp; but it doesn't work.  &lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 28 Mar 2006 15:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970243#M783130</guid>
      <dc:creator>Fredy Correa</dc:creator>
      <dc:date>2006-03-28T15:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970244#M783131</link>
      <description>nohup &lt;COMMAND here=""&gt; &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Were you forgetting the Amperstand character at the end?&lt;BR /&gt;&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970244#M783131</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-03-28T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970245#M783132</link>
      <description>Fredy:&lt;BR /&gt;&lt;BR /&gt; nohup &lt;COMMAND&gt; &amp;amp;&lt;BR /&gt;&lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;What command is it that you are trying to run?&lt;BR /&gt;&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970245#M783132</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-03-28T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970246#M783133</link>
      <description>Shalom Fredy,&lt;BR /&gt;&lt;BR /&gt;the nohup command tries to create a file called nohup.out in the current directory. Its possible if access rights don't permit this that its being blocked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Mar 2006 15:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970246#M783133</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-28T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970247#M783134</link>
      <description>Bear in mind that nohup sets the default signal handling for the child process to ignore SIGHUP and SIGQUIT but the child process might introduce custom signal handlers which override this behavior thus not all processes are valid candidates for nohup.</description>
      <pubDate>Tue, 28 Mar 2006 15:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970247#M783134</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-28T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970248#M783135</link>
      <description>Fredy,&lt;BR /&gt;&lt;BR /&gt;As everyone has mentioned what you wish to do works with nohup command &amp;amp; .&lt;BR /&gt;Why you are saying it doesnt run ?&lt;BR /&gt;When you give the command&lt;BR /&gt;nohup commmand &amp;amp;&lt;BR /&gt;the pid of the process is displayed. So &lt;BR /&gt;1. Check before exiting from the session if the process is running by &lt;BR /&gt;ps -ef | grep &lt;PID_NO&gt;&lt;BR /&gt;2. Check the nohup.out file - to see if any errors had occured.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ninad&lt;/PID_NO&gt;</description>
      <pubDate>Tue, 28 Mar 2006 15:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970248#M783135</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-03-28T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970249#M783136</link>
      <description>When generating the command it tells me that the pid is XXX, when I see for ps - ef appears me that and other jobs that the one generates, when leaving the session it cancels them  &lt;BR /&gt;&lt;BR /&gt;Fredy</description>
      <pubDate>Tue, 28 Mar 2006 16:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970249#M783136</guid>
      <dc:creator>Fredy Correa</dc:creator>
      <dc:date>2006-03-28T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970250#M783137</link>
      <description>the nohup.out is this hole</description>
      <pubDate>Tue, 28 Mar 2006 16:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970250#M783137</guid>
      <dc:creator>Fredy Correa</dc:creator>
      <dc:date>2006-03-28T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970251#M783138</link>
      <description>Try like this:&lt;BR /&gt;&lt;BR /&gt;-- script --&lt;BR /&gt;contains shell commands&lt;BR /&gt;&lt;BR /&gt;# nohup ./script 1&amp;gt;/tmp/test.log 2&amp;gt;/tmp/test.err &amp;amp;&lt;BR /&gt;&lt;BR /&gt;it will not cancel the process which created by script. Read man nohup in EXAMPLES part.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 28 Mar 2006 23:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970251#M783138</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-28T23:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970252#M783139</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use nohup to obtain it.&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;#nohup &lt;COMMAND here=""&gt; &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S&lt;BR /&gt;&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 29 Mar 2006 00:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970252#M783139</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-29T00:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970253#M783140</link>
      <description>As an alternative you can try this:&lt;BR /&gt;&lt;BR /&gt;batch&lt;BR /&gt;&lt;COMMAND&gt;&lt;BR /&gt;&lt;COMMAND&gt;&lt;BR /&gt;...&lt;BR /&gt;CTRL-d&lt;BR /&gt;&lt;BR /&gt;Depending on your system you may need a permission in /etc/at.allow to use the "batch" or "at" command.&lt;/COMMAND&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 29 Mar 2006 03:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970253#M783140</guid>
      <dc:creator>Ulrich Deiters</dc:creator>
      <dc:date>2006-03-29T03:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: proccess in background</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970254#M783141</link>
      <description>solves to the problem using commando at -ffile now.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Fredy C.</description>
      <pubDate>Mon, 17 Apr 2006 10:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proccess-in-background/m-p/4970254#M783141</guid>
      <dc:creator>Fredy Correa</dc:creator>
      <dc:date>2006-04-17T10:56:57Z</dc:date>
    </item>
  </channel>
</rss>

