chkconfig showing the output as mdmonitor service is running
[root@localhost ~]# chkconfig --list | grep -i mdmonitor mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off
But service command showing the status as mdmonitor is stopped
[root@localhost ~]# service mdmonitor status mdmonitor is stopped
service mdmonitor start command showing nothing
[root@localhost ~]# service mdmonitor start [root@localhost ~]# [root@localhost ~]# service mdmonitor status mdmonitor is stopped
In GUI (System > Administrator > Services ) showing as

my doubt is
In runlevel 5 mdmonitor is running but why service command showing the output as mdmonitor is stopped
[root@localhost ~]# chkconfig --list | grep -i mdmonitor mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off
service
[root@localhost ~]# service mdmonitor status mdmonitor is stopped
After reboot also same effect. what is the reason here?
I am using CentOS 6.2
/var/log/messagesor some specific file in/var/log. – gertvdijk Nov 23 '12 at 13:35