Page 1 of 1

namely, multiple kernel queues

Posted: Tue Sep 26, 2017 11:39 am
by ponnpr7
This was address earlier from my other thread Check_HP_Blade_Chassis.

Re: namely, multiple kernel queues

Posted: Tue Sep 26, 2017 12:47 pm
by dwhitfield
The following should resolve the kernel queue issue:

# service nagios stop
# service ndo2db stop
# killall -9 nagios
# killall -9 ndo2db
# rm -f /usr/local/nagios/var/ndo.sock
# rm -f /usr/local/nagios/var/ndo2db.lock
# for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
# service ndo2db start
# service nagios start

Were you experiencing anything odd with the server? If so, that may resolve that. If it doesn't resolve whatever weirdness you were seeing, could you let us know what that is?

Also, you are posting in the general forum. Since you are a customer, you should post in the customer forum. The reason for this is that the SLA applies to the customer forum. I can move this thread to the customer portion of the forum, if you have access to it.

Re: namely, multiple kernel queues

Posted: Tue Sep 26, 2017 3:27 pm
by ponnpr7
Until I get the permission on customer support please keep all the communication on here.

One other thing could you please let me know how do you find out the kernel queue issue?

Thanks,

Re: namely, multiple kernel queues

Posted: Tue Sep 26, 2017 3:33 pm
by dwhitfield
ipcs -q is the basic command. It should just list one. If you just use ipcs, then you will get more information, but the other information is not useful for this particular issue.

Re: namely, multiple kernel queues

Posted: Thu Sep 28, 2017 8:57 am
by ponnpr7
I'm still seeing this output is it gone be any issue?

[root@nagiosxi ~]# ipcs -q

------ Message Queues --------
key msqid owner perms used-bytes messages
0x1f000002 1343488 nagios 600 0 0

Re: namely, multiple kernel queues

Posted: Thu Sep 28, 2017 12:09 pm
by scottwilkerson
ponnpr7 wrote:I'm still seeing this output is it gone be any issue?

[root@nagiosxi ~]# ipcs -q

------ Message Queues --------
key msqid owner perms used-bytes messages
0x1f000002 1343488 nagios 600 0 0
This looks normal

Re: namely, multiple kernel queues

Posted: Thu Sep 28, 2017 1:06 pm
by ponnpr7
Thanks.