When I checked via IPMI, I could see the following message:
===========
Free swap = 0kB
Total swap = 2096472kB
crond invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0
Call Trace:
[<ffffffff800c0b09>] out_of_memory+0x8e/0x2f5
============
This means that there was lack of free memory in the server which caused this issue. I have initiated a server reboot and it is back on-line.
============
$ ssh root@67.228.86.194
root@67.228.86.194's password:
Last login: Thu Feb 18 15:01:12 2010 from 10.0.80.148
[root@server01 ~]# w
12:39:56 up 1 min, 1 user, load average: 1.05, 0.33, 0.11
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 66.228.118.68 12:39 0.00s 0.01s 0.00s w
============
I could see that there are 8 processors for this server.
============
[root@server01 ~]# cat /proc/cpuinfo | grep processor | wc -l
8
============
Right now there is only 4G of RAM in the server.
============
[root@server01 ~]# free -m
total used free shared buffers cached
Mem: 3952 2298 1653 0 40 474
-/+ buffers/cache: 1783 2169
Swap: 2047 0 2047
============
You can add 2G extra RAM to the server for the smooth running of it.
Bookmarks