<?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 Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772484#M75019</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does "rlogin host" work without requiring a password?  If so, the .rhosts is fine.&lt;BR /&gt;&lt;BR /&gt;/etc/hosts.equiv is a global version of .rhosts however it is not used for superusers.  Presuming your example is run as root, /etc/hosts.equiv will be ignored.  You will have to use .rhosts in root's home directory.&lt;BR /&gt;&lt;BR /&gt;I can do "remsh host 'at -f filename now'" without a problem.  My "filename" contents are just one line:&lt;BR /&gt;date&lt;BR /&gt;&lt;BR /&gt;Perhaps your problem is whatever your "filename" is doing.  For a simple test, change the contents of filename to just one line:&lt;BR /&gt;date&lt;BR /&gt;&lt;BR /&gt;You should see the messages from "at" that the job was scheduled.  Then check root's mail on "host" to see if it ran.&lt;BR /&gt;&lt;BR /&gt;If that test is successful, check "filename".  Perhaps the environment is not set correctly for "filename" to run as an at job.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Thu, 25 Jul 2002 12:05:00 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-07-25T12:05:00Z</dc:date>
    <item>
      <title>remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772481#M75016</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;i do&lt;BR /&gt;#remsh host 'at -f filename now' and the shell hangs.&lt;BR /&gt;&lt;BR /&gt;Someone knows why???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 25 Jul 2002 11:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772481#M75016</guid>
      <dc:creator>mercedes_1</dc:creator>
      <dc:date>2002-07-25T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772482#M75017</link>
      <description>Do you config /etc/hosts.equiv or .rhosts file correctly?&lt;BR /&gt;&lt;BR /&gt;-Gerald-</description>
      <pubDate>Thu, 25 Jul 2002 11:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772482#M75017</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-25T11:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772483#M75018</link>
      <description>i think the .rhosts is ok. But i don't have the /etc/hosts.equiv...what is it for???</description>
      <pubDate>Thu, 25 Jul 2002 11:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772483#M75018</guid>
      <dc:creator>mercedes_1</dc:creator>
      <dc:date>2002-07-25T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772484#M75019</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does "rlogin host" work without requiring a password?  If so, the .rhosts is fine.&lt;BR /&gt;&lt;BR /&gt;/etc/hosts.equiv is a global version of .rhosts however it is not used for superusers.  Presuming your example is run as root, /etc/hosts.equiv will be ignored.  You will have to use .rhosts in root's home directory.&lt;BR /&gt;&lt;BR /&gt;I can do "remsh host 'at -f filename now'" without a problem.  My "filename" contents are just one line:&lt;BR /&gt;date&lt;BR /&gt;&lt;BR /&gt;Perhaps your problem is whatever your "filename" is doing.  For a simple test, change the contents of filename to just one line:&lt;BR /&gt;date&lt;BR /&gt;&lt;BR /&gt;You should see the messages from "at" that the job was scheduled.  Then check root's mail on "host" to see if it ran.&lt;BR /&gt;&lt;BR /&gt;If that test is successful, check "filename".  Perhaps the environment is not set correctly for "filename" to run as an at job.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 25 Jul 2002 12:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772484#M75019</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-07-25T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772485#M75020</link>
      <description>Are you using a fully qualified pathname to "filename"? Perhaps it can't find it and is waiting for STDIN?&lt;BR /&gt;If it is hanging, I would look at the script more than remsh.&lt;BR /&gt;see "man 4 hosts.equiv" for info on that.</description>
      <pubDate>Thu, 25 Jul 2002 12:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772485#M75020</guid>
      <dc:creator>Rich Wright</dc:creator>
      <dc:date>2002-07-25T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772486#M75021</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;The .rhosts is fine, also because remsh works with other commands as ll.&lt;BR /&gt;&lt;BR /&gt;I thought the problem was the filename as well so i did a test with other file containing "echo 5.00"...but i didn't work.&lt;BR /&gt;The pathname is also ok...&lt;BR /&gt;&lt;BR /&gt;Any other ideas??&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 26 Jul 2002 06:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772486#M75021</guid>
      <dc:creator>mercedes_1</dc:creator>
      <dc:date>2002-07-26T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772487#M75022</link>
      <description>Is this problem still unsolved?&lt;BR /&gt;&lt;BR /&gt;If so, try the "-n" option of remsh(1), i.e.&lt;BR /&gt;&lt;BR /&gt;remsh host -n 'at -f filename now'&lt;BR /&gt;&lt;BR /&gt;Also *which* "shell hangs"? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 07:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh/m-p/2772487#M75022</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-08-02T07:53:53Z</dc:date>
    </item>
  </channel>
</rss>

