Page 2 of 2
Re: XI System Component Status - Multiple Flags
Posted: Wed Apr 11, 2018 11:05 am
by scottwilkerson
I'm a little confused because your firsy post shows that mariadb is installed which doesn't come with CentOS 6
and also that service command is redirecting to /bin/systemctl
What has all been modified on this server?
Re: XI System Component Status - Multiple Flags
Posted: Thu Apr 12, 2018 12:18 am
by hoegh
Hi,
I will Pm you the current system profile.
Nothing has been changed as of now.
Thanks & Regards,
Neha Singh.
Re: XI System Component Status - Multiple Flags
Posted: Thu Apr 12, 2018 9:00 am
by scottwilkerson
Based on the profile you sent, it doesn't look like mariadb is running, I honesly don't know what those errors were or how you got them on a RHEL 6.8 system
However, you do have multiple parent nagios and ndo2db processes that should be corrected with the following
Code: Select all
service nagios stop
service ndo2dbstop
killall -9 nagios
killall -9 ndo2db
service ndo2dbstart
service nagios start