<?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: Run script as a deamon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811915#M720798</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you mean just running your job in background ? If yes, just try nohup&lt;BR /&gt;&lt;BR /&gt;i.e. nohup &lt;YOUR script=""&gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;The job will be submitted to the background even if you logout that session and all the stdout and stderr will be directed to nohup.out !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick&lt;/YOUR&gt;</description>
    <pubDate>Tue, 24 Sep 2002 04:23:00 GMT</pubDate>
    <dc:creator>Patrick Chim</dc:creator>
    <dc:date>2002-09-24T04:23:00Z</dc:date>
    <item>
      <title>Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811912#M720795</link>
      <description>Hi all&lt;BR /&gt;How can I make a script run as a deamon in HP-UX (do not use cron deamon)</description>
      <pubDate>Tue, 24 Sep 2002 03:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811912#M720795</guid>
      <dc:creator>huongbuixuan</dc:creator>
      <dc:date>2002-09-24T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811913#M720796</link>
      <description>&lt;BR /&gt; Hi, &lt;BR /&gt;I think you can modify the "/etc/inittab" file to include your script at system start-up or reboot. When done type init q to force the new changes..... but I did not try this solution yet...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 04:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811913#M720796</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2002-09-24T04:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811914#M720797</link>
      <description>&lt;BR /&gt;This posting may give you start:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4df26c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4df26c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 24 Sep 2002 04:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811914#M720797</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-09-24T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811915#M720798</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you mean just running your job in background ? If yes, just try nohup&lt;BR /&gt;&lt;BR /&gt;i.e. nohup &lt;YOUR script=""&gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;The job will be submitted to the background even if you logout that session and all the stdout and stderr will be directed to nohup.out !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick&lt;/YOUR&gt;</description>
      <pubDate>Tue, 24 Sep 2002 04:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811915#M720798</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-09-24T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811916#M720799</link>
      <description>Thank for all reply, now I can do it.</description>
      <pubDate>Wed, 25 Sep 2002 00:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811916#M720799</guid>
      <dc:creator>huongbuixuan</dc:creator>
      <dc:date>2002-09-25T00:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811917#M720800</link>
      <description>why dont you assign some points to them , if their reply hv solved your problem.....</description>
      <pubDate>Wed, 25 Sep 2002 02:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811917#M720800</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2002-09-25T02:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811918#M720801</link>
      <description>I'm sorry, because it's the first time I have writen a message, so I don't know how to use it.</description>
      <pubDate>Thu, 26 Sep 2002 08:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811918#M720801</guid>
      <dc:creator>huongbuixuan</dc:creator>
      <dc:date>2002-09-26T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811919#M720802</link>
      <description>Just click "Assign Points"&lt;BR /&gt;No point for this :)</description>
      <pubDate>Thu, 26 Sep 2002 08:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811919#M720802</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-09-26T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811920#M720803</link>
      <description>But in Assign Points has many number, and I don't know what it's mean.</description>
      <pubDate>Thu, 26 Sep 2002 09:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811920#M720803</guid>
      <dc:creator>huongbuixuan</dc:creator>
      <dc:date>2002-09-26T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run script as a deamon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811921#M720804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Asigning points:&lt;BR /&gt;&lt;BR /&gt;0 - It really didn??t help nothing !!!&lt;BR /&gt;1 - It didn??t help but it was funny !&lt;BR /&gt;2,3,4 - It didn??t help but it was interesting !&lt;BR /&gt;5 - It helps a little to find the problem but not the answer&lt;BR /&gt;6,7 - It gaves me a way how to solve the problem &lt;BR /&gt;8,9 - It solves the problem and I??m happy&lt;BR /&gt;10 - It solves the problem and gives the way to became an Olympic or Pharao.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 11:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-script-as-a-deamon/m-p/2811921#M720804</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2002-09-26T11:15:40Z</dc:date>
    </item>
  </channel>
</rss>

