xCAT 2.10. 20150715 build. rh7.1
[root@c910f02c01p19 xcat-core]# ps -ef |grep -i confluent
root 4570 3565 0 06:15 pts/7 00:00:00 grep --color=auto -i confluent
[root@c910f02c01p19 xcat-core]# rpm -qa |grep -i confluent
xCAT-confluent-2.10-snap201506020225.noarch
confluent_client-1.1-1.noarch
confluent_server-1.1-1.noarch
[root@c910f02c01p19 xcat-core]# service confluent start
Starting confluent (via systemctl): [ OK ]
[root@c910f02c01p19 xcat-core]# ps -ef |grep -i confluent
root 4596 3565 0 06:15 pts/7 00:00:00 grep --color=auto -i confluent
[root@c910f02c01p19 xcat-core]# makeconfluentcfg
Error: confluent plugin bug, pid 4603, process description: 'xCATd SSL: makeconfluentcfg for root@localhost: confluent instance' with error 'General failure connecting Connection refused at /opt/xcat/lib/perl/Confluent/Client.pm line 110.
'
seems like systemctl may not be getting back the error message so it's misleading that it says "confluent started". Something must have happened where it terminated abnormally and the pid file is still lying around.
[root@c910f02c01p19 log]# /opt/confluent/bin/confluent
/var/run/confluent/pid exists and indicates 4070 is still running
Will try to fix this today.
Implemented the confluent.service systemd script that will help better control confluent start/stop/status for operating systems that have switched over to using systemd