- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rlogin to linux box 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
05-27-2005 10:02 AM
05-27-2005 10:02 AM
I have linux WS v3 installed on the same model of DELL PCs. Those linux share the same NIS/NFS/automount setup.
rlogin to one box is obviously much slower than the rest of the boxes.
Any ideas?
Thanks,
Jane
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 11:18 AM
05-27-2005 11:18 AM
Re: rlogin to linux box slow
In any case, I'm assuming this is in a protected network setup which is why you're using 'rlogin' instead of 'ssh' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 11:23 AM
05-27-2005 11:23 AM
Re: rlogin to linux box slow
they have the same /etc/resolv.conf and /etc/hosts ( except for the ip addess in this file).
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 11:30 AM
05-27-2005 11:30 AM
Re: rlogin to linux box slow
What entries are in '/var/log/messages' and '/var/log/secure' during an 'rlogin' attempt?
What user are you going too/from when using 'rlogin'?
Have you got a 'tcpdump' of the TCP conversation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 07:52 PM
05-27-2005 07:52 PM
Re: rlogin to linux box slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 08:47 PM
05-27-2005 08:47 PM
Re: rlogin to linux box slow
check the routing information from that particular box.
run 'route' command as root and see whether it outputs the routing information immediately or it takes a while to complete. if it takes a while to complete then its more likely that something wrong with your name server and router configuration.
This problem also happens when the server is configured to do reverse lookup and does not have proper nameserver and routing information configured
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 06:11 AM
05-31-2005 06:11 AM
Re: rlogin to linux box slow
The situration is that I ( janez not root ) rlogin from one box in the same NIS to della07 and della06. della07( the slow one)always take 10sec to give me back the prompt while della06 came back immediately.
route command come back quickly on both.
From /var/log/secure of two boxes.
May 31 10:20:07 della07 xinetd[5076]: START: shell pid=20041 from=xxx.xx.xxx.xxx
May 31 12:29:13 della06 xinetd[5860]: START: login pid=5194 from=xxx.xx.xxx.xxx
my user run his simulation on those two machines, della06 finished the job 34 hrs while della07 finished the job 46 hrs.
The machines belong to same model with same memory and swap space and OS and kernel.
Thanks,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 06:49 AM
05-31-2005 06:49 AM
Re: rlogin to linux box slow
all machines are in the same subnet ?
If you run traceroute from source machine to the target ones you have the same number of hops ? The paths are all correct ?
One more thing. Did you verify if there is network errors between the source and the slow target machine ? Did you see if the NIC is configured with the right speed (look the switch port also).
Hope it helps.
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 07:57 AM
05-31-2005 07:57 AM
Re: rlogin to linux box slow
What is the actual network speed on these machines?
Send a big file (~10MB) from a third machine, to each one of these two, using FTP (or SFTP). After the file transfer completes, the average transfer speed will be printed.
What is the network speed in your LAN (10/100/1000)?
Max.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 08:56 AM
05-31-2005 08:56 AM
Re: rlogin to linux box slow
della06, della07 are in the same subnet. dcssun42 is the box I rlogin to the 2 linux boxes.
janez@dcssun42: /usr/sbin/traceroute della06
traceroute to della06 30 hops max, 40 byte packets
1 della06 1.795 ms 0.182 ms 0.177 ms janez@dcssun42: /usr/sbin/traceroute della07
traceroute to della07 30 hops max, 40 byte packets
1 della07 0.315 ms 0.213 ms 0.306 ms
The result also shows della07 is slower.
Would you let me know how to check the speed of the network, I used landiag in hp but not sure in linux.
Thanks,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:52 AM
05-31-2005 09:52 AM
Re: rlogin to linux box slow
bcm5700: eth0 NIC Link is UP, 100 Mbps full duplex
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 10:35 AM
05-31-2005 10:35 AM
SolutionI'd be looking for processes running on that node of which aren't running on other nodes.
I'd also check the BIOS cache settings as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 02:09 AM
06-01-2005 02:09 AM
Re: rlogin to linux box slow
did you see if there are network errors ?
ifconfig will show you that.
You may also see if there are some warning or error messages on /var/log/messages during the process time of your long running job.
Verify also if memory is not a constraint in the slowest machine. free will help you on it.
If possible run top on both machines during the long running job, to see if another big consumming process appears on the slowest one that don't appears on the other one.
Good luck.
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 06:00 AM
06-02-2005 06:00 AM
Re: rlogin to linux box slow
It turns out the box has an older version of bios and cpu clock speed is set to 2.8GHZ for its 3.6GHZ processor.
I update the bios and cpu clock automatically set to 3.6GHZ. the machine is now as quick as others.
Thank you all for the hints, particularly Stuart.
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 11:37 PM
08-17-2005 11:37 PM
Re: rlogin to linux box slow
just reconfigure the network .