- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RedHat freeze
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
06-22-2004 10:19 PM
06-22-2004 10:19 PM
RedHat freeze
On Saturday a RedHat 2.1AS server freeze. We couldn't access the machine from ssh or localy so we reboot it. Now I'm wondering what happens as it the second times it happens. In /var/log/messages I get regularly messages from IPTABLE (all input is logged), but when the machine freeze I get no more message anywhere. Does somebody know where I should look at or what should I do to see where the probleme come from ??
PS: The server is a DL-380 G3 with Hyper-Threading.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 02:02 AM
06-23-2004 02:02 AM
Re: RedHat freeze
The only possible issue with that server was the var filesystem was on its way to getting full.
The behavior was the same, no messages, no nothing. I'd check bugzilla for this issue becasue mine is a Dell Poweredge and has few smililarities to yours in the hardware realm.
Interesting.
SEP
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
06-23-2004 02:14 AM
06-23-2004 02:14 AM
Re: RedHat freeze
http://www.linuxdevcenter.com/pub/a/linux/2001/11/01/postmortem.html
Since Steve had the same issue, maybe it was an up2date package. I checked my /var/log/up2date.1 and didn't see anything being updated.. Could be different for you since it depends on what packages are installed..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 02:21 AM
06-23-2004 02:21 AM
Re: RedHat freeze
Is it possible that the Hyper-Threading could have some problem with linux ?
I will take a look at bugzilla too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 02:29 AM
06-23-2004 02:29 AM
Re: RedHat freeze
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 03:09 AM
06-23-2004 03:09 AM
Re: RedHat freeze
I disable it because some of my servers are sunnning Oracle and they can't be rebooted when they want.
Thanks for all information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 03:24 AM
06-23-2004 03:24 AM
Re: RedHat freeze
in this situation I would consider allowing to log all messages by syslog:
/etc/syslog.conf
*.* -/var/log/allmessages
maybe you will find there the cause for next freezing (I hope it will not come again, but for certainty)
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 06:44 AM
06-23-2004 06:44 AM
Re: RedHat freeze
I will try that too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 08:09 AM
06-23-2004 08:09 AM
Re: RedHat freeze
could be the culprit.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 05:51 PM
06-23-2004 05:51 PM
Re: RedHat freeze
10x, Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 07:48 PM
06-23-2004 07:48 PM
Re: RedHat freeze
I am interrested in too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 02:09 AM
06-24-2004 02:09 AM
Re: RedHat freeze
One of the best ways to troubleshoot complete system freezes is to use the "NMI watchdog" feature. Your machine needs to either be SMP or have an enabled APIC (if uniprocessor). If you're running the SMP kernel with a single Xeon, that works, too.
To enable it, append "nmi_watchdog=1" to the boot line in GRUB, or add an 'append="nmi_watchdog=1' if you're using LILO. Once this is done, reboot and you're all set.
The NMI watchdog generates interrupts periodically that will cause the kernel to panic if the processor freezes. You can then use the aforementioned debugging tools to find out what is going on. I used this recently to detect system freezes caused by an errant driver.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:23 AM
06-24-2004 09:23 AM
Re: RedHat freeze
While talking about that, I wanted to stop hpasm on a server (running about still 70 days), and the /etc/init.d/hpasm stop failed for the 2 following processus: cevtd and casmd. They are now totally lost in the space and take each 100% of a CPU. As I have 4 the server is still up but really unhappy to work so much for nothing ;).
BTW I think Ingight Manager 7 got very big trouble... Where should I make some feedback to HP ??