Sudden Service Busy Alarms


 
Thread Tools Search this Thread
Operating Systems Solaris Sudden Service Busy Alarms
# 1  
Old 04-10-2015
Sudden Service Busy Alarms

Hi,

I am getting service busy alarms on my machines which are using MongoDB every now and then. When the service busy alarm appears, I get the following errors on my mongo router logs.

Code:
Tue Apr  7 08:01:08.445 [ReplicaSetMonitorWatcher] dbclient_rs nodes[2].ok = true hxcslc-b05:27014
Tue Apr  7 08:01:08.445 [ReplicaSetMonitorWatcher] dbclient_rs nodes[0].ok = true hxcslc-a11:27015
Tue Apr  7 08:01:08.445 [ReplicaSetMonitorWatcher] dbclient_rs nodes[1].ok = true hxcslc-a12:27014
Tue  Apr  7 08:01:08.467 [conn537] User Assertion: 13639:can't connect to  new replica set master [hxcslc-a07:27015], err: couldn't connect to  server hxcslc-a07:27015
Tue Apr  7 08:01:08.467 [conn537] warning:  problem while initially checking shard versions on o :: caused by ::  13639 can't connect to new replica set master [hxcslc-a07:27015], err:  couldn't connect to server hxcslc-a07:27015
Tue Apr  7 08:01:08.467  [conn537] warning: db exception when initializing on  a:a/hxcsvc-a01:27015,hxcsvc-a02:27014,hxcsvc-b01:27015, current  connection state is { state: { conn: "", vinfo: "hxc_lcycl.default @  2471|37||548899247a6bb113e4385b3a", cursor: "(none)", count: 0, done:  false }, retryNext: false, init: false, finish: false, errored: false }  :: caused by :: 13639 can't connect to new replica set master  [hxcslc-a07:27015], err: couldn't connect to server hxcslc-a07:27015
Tue  Apr  7 08:01:08.467 [conn537] AssertionException while processing op  type : 2004 to : hxc_lcycl.default :: caused by :: 13639 can't connect  to new replica set master [hxcslc-a07:27015], err: couldn't connect to  server hxcslc-a07:27015

Can anyone suggest what is the problem and how can we resolve it.


Regards
Fayyaz


Moderator's Comments:
Mod Comment
Please wrap all code, files, input and output/errors in CODE tags.
It makes them far easier to read and preserves long lines and multiple spacing, which might be important.

Last edited by rbatte1; 04-10-2015 at 10:16 AM.. Reason: CODE tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Sudden application crash in servers

Hi, This weekend there was a sudden application crash in the server. I did not know where to start to investigate the problem, so I first looked into the /var/adm/syslog/syslog.log, and this was what I found : Dec 17 00:38:02 L28bi01 sshd: error: accept: No buffer space available Dec 17... (9 Replies)
Discussion started by: anaigini45
9 Replies

2. Solaris

Ftpd alarms

Hi, I am facing following alarms in var/adm/messages after an interval of 10 mins. I dont know what the impact is and how can i fix it. Can anyone help please? Dec 4 07:50:03 hxcsvc-a01 ftpd: open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory Dec ... (4 Replies)
Discussion started by: sni_engineer
4 Replies

3. Solaris

T4-1/Solaris 11 and sudden 50% performance drop

We have a SPARC T4-1 server, running Solaris 11, and it's doing some pretty extensive parsing on roughly 100GB data set. All was well still few weeks ago, when I was testing the performance, I was reaching rougly 50minute calculation times, and it was more or less expected performance. Now... (0 Replies)
Discussion started by: julumme
0 Replies

4. Solaris

Hardware Alarms on HP-ux Solarisx86

Hi I am trying to configure the Hardware alarms on HP server. I have refer to "HP ProLiant Health Monitor User Guide" and installed HPQacucli-3.5.0-solaris10-i386 HPQhealth-4.4.0-solaris10-i386 HPQhma-5.7.0-solaris10-i386 HPQilo-1.4.5-solaris10-i386 HPQsmh-5.5.0-solaris10-i386 ... (2 Replies)
Discussion started by: anand87
2 Replies

5. Solaris

lp serverlist alarms in messages

Hello, I have been receiving following alarms in /var/adm/messages dtcp: WARNING DB (db_tcp.c,363) db_alloc_connid: lp && lp->serverlist error for service 20 It seems like this message is related to LP print service. Since I am not using any print service, is there any way to switch it... (2 Replies)
Discussion started by: aalishan
2 Replies

6. UNIX for Advanced & Expert Users

Filesystem mystery: disks are not busy on one machine, very busy on a similar box

Hi, We have a filesystem mystery on our hands. Given: 2 machines, A and Aa. Machine Aa is the problem machine. Machine A is running Ubuntu, kernel 2.6.22.9 #1 SMP Wed Feb 20 08:46:16 CST 2008 x86_64 GNU/Linux. Machine Aa is running RHEL5.3, kernel 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38... (2 Replies)
Discussion started by: mschwage
2 Replies

7. UNIX for Dummies Questions & Answers

Autosys Email Alarms

Hello, I'm kind of new to autosys, but I'm assuming there is a way to have Alarms be emailed instead of having to run jobscape and click the Alarm button to see what jobs have failed? Does anyone have an insight onto how this can be done? Thanks. (14 Replies)
Discussion started by: rpiller
14 Replies

8. Shell Programming and Scripting

alarms

Hi I have been trying to set up alarms on my Solaris box (Sun OS 5.8) The objective is to present the user an audible alarm every hour or so. I have so far done this: #!/bin/sh val=1 while do printf "\a" val=`expr $val + 1` done I have put this in my crontab to run hourly.... (2 Replies)
Discussion started by: run_time_error
2 Replies

9. UNIX for Dummies Questions & Answers

sudden poweroff ??

Hi I am using unix for last few days. Here is my problem during boot the machine stop giving video signal and I don't know what's happening. When I ping (during boot) it from another machine it comes alive then goes out. The power on the CPU is on all the time. please help. (9 Replies)
Discussion started by: santosh1981
9 Replies

10. Solaris

Alarms/Alerts

Is there a imbedded command (Solaris v8 ksh) that will send an administrative alert/alarm. Or is it just triggering a mail message via shell script? If no, is there a good open-source code someone knows about? Thanks so much in advance for any replies. ...Gozer13 (3 Replies)
Discussion started by: gozer13
3 Replies
Login or Register to Ask a Question