<?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: Remote Shell ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465083#M772833</link>
    <description>Not only is it possible, but I highly recommend that if you start a process on a remote machine which is going to take any length of time that you add the keyword - nohup.&lt;BR /&gt;&lt;BR /&gt;whatever string you use to start the command on the remote machine, preface it with the nohup command and it will ignore all normal interruptions.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!</description>
    <pubDate>Thu, 16 Nov 2000 15:12:04 GMT</pubDate>
    <dc:creator>Albert E. Whale, CISSP</dc:creator>
    <dc:date>2000-11-16T15:12:04Z</dc:date>
    <item>
      <title>Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465077#M772827</link>
      <description>Hi all !&lt;BR /&gt;I want to start a process in remote machine using "remsh". But the catch is, even if I close the shell (or kill the shell)from which I start the process, the process should continue to run in the remote machine. Is that possible ? Your inputs please....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;S.Karunanidhi.</description>
      <pubDate>Thu, 16 Nov 2000 14:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465077#M772827</guid>
      <dc:creator>Karunanidhi.S</dc:creator>
      <dc:date>2000-11-16T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465078#M772828</link>
      <description>Don't know if this will help, but can you try to do it in the background?&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;remsh &lt;MACHINENAME&gt; &lt;COMMAND&gt; &amp;amp;&lt;/COMMAND&gt;&lt;/MACHINENAME&gt;</description>
      <pubDate>Thu, 16 Nov 2000 14:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465078#M772828</guid>
      <dc:creator>Ron Bromwell</dc:creator>
      <dc:date>2000-11-16T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465079#M772829</link>
      <description>Try using "nohup" (no hang up).&lt;BR /&gt;The -n option to "remsh" could also be valuable</description>
      <pubDate>Thu, 16 Nov 2000 15:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465079#M772829</guid>
      <dc:creator>Tommy Palo</dc:creator>
      <dc:date>2000-11-16T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465080#M772830</link>
      <description>nohup should be used otherwise your process will be orphaned at exit&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 16 Nov 2000 15:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465080#M772830</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-11-16T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465081#M772831</link>
      <description>you can perform your request like this:&lt;BR /&gt;&lt;BR /&gt;in the .rhosts on the user (remote one)  home directory in the remote machine on which you are trying to start your process, add :&lt;BR /&gt;&lt;BR /&gt;local_hostname  username  &lt;BR /&gt;&lt;BR /&gt;then type:&lt;BR /&gt;&lt;BR /&gt;remsh remote_machine -n "command " &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;federico</description>
      <pubDate>Thu, 16 Nov 2000 15:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465081#M772831</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-11-16T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465082#M772832</link>
      <description>Why don't you create a script file and put this into the crontab</description>
      <pubDate>Thu, 16 Nov 2000 15:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465082#M772832</guid>
      <dc:creator>Tony Constantine_1</dc:creator>
      <dc:date>2000-11-16T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465083#M772833</link>
      <description>Not only is it possible, but I highly recommend that if you start a process on a remote machine which is going to take any length of time that you add the keyword - nohup.&lt;BR /&gt;&lt;BR /&gt;whatever string you use to start the command on the remote machine, preface it with the nohup command and it will ignore all normal interruptions.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!</description>
      <pubDate>Thu, 16 Nov 2000 15:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465083#M772833</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-11-16T15:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Shell !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465084#M772834</link>
      <description>try this&lt;BR /&gt;&lt;BR /&gt;remsh &lt;HOSTNAME&gt; "nohup command &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;amp;" &amp;amp;&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 16 Nov 2000 15:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/2465084#M772834</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-11-16T15:19:06Z</dc:date>
    </item>
  </channel>
</rss>

