Comments on How to Set up Nginx High Availability with Pacemaker and Corosync on CentOS 7

In this tutorial, we will guide you step by step on how to create a High Availability Cluster Nginx Web Server with Pacemaker, Corosync, and Pcsd. We will create the Active-Passive Cluster or Failover-cluster Nginx web server using Pacemaker on a CentOS 7 system.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Sungsoo Kim

Thank you for your blog posting.

It was very helpful to me.

I would like to recommend you use systemd:nginx instead of ocf:heartbeat:nginx when creating web server resource because the former is better and we can still use "systemctl status nginx" to see if nginx is running.

 

Thanks!

By: Arvinder

Thanks for the article. You have any insight on how to setup active/active cluster using corosync/pacemaker?

By: Tux

Thank you very much for the tutorial, it is amazing material !!!

By: silent-mobius

Just wondering to know if hostnames is a must requirement or it can work with regular IP address instead ?