<?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: remsh in big brother in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476716#M212715</link>
    <description>Sorted - thanks Stephen (and Geoff for the suggestion).&lt;BR /&gt;&lt;BR /&gt;All I needed to do was add a .rhosts file to bb's home directory.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Wed, 02 Feb 2005 10:40:47 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2005-02-02T10:40:47Z</dc:date>
    <item>
      <title>remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476709#M212708</link>
      <description>Hi everybody.&lt;BR /&gt;&lt;BR /&gt;I've set up a shell script on the main big brother server to search and destroy core files on remote servers.&lt;BR /&gt;&lt;BR /&gt;The script checks the bb logs for the presence of the words yellow or red against a filesystem. It then does a remsh to the server to look for core files in the affected filesystem(s).&lt;BR /&gt;&lt;BR /&gt;It works fine from the command line - I've set up two dummy core files on a remote server and it finds and deletes them. But when it runs from bb, it reports that there are no core files on the remote server. The command line test and the bb test are on the same remote server, so remsh to that server is allowed.&lt;BR /&gt;&lt;BR /&gt;I've isolated the line with the remsh command as the one where the fault is occurring. I've run just that line from the command line and it works fine.&lt;BR /&gt;&lt;BR /&gt;I'm beginning to wonder if bb can't cope with remsh. Any ideas?&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 02 Feb 2005 08:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476709#M212708</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-02T08:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476710#M212709</link>
      <description>Are you using the full path to remsh, when called from bb, when you do it manually you've got your profile to help?&lt;BR /&gt;&lt;BR /&gt;Also, can bb call remsh to do something innocuous like /usr/bin/true w/o error?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2005 08:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476710#M212709</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-02T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476711#M212710</link>
      <description>Can you post the script?&lt;BR /&gt;&lt;BR /&gt;Sounds like the remsh isn't working right - IE - it deletes (trys to) on local system?&lt;BR /&gt;&lt;BR /&gt;Add a set -x and output the script to a log file - that may reveal something.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 02 Feb 2005 09:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476711#M212710</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-02-02T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476712#M212711</link>
      <description>Stephen - I've changed the remsh to /usr/bin/remsh to no avail. I then changed the command to ll - again to no avail. Thanks for the suggestions.&lt;BR /&gt;&lt;BR /&gt;Geoff - script to follow.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 02 Feb 2005 09:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476712#M212711</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-02T09:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476713#M212712</link>
      <description>What user does bb run as? Is this a .rhosts problem, as you are using remsh, not ssh? Can you su to bb user and try running remsh from there? (It may not be possible depending upon bb user's passwd file entry I know).</description>
      <pubDate>Wed, 02 Feb 2005 09:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476713#M212712</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-02T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476714#M212713</link>
      <description>We may be on to something Stephen.&lt;BR /&gt;&lt;BR /&gt;I've added bb to .rhosts and tried switching user to bb and running remsh. I get the error message remshd: Login incorrect.&lt;BR /&gt;&lt;BR /&gt;I've been trying to upload the script, Geoff, but I've been having problems posting.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 02 Feb 2005 10:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476714#M212713</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-02T10:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476715#M212714</link>
      <description>Script as requested.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 02 Feb 2005 10:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476715#M212714</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-02T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: remsh in big brother</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476716#M212715</link>
      <description>Sorted - thanks Stephen (and Geoff for the suggestion).&lt;BR /&gt;&lt;BR /&gt;All I needed to do was add a .rhosts file to bb's home directory.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 02 Feb 2005 10:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-in-big-brother/m-p/3476716#M212715</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-02T10:40:47Z</dc:date>
    </item>
  </channel>
</rss>

