Linux machines hangs for a short while.


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Linux machines hangs for a short while.
# 1  
Old 09-12-2008
Linux machines hangs for a short while.

Hello!
I'm managing a SuSE Linux 10 server which alot of users are using as login server and also as a build server..
There is a wierd problem with it cus' it hangs for about 30seconds ever so often and then resumes like before, this is when using SSH.

It's not that heavley loaded but there are quite some I/O to NAS.

I guess the "hang" is a case of I/O wait or something like that, so I wonder, what kind of tools should I use?

We have had problems with a bug in autofs on SuSE but this one is patched so I hop it's not this problem again.
# 2  
Old 09-12-2008
Run "vmstat 1" or "top" for some mins and check if you can see something awkward there when this behaviour occurs.
# 3  
Old 09-12-2008
Thanks for the answer.
Yeah I will try to monitor the vm... it has to be I/O wait.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Tool to compare two Linux machines

Hi ALL, I was looking out for any freeware tool which can compare config properties of 2 linux machines for ex java properties. Tried in Google but no luck. Any help would be greatly appreciated :) (3 Replies)
Discussion started by: nikhil jain
3 Replies

2. Solaris

Different VMSTAT output on Linux and Solaris machines

Hi, I am porting a piece of code from Solaris to Linux. Code uses VMSTAT command. On Solaris machine VMSTAT output is following: uname -a: SunOS rgsm01 5.9 Generic_118558-03 sun4u sparc SUNW,Sun-Fire-V440 vmstat: kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr m1 m2... (3 Replies)
Discussion started by: Basant Mishra
3 Replies

3. Shell Programming and Scripting

Expect script hangs Linux

When I run script listed below it causes my Linux to hang. When it freezes I can do totally nothing, move cursor, switch to another terminal or whatever. Linux is just not responding and the only way out I know is a hard reset of PC. #!/bin/bash if ; then echo "one parameter is needed: IP... (3 Replies)
Discussion started by: mass85
3 Replies

4. UNIX for Dummies Questions & Answers

Copying files to different linux machines using scp

Hi alll i had a file authorized_keys on machine one. now i need to copy this authorized keys file into machine2,machine 3..... i use scp authorized_keys root@192.168.168.11:/tmp/ for copying file . is there ant way to copy the same filr to multiple machines at one go ... (1 Reply)
Discussion started by: kalyankalyan
1 Replies

5. Programming

Sending emails in C program for multiple machines on Linux/OSX

Hey guys, i am creating a tool that'll run a couple network test, generate a report then email the report. Now i a bit stuck with the email sending part... I tried at first a script which worked on some machines but then it'll work fine on some machine and act up on others... I can't really rely... (2 Replies)
Discussion started by: Jess83
2 Replies

6. Red Hat

Where is TERM variable set on linux machines ?

We have two machines, prod and uat. The TERM variable in both machines are different prod echo $TERM vt100 UAT echo $TERM xterm I have checked the .profile file and could not find any entry ? There are some scripts on the box which are run by Autosys scheduler they seem to run in... (1 Reply)
Discussion started by: amit1_x
1 Replies

7. HP-UX

Windows and Linux OS for HP-UX machines

Hi All, I'm not sure if this has been posted before. Anyone knows a site how to do a hardware check (ex. ioscan) on an HP-UX machine that runs in Linux,Solaris and Windows? I'm checking the docs.hp.com and it gives me HP-UX stuff. does HP even supports such highlevel commands we use on HP-UX OS?... (2 Replies)
Discussion started by: grumash
2 Replies

8. Linux

trying to map win xp machines in a linux

How do I map some winxp machines on a linux machine using samba? any help will be apreciated Thanks (3 Replies)
Discussion started by: raulb
3 Replies

9. IP Networking

troubles networking Windows machines to RH7.1 Linux

i hear everyone talking about this SAMBA "service" that comes with Linux distros...im having no luck getting this to work, neither one of the boxes on the network sees each other. im only an intermediate level user of Linux...Networking with Windows machines is relatively new to me, so you can... (3 Replies)
Discussion started by: fuji250
3 Replies
Login or Register to Ask a Question