GlobalMgrSvr crashes per 12hours+

Skilled Illusionist
Joined
Jul 16, 2005
Messages
330
Reaction score
5
Location
Malaysia
Hi there everyone. It's been a long time since i created a thread on RZ.
I was wondering,anyone know how to fix the GlobalMgrSvr that crashes every 12 hours +?
I tried searching seems can't find an answer.I tried looking at the other thread saying cannot connect to the mssql,but it has database connect success.

Did anyone notice this problem? .. cheers :):
 
this problem is since we all set up our own test/public server :): still no one giving a answer.there are some who already fix this but you know people are to "SELFISH" they dont want to share it..
 
Upvote 0
So even i've posted this help thread.Nobody is going to share and help then?
I thought that the people who shared EP8 was going to expand this cabal knowledge,but in the end still ended up the same thing.
 
Upvote 0
try to use crond
Add to file /etc/crontab this string (Checks services every minute):
*/1 * * * * root /home/cabal/check_daemon.sh

The log file of autostarts will be /home/cabal/check_daemon.log
(run chmod 0700 /home/cabal/check_daemon.log if you dont see him)

Over the past two days in the log file is only one record of the autostart (Mon Feb 25 15:58:01 MSK 2013: GlobalMgrSvr starting)
So far (since Sun Feb 24 20:00:01 MSK 2013) server runs stably without service interruption.

I hope that this will solve the problem
 
Upvote 0
try to use crond
Add to file /etc/crontab this string (Checks services every minute):
*/1 * * * * root /home/cabal/check_daemon.sh

The log file of autostarts will be /home/cabal/check_daemon.log
(run chmod 0700 /home/cabal/check_daemon.log if you dont see him)

Over the past two days in the log file is only one record of the autostart (Mon Feb 25 15:58:01 MSK 2013: GlobalMgrSvr starting)
So far (since Sun Feb 24 20:00:01 MSK 2013) server runs stably without service interruption.

I hope that this will solve the problem

i can't see etc/crontab , are you saying etc/cron.d ?

PS: ops! i saw the crontab, its not a folder, its a file :P
 
Upvote 0
File /etc/crontab, yes it is not folder :):

As well, these commands are available in the /etc/cron.d/chk_cabal, but in my case, for some reason, do not work.
Therefore, I add them to the main list (/etc/crontab)
 
Upvote 0
File /etc/crontab, yes it is not folder :):

As well, these commands are available in the /etc/cron.d/chk_cabal, but in my case, for some reason, do not work.
Therefore, I add them to the main list (/etc/crontab)

Yeah i understand now. but this */1 * * * * root /home/cabal/check_daemon.sh forcing the service to start every minute.
 
Upvote 0
It stops exactly every 32 hours, sitting idle and with 1024MB ram when it fills up.

Try to increase the ram first and then after you increased ram, disable the service logs and see what happens.
I have not tried to do so yet.

Got the same problem here. Maybe the problem relies on the log rotation coz as I've noticed that after 24hrs or more when my 12Gig RAM reaches to its maximum capacity consumed (about 99% consumed), few hours after the server crashes. I'm trying to change all loglevel from 3 to 1 and make an observation if this problem will still occur.

As you can see it has something to do with resources running out, so monitor it closely.
For now, all of this is speculation.
 
Upvote 0
I am currently using a 32GB machine as well.This isn't crashing with the ram usage.It should be something with the server files.
For this, please slow it down guys. Don't fight with each other .. come on try to solve this out together.
Must unite >_<
 
Upvote 0
Back