|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
RHEL5 Server not responding
I have RHEL5 server
Sometimes ping timeout occured and i can not access server from any tool or ILOM Any ideas how to solve this? |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
From the little you have told us, this sounds like a network problem rather than anything to do with the RHEL server.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Log files
here log file in /var/log/messages Code:
Dec 19 12:46:30 testapp avahi-daemon[5269]: Invalid query packet. Dec 19 12:47:06 testapp last message repeated 2 times Dec 19 13:26:38 testapp kernel: frmweb[26193]: segfault at 000000006974655e rip 00000000f7d312c1 rsp 00000000ffc49048 error 4 Dec 19 13:58:17 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 06:58:23 testapp avahi-daemon[5269]: Invalid query packet. Dec 20 06:59:03 testapp last message repeated 7 times Dec 20 07:37:52 testapp avahi-daemon[5269]: Invalid query packet. Dec 20 07:38:32 testapp last message repeated 6 times Dec 20 07:46:29 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 07:47:03 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 07:47:03 testapp last message repeated 7 times Dec 20 07:48:06 testapp avahi-daemon[5269]: Invalid query packet. Dec 20 07:48:46 testapp last message repeated 7 times Dec 20 08:07:29 testapp avahi-daemon[5269]: Invalid query packet. Dec 20 08:08:13 testapp last message repeated 11 times Dec 20 08:40:39 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 08:42:28 testapp last message repeated 3 times Dec 20 08:43:33 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 08:48:12 testapp kernel: do_vfs_lock: VFS is out of sync with lock manage r! Dec 20 09:30:49 testapp last message repeated 11 times I hope any ideas to solve this. Last edited by Scott; 12-22-2012 at 10:35 AM.. Reason: Code tags |
|
#4
|
|||
|
|||
|
Sounds like you may have a bad NFS mount. See if you can log into the console directly and unmount any NFS mount points. It may be dangerous to do so in a hung state, but Code:
umount -l <directory> should unmount it. Then you can investigate what happened. |
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
Sounds like fcntl locks are being released locally but not on NFS server. Is your RHEL server up-to-date with patches?
|
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Thanks for your reply
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| After umount -lf: kernel: nfs: server HOSTNAME not responding, timed out | Arsene Lupen | Red Hat | 4 | 06-23-2012 11:53 AM |
| NFS server <servername> not responding still trying | newbie_01 | UNIX for Advanced & Expert Users | 2 | 05-26-2011 01:04 PM |
| Solaris 9 server not responding | mkeis1144 | UNIX for Dummies Questions & Answers | 3 | 07-31-2009 09:03 AM |
| Portmapper not responding | sak900354 | UNIX for Dummies Questions & Answers | 1 | 06-27-2006 10:29 AM |
| NFS SERVER.....not responding | Prafulla | UNIX for Dummies Questions & Answers | 3 | 12-08-2001 12:03 PM |
|
|