<?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: regarding remote commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997077#M777942</link>
    <description>Thanks a lot for the info&lt;BR /&gt;I want to do the below two unix commands in remote machine&lt;BR /&gt;ls -ltr &lt;BR /&gt;mv test.out /tmp/test.out&lt;BR /&gt;&lt;BR /&gt;I gave the below way but it's not working&lt;BR /&gt;remsh inky -l fcc ls -tr ;mv test.out /tmp/test.out&lt;BR /&gt;&lt;BR /&gt;The second move command is not getting executed  in the remote machine. How do i run mulitple unix commands with remsh.</description>
    <pubDate>Mon, 14 Aug 2006 06:12:26 GMT</pubDate>
    <dc:creator>vind123</dc:creator>
    <dc:date>2006-08-14T06:12:26Z</dc:date>
    <item>
      <title>regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997073#M777938</link>
      <description>I want to run a  ls -ltr or mv command in an remote unix machine from my unix machine and get the output of it. How do i do it? Is there any config files setting needs to be made</description>
      <pubDate>Mon, 14 Aug 2006 04:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997073#M777938</guid>
      <dc:creator>vind123</dc:creator>
      <dc:date>2006-08-14T04:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997074#M777939</link>
      <description>Hi,&lt;BR /&gt;depends on your setup.&lt;BR /&gt;&lt;BR /&gt;The simplest is to add your details to a .rhosts file et al in the accounts home directory on the remote machine and then use remsh  (See man remsh)&lt;BR /&gt;&lt;BR /&gt;or get ssh&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 04:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997074#M777939</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-14T04:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997075#M777940</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can configure the .rhosts and try remsh command&lt;BR /&gt;&lt;BR /&gt;remsh servername "ls -lrt"&lt;BR /&gt;&lt;BR /&gt;or you can try to implement ssh also&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;tvs</description>
      <pubDate>Mon, 14 Aug 2006 04:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997075#M777940</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2006-08-14T04:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997076#M777941</link>
      <description>Hi vind,&lt;BR /&gt;&lt;BR /&gt;Create .rhosts file in user home directory.&lt;BR /&gt;check rlogin is working without password.&lt;BR /&gt;Once you are able to login using rlogin without password,you can run remsh command&lt;BR /&gt;&lt;BR /&gt;#remsh remotehost ls&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 05:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997076#M777941</guid>
      <dc:creator>sajeer_2</dc:creator>
      <dc:date>2006-08-14T05:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997077#M777942</link>
      <description>Thanks a lot for the info&lt;BR /&gt;I want to do the below two unix commands in remote machine&lt;BR /&gt;ls -ltr &lt;BR /&gt;mv test.out /tmp/test.out&lt;BR /&gt;&lt;BR /&gt;I gave the below way but it's not working&lt;BR /&gt;remsh inky -l fcc ls -tr ;mv test.out /tmp/test.out&lt;BR /&gt;&lt;BR /&gt;The second move command is not getting executed  in the remote machine. How do i run mulitple unix commands with remsh.</description>
      <pubDate>Mon, 14 Aug 2006 06:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997077#M777942</guid>
      <dc:creator>vind123</dc:creator>
      <dc:date>2006-08-14T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997078#M777943</link>
      <description>Hi,&lt;BR /&gt;multiple commands:&lt;BR /&gt;&lt;BR /&gt;remsh inky -l fcc -n "ls -tr ;mv test.out /tmp/test.out"&lt;BR /&gt;&lt;BR /&gt;see man remsh</description>
      <pubDate>Mon, 14 Aug 2006 06:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997078#M777943</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-14T06:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997079#M777944</link>
      <description>It is very important to note that your local shell will process many special characters until you escape them (remove their special meaning). The semicolon ; essentailly terminates the current remsh commandline and starts another process on your local machine. So you must enclose the entire command line for the remote machine in single quotes. For instance, these two commands have very different results:&lt;BR /&gt; &lt;BR /&gt;remsh inky grep err /var/adm/syslog/syslog.log &amp;gt; /tmp/errors&lt;BR /&gt;&lt;BR /&gt;remsh inky 'grep err /var/adm/syslog/syslog.log &amp;gt; /tmp/errors'&lt;BR /&gt; &lt;BR /&gt;In the first example, the &amp;gt; is a special character and takes whatever remsh displays and puts into /tmp/errors on your local computer. The second example stores the errors file on the remote computer.</description>
      <pubDate>Mon, 14 Aug 2006 07:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997079#M777944</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-14T07:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding remote commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997080#M777945</link>
      <description>Thanks a lot for the info</description>
      <pubDate>Thu, 07 Sep 2006 02:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-remote-commands/m-p/4997080#M777945</guid>
      <dc:creator>vind123</dc:creator>
      <dc:date>2006-09-07T02:37:59Z</dc:date>
    </item>
  </channel>
</rss>

