<?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 Problem to execute remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802751#M582525</link>
    <description>&lt;BR /&gt;I execute the following command:&lt;BR /&gt;# remsh s2500c date&lt;BR /&gt;so the messagge is:&lt;BR /&gt;remshd: getservbyname&lt;BR /&gt;&lt;BR /&gt;any ideas ?&lt;BR /&gt;&lt;BR /&gt;MDF</description>
    <pubDate>Mon, 09 Sep 2002 18:47:59 GMT</pubDate>
    <dc:creator>Marcelo De Florio_1</dc:creator>
    <dc:date>2002-09-09T18:47:59Z</dc:date>
    <item>
      <title>Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802751#M582525</link>
      <description>&lt;BR /&gt;I execute the following command:&lt;BR /&gt;# remsh s2500c date&lt;BR /&gt;so the messagge is:&lt;BR /&gt;remshd: getservbyname&lt;BR /&gt;&lt;BR /&gt;any ideas ?&lt;BR /&gt;&lt;BR /&gt;MDF</description>
      <pubDate>Mon, 09 Sep 2002 18:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802751#M582525</guid>
      <dc:creator>Marcelo De Florio_1</dc:creator>
      <dc:date>2002-09-09T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802752#M582526</link>
      <description>Check (/etc/services).. &lt;BR /&gt;Make sure the line that has "kshell" is not commented out. &lt;BR /&gt;Sometime You'll get this error because this  line is commented out. Or if you are using NIS then check your resolve.conf and nsswitch.conf file in /etc&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 09 Sep 2002 18:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802752#M582526</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-09-09T18:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802753#M582527</link>
      <description>Double check the file /etc/services on the machine that you're trying to remsh to and make sure the entries that says ..&lt;BR /&gt;kshell ... &lt;BR /&gt;ekshell ...&lt;BR /&gt;are not commented. If they are uncomment them. These are Kerberos remote shell that needs to be enabled for the "r" commands to work.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 18:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802753#M582527</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-09T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802754#M582528</link>
      <description>Looks like your shell,kshell and ekshell have been commented out in your /etc/services file. Uncomment them and run inetd -c and then try again.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 09 Sep 2002 18:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802754#M582528</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-09T18:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802755#M582529</link>
      <description>Ok, thanks i uncommented kshell and ekshell, but Why i need to use this services ? if remsh its common service, this service used kerberos by default ?&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;MDF</description>
      <pubDate>Mon, 09 Sep 2002 19:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802755#M582529</guid>
      <dc:creator>Marcelo De Florio_1</dc:creator>
      <dc:date>2002-09-09T19:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802756#M582530</link>
      <description>remsh is similar to rlogin in that it needs to be able to resolve the hostname properly and that it is allowed access vi a .rhosts file or /etc/hosts.equiv. Validate that the hostname resolves correctly by using&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;HOSTNAME&gt;&lt;BR /&gt;and nslookup &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;and validate that&lt;BR /&gt;&lt;BR /&gt;rlogin &lt;HOSTNAME&gt;&lt;BR /&gt;works.&lt;BR /&gt;If these are both fine then also check /etc/services for the shell entry on the target system. Shell uses port 514/tcp&lt;BR /&gt;&lt;BR /&gt;Ray&lt;/HOSTNAME&gt;&lt;/IP&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 09 Sep 2002 19:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802756#M582530</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-09T19:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802757#M582531</link>
      <description>If you look at the timing of my post, it is stamped same as the other prior posts. Well, I am not begging you for the points.&lt;BR /&gt;&lt;BR /&gt;Whether you use kerboros or not, remsh does look for the ports 544 and 545. This is a patched up feature added recently.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 09 Sep 2002 19:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802757#M582531</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-09T19:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802758#M582532</link>
      <description>And that patch ( for example for 11.0) is PHNE_23003 r-commands cumulative.&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_23003&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://support2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_23003&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;Just fyi..</description>
      <pubDate>Mon, 09 Sep 2002 19:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802758#M582532</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-09T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to execute remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802759#M582533</link>
      <description>I have installed the patch PHNE_23003, anybody know another patch to resolve this problem ?&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;MDF</description>
      <pubDate>Mon, 09 Sep 2002 19:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-execute-remsh/m-p/2802759#M582533</guid>
      <dc:creator>Marcelo De Florio_1</dc:creator>
      <dc:date>2002-09-09T19:24:46Z</dc:date>
    </item>
  </channel>
</rss>

