> > We restarted the systemd and other process by using command mentioned below > and also restarted the cluster nodes: > > > > Systemctl restart httpd.service > > Systemctl restart pacemaker.service > > Systemctl restart corosync.service > > Systemctl restart pcsd.service > > > > Does this impact in cluster? >
You should systemctl disable httpd.service && systemctl stop httpd.service in all nodes of the cluster where Apache is installed. Then, start the resource by using any utility, for example pcs resource enable Httpd If no more specific configurations have been done, that should start Apache. Then, test again killing it. Regards, Alberto Mijares _______________________________________________ Users mailing list: [email protected] http://lists.clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
