<?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 remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396201#M350930</link>
    <description>when i issue the following command it connects to the specified server&lt;BR /&gt;&lt;BR /&gt;remsh DRSERVER&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if issue any command with remsh, it fails&lt;BR /&gt;&lt;BR /&gt;# remsh DRSERVER ls&lt;BR /&gt;remshd: connect: Connection timed out&lt;BR /&gt;&lt;BR /&gt;can you help to know, what could be possible reason of failure.&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Apr 2009 04:21:22 GMT</pubDate>
    <dc:creator>suamb</dc:creator>
    <dc:date>2009-04-07T04:21:22Z</dc:date>
    <item>
      <title>remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396201#M350930</link>
      <description>when i issue the following command it connects to the specified server&lt;BR /&gt;&lt;BR /&gt;remsh DRSERVER&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if issue any command with remsh, it fails&lt;BR /&gt;&lt;BR /&gt;# remsh DRSERVER ls&lt;BR /&gt;remshd: connect: Connection timed out&lt;BR /&gt;&lt;BR /&gt;can you help to know, what could be possible reason of failure.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 04:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396201#M350930</guid>
      <dc:creator>suamb</dc:creator>
      <dc:date>2009-04-07T04:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396202#M350931</link>
      <description>Hi,&lt;BR /&gt;Paste the output of below command&lt;BR /&gt;#grep remsh /etc/inetd.conf&lt;BR /&gt;Regards&lt;BR /&gt;Prashnat</description>
      <pubDate>Tue, 07 Apr 2009 04:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396202#M350931</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2009-04-07T04:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396203#M350932</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please go through this below link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/32650-90897/ch06s03.html" target="_blank"&gt;http://www.docs.hp.com/en/32650-90897/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 07 Apr 2009 04:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396203#M350932</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-04-07T04:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396204#M350933</link>
      <description>I would start with some very basic commands:&lt;BR /&gt;&lt;BR /&gt;# nslookup DRSERVER&lt;BR /&gt;# ping DRSERVER&lt;BR /&gt;&lt;BR /&gt;(sure about the capital letters?)</description>
      <pubDate>Tue, 07 Apr 2009 04:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396204#M350933</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-04-07T04:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396205#M350934</link>
      <description>Hmm,&lt;BR /&gt;Seems like you are dropping packets.&lt;BR /&gt;remsh hostname cmd will require 514 port&lt;BR /&gt;&lt;BR /&gt;Can you do a diagnostic:&lt;BR /&gt;telnet DRSERVER 514&lt;BR /&gt;Look for the words: connected to&lt;BR /&gt;synema:/tmp/# telnet DRSERVER 514&lt;BR /&gt;Trying 10.214.16.131...&lt;BR /&gt;Connected to DRSERVER.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;and do a &lt;BR /&gt;&lt;BR /&gt;ping DRSERVER -c130 -w 2 -i 0.01&lt;BR /&gt;This is a burst, how many timeouts or drops do you get ? Are all okay , if yes,&lt;BR /&gt;then it is not a connection problem, but something else.&lt;BR /&gt;&lt;BR /&gt;Try to restart the remshd deamon on the remote host.&lt;BR /&gt;&lt;BR /&gt;Then try to diagnose dns&lt;BR /&gt;nslookup with and without suffix domain name, bot forward and reverse lookup.&lt;BR /&gt;Do the same from the target host.&lt;BR /&gt;&lt;BR /&gt;What do the symptons tell you ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 04:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396205#M350934</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2009-04-07T04:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396206#M350935</link>
      <description>There is no connection issue&lt;BR /&gt;&lt;BR /&gt;nslookup is ok&lt;BR /&gt;ping  ok&lt;BR /&gt;telnet DRSERVER 514  is OK&lt;BR /&gt;and as I mentioned remsh also works fine, but when i pass and unix command it fails, though it should not fail. it works on other servers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;prashant, following is the output of &lt;BR /&gt;# grep remsh /etc/inetd.conf&lt;BR /&gt;shell        stream tcp6 nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;#       The standard remshd and rlogind do not include the Kerberized&lt;BR /&gt;kshell stream tcp nowait root /usr/lbin/remshd remshd -K&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Would there be any permissions/security issues, that cause the failure.&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 06:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396206#M350935</guid>
      <dc:creator>suamb</dc:creator>
      <dc:date>2009-04-07T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396207#M350936</link>
      <description>i would suggest you to check the syslog.log file for remshd errors.&lt;BR /&gt;&lt;BR /&gt;you can do a tcpdump to find what is causing the issue.&lt;BR /&gt;&lt;BR /&gt;you need to check the route between the source and destination servers.&lt;BR /&gt;netstat -nr&lt;BR /&gt;&lt;BR /&gt;also check /var/adm/inetd.sec to see if you have anything defined there.</description>
      <pubDate>Tue, 07 Apr 2009 07:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/4396207#M350936</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-04-07T07:18:59Z</dc:date>
    </item>
  </channel>
</rss>

