<?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 SOme doubts please clarify in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940525#M411652</link>
    <description>I have 3 server&lt;BR /&gt;&lt;BR /&gt;i want to login 2nd server from 1st telnet server without using telnet or rlogin or ssh.&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Nov 2005 01:14:42 GMT</pubDate>
    <dc:creator>Karthick K S</dc:creator>
    <dc:date>2005-11-15T01:14:42Z</dc:date>
    <item>
      <title>SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940525#M411652</link>
      <description>I have 3 server&lt;BR /&gt;&lt;BR /&gt;i want to login 2nd server from 1st telnet server without using telnet or rlogin or ssh.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2005 01:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940525#M411652</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-11-15T01:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940526#M411653</link>
      <description>You must need one login client service has to be invoked to that server. Can you say why you are asking this? It will be good to think on that way.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 15 Nov 2005 01:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940526#M411653</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-15T01:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940527#M411654</link>
      <description>what my question&lt;BR /&gt;&lt;BR /&gt;Ifi login on Machine A now i want to go to Maching B without telnet or ssh or rsh&lt;BR /&gt;&lt;BR /&gt;ot&lt;BR /&gt;&lt;BR /&gt;I want to run vmstat from Machnine A for Machine B</description>
      <pubDate>Tue, 15 Nov 2005 01:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940527#M411654</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-11-15T01:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940528#M411655</link>
      <description>You want to execute a command in Machine2 from Machine1 without login into it. You can use several methods as,&lt;BR /&gt;&lt;BR /&gt;i) Using remsh / rexec&lt;BR /&gt;&lt;BR /&gt;# remsh -l root Machine2 -n "vmstat 5,5" &amp;gt; machine2_vmstat.log&lt;BR /&gt;&lt;BR /&gt;ii) telnet piping:&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;echo "root"&lt;BR /&gt;sleep 2&lt;BR /&gt;echo "&lt;PASSWD&gt;"&lt;BR /&gt;sleep 2&lt;BR /&gt;echo "vmstat 5,5"&lt;BR /&gt;sleep 2&lt;BR /&gt;echo "exit"&lt;BR /&gt;sleep 1&lt;BR /&gt;) | telnet Machine2&lt;BR /&gt;&lt;BR /&gt;Change account name "root" and passwd there in script.&lt;BR /&gt;&lt;BR /&gt;iii) Setup ssh without password prompting:&lt;BR /&gt;&lt;BR /&gt;ssh root@Machine2 &lt;COMMAND&gt;&lt;BR /&gt;&lt;BR /&gt;iv) Expect scripting&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;/COMMAND&gt;&lt;/PASSWD&gt;</description>
      <pubDate>Tue, 15 Nov 2005 01:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940528#M411655</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-15T01:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940529#M411656</link>
      <description>U can do it by command REMSH&lt;BR /&gt;&lt;BR /&gt;for running REMSH remshd Service should be running . This service checked for two files before executing any command i.e /etc/hosts.equiv &amp;amp; .rhosts file in the home directory of user .&lt;BR /&gt;&lt;BR /&gt;One more thing always use the full path at the time of execution of command&lt;BR /&gt;&lt;BR /&gt;hope this will close the issue&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Vikas</description>
      <pubDate>Tue, 15 Nov 2005 01:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940529#M411656</guid>
      <dc:creator>VIKAS AGRAWAL</dc:creator>
      <dc:date>2005-11-15T01:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940530#M411657</link>
      <description>i run this remsh but it throwing error&lt;BR /&gt;&lt;BR /&gt;remshd: Login incorrect&lt;BR /&gt;&lt;BR /&gt;and also in my server there is no&lt;BR /&gt;&lt;BR /&gt;/etc/hosts.equiv file &lt;BR /&gt;.rhosts in my home dire&lt;BR /&gt;&lt;BR /&gt;pls clarify to me how to go</description>
      <pubDate>Tue, 15 Nov 2005 02:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940530#M411657</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-11-15T02:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940531#M411658</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There are two ways all "r" (rlogin,rcp etc) commands will work.  &lt;BR /&gt;One is host equivalancy and other is user equivalency&lt;BR /&gt;&lt;BR /&gt;In host equivlency u make a file /etc/hosts.equiv.&lt;BR /&gt;&lt;BR /&gt;If a remote machin's user name is in that file, that user can access this server, provided a same user name exists in this server.&lt;BR /&gt;&lt;BR /&gt;If a -ve sign with hostname is there in the file then all the users in that machine cannot access this machine&lt;BR /&gt;&lt;BR /&gt;If only a +ve sign is there in this file then all hosts can access this server&lt;BR /&gt;&lt;BR /&gt;In user equivency $HOME/.rhosts is used.  It has priority over /etc/hosts.equiv&lt;BR /&gt;&lt;BR /&gt;In .rhosts file put the machine name  and user name.  Then that user from that particular machine can access this machine.&lt;BR /&gt;&lt;BR /&gt;For eg:&lt;BR /&gt;&lt;BR /&gt;MachineA user1&lt;BR /&gt;&lt;BR /&gt;If there is a +ve sign and a user name then   from any machine that user can access this server.  &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Tue, 15 Nov 2005 02:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940531#M411658</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-11-15T02:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: SOme doubts please clarify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940532#M411659</link>
      <description>Thanks lot</description>
      <pubDate>Tue, 15 Nov 2005 03:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-doubts-please-clarify/m-p/4940532#M411659</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-11-15T03:56:24Z</dc:date>
    </item>
  </channel>
</rss>

