- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin slow
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:02 AM
01-08-2003 03:02 AM
rlogin slow
on a server i experience a long time if i rlogin it.
If i log in via telnet the response is very fast.
Any clue?
Thanks a lot
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:16 AM
01-08-2003 03:16 AM
Re: rlogin slow
there could be two reasons
1. try putting the ip host entry in both the servers
/etc/hosts
2. is the variable set or exported in your local server
is same as the remote server
like PATH or other variables ??
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:46 AM
01-08-2003 03:46 AM
Re: rlogin slow
thank you for your kind reply.
Host's IP are present in both servers; and at a first look variable are exported in both server.
Any other info?
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:48 AM
01-08-2003 03:48 AM
Re: rlogin slow
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
export $HISTFILE=/tmp/.sh_history.$(whoami)
to your .profile or to /etc/profile
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:58 AM
01-08-2003 03:58 AM
Re: rlogin slow
thanks for your interest.
My home directory is / (root); infact the problem occurs also to root user!
History file is also settes into / directory; i checked it in .profile.
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 06:26 AM
01-08-2003 06:26 AM
Re: rlogin slow
If rlogin is slow, start using secure shell. It will be slower, but at least the protocol and encryption is secure.
According to HP's Practical Unix and Network Security Course Guide, (July 2001) / should not be the home directory of root.
change it to /root/ or /home/root/
This can be done in /etc/passwd
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 12:24 PM
01-08-2003 12:24 PM
Re: rlogin slow
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.
HTH,
Tom