- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Server grinds to a halt with no clues
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
08-04-2005 01:14 AM
08-04-2005 01:14 AM
rhel3 update 4
http server running IBM Websphere is grinding to a halt daily. I am running the below to attempt to capture if memory is leaking and causing a problem. Whilst usage is increasing there is still > 2gb free
echo "Checking Stats on `date` " >> $LOG
echo >> $LOG
/usr/bin/mpstat -P ALL >> $LOG
echo >> $LOG
echo >> $LOG
/usr/bin/free >> $LOG
echo >> $LOG
/bin/ps -e -o 'user,cpu,pcpu,vsz,args' | sort -rnk 4 >> $LOG
echo >> $LOG
/usr/bin/vmstat >> $LOG
echo >> $LOG
echo "number of webshere processes = $(ps -ef | grep -i web | wc -l)" >> $LOG
echo >> $LOG
mapped_proc=$(pmap $(ps -ef | grep -i WebSphere | grep -v grep | head -1 | awk '{print $2}') | tail -1)
echo Sum memory for Websphere = $mapped_proc >> $LOG
echo >> $LOG
echo "----------------------------------------------------" >> $LOG
I have also set *.* /var/log/messages for syslog.conf to attempt to catch everything
At the moment, i'm not getting anything that is pointing me to the source of the problem. When the server dies, checking at the console the system doesn't even serve me a logging prompt, running at run level 3.
Any ideas, what further to check
tia
steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:01 AM
08-04-2005 02:01 AM
SolutionWe had "shutdowns" on a server once because the hardware was informing to the OS that a memory FAN failed, then to prevent crashes, the operating system do a shutdown.
You should check that you are not having a hardware problem, we had hardware console to see this, on an integrity server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:18 AM
08-04-2005 02:18 AM
Re: Server grinds to a halt with no clues
in console and remote session to try and get more clues.
This is probably due to a sudden hardware failure.
I've had servers do this when their power supply was blown but still working to a fashion. I'd check into those types of issues.
I'd also run checkrootkit and make sure the system is not compromised in some way.
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
08-04-2005 03:03 AM
08-04-2005 03:03 AM
Re: Server grinds to a halt with no clues
I have one (xen) host which will also turn up such errors after a few weeks without trouble, and I hunted it down a bit, but not completely, the kernel most of the time also didn't even manage an 'Oops at 0x0000000' message. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:07 AM
08-04-2005 03:07 AM
Re: Server grinds to a halt with no clues
What is interesting is that the network stack stays up, ie machine responds to pings, yet looking at the messages file cron and everything else stops.....
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 04:08 AM
08-04-2005 04:08 AM
Re: Server grinds to a halt with no clues
You should also enable the magic sysreq key to generate memory dumps, sync disks and reboot the server, that may be helpful.
/etc/sysctl.conf
kernel.sysrq = 1
See the kernel documentation sysrq.txt for more information about how to use it.
Sometimes a extremely hihg cpu usage causes this kind of problem.
The LOG you get, also hungs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 06:33 PM
08-04-2005 06:33 PM
Re: Server grinds to a halt with no clues
if the server hangs without any log messages and kernel oops then it is more likely that it is a hardware issue.
I did face similar kind of problems in a customer place and later found that the motherboard of the server gone bad and had to be replaced.
It would be better to start off with a memory check, use the memtest86 utility to check for possible RAM problems. Then if that does not reveal anything log a hardware support call.
Regards,
Gopi