<?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: rlogin slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876921#M99892</link>
    <description>Roberto,&lt;BR /&gt;&lt;BR /&gt;One caveat on moving the root's home directory to "/home/root".  Only do that if /home is NOT a separate file system.  This can cause problems when you go into single-user mode because /home may not be mounted.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jan 2003 20:24:06 GMT</pubDate>
    <dc:creator>Tom Dawson</dc:creator>
    <dc:date>2003-01-08T20:24:06Z</dc:date>
    <item>
      <title>rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876915#M99886</link>
      <description>Hello,&lt;BR /&gt;on a server i experience a long time if i rlogin it.&lt;BR /&gt;If i log in via telnet the response is very fast.&lt;BR /&gt;&lt;BR /&gt;Any clue?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 08 Jan 2003 11:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876915#M99886</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2003-01-08T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876916#M99887</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there could be two reasons&lt;BR /&gt;&lt;BR /&gt;1. try putting the ip host entry in both the servers&lt;BR /&gt;/etc/hosts&lt;BR /&gt;&lt;BR /&gt;2. is the variable set or exported in your local server&lt;BR /&gt;is same as the remote server&lt;BR /&gt;like PATH or other variables ??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Niraj</description>
      <pubDate>Wed, 08 Jan 2003 11:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876916#M99887</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2003-01-08T11:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876917#M99888</link>
      <description>Hello,&lt;BR /&gt;thank you for your kind reply.&lt;BR /&gt;Host's IP are present in both servers; and at a first look variable are exported in both server.&lt;BR /&gt;&lt;BR /&gt;Any other info?&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 08 Jan 2003 11:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876917#M99888</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2003-01-08T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876918#M99889</link>
      <description>Roberto,&lt;BR /&gt;&lt;BR /&gt;Where is your home directory and where is your history file?  I'm guessing your history file is defaulting to $HOME, which is NFS mounted.  Try adding &lt;BR /&gt;export $HISTFILE=/tmp/.sh_history.$(whoami) &lt;BR /&gt;to your .profile or to /etc/profile&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 11:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876918#M99889</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T11:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876919#M99890</link>
      <description>Hi Pete,&lt;BR /&gt;thanks for your interest.&lt;BR /&gt;My home directory is / (root); infact the problem occurs also to root user!&lt;BR /&gt;History file is also settes into / directory; i checked it in .profile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 08 Jan 2003 11:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876919#M99890</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2003-01-08T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876920#M99891</link>
      <description>Smack me if I'm being a smart -ss.&lt;BR /&gt;&lt;BR /&gt;If rlogin is slow, start using secure shell.  It will be slower, but at least the protocol and encryption is secure.&lt;BR /&gt;&lt;BR /&gt;According to HP's Practical Unix and Network Security Course Guide, (July 2001) / should not be the home directory of root.&lt;BR /&gt;&lt;BR /&gt;change it to /root/ or /home/root/&lt;BR /&gt;&lt;BR /&gt;This can be done in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 08 Jan 2003 14:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876920#M99891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-08T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876921#M99892</link>
      <description>Roberto,&lt;BR /&gt;&lt;BR /&gt;One caveat on moving the root's home directory to "/home/root".  Only do that if /home is NOT a separate file system.  This can cause problems when you go into single-user mode because /home may not be mounted.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 20:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-slow/m-p/2876921#M99892</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2003-01-08T20:24:06Z</dc:date>
    </item>
  </channel>
</rss>

