{% extends "base.html" %} {% from 'macros.html' import render_form %} {% block header %}

Multi Master Replication [WrenDS]

{% endblock %} {% block content %} {% if servers %}
{% for server in servers %} {% endfor %}
Server ID Hostname IP Address Replication Status Server Status Actions
{{ server.id }} {{ server.hostname }} {% if server.primary_server %} Primary {% endif %} {{ server.ip }} {% if not server.primary_server %} {% if server.mmr %} Configured {% else %}

Not Configured

{% endif %} {% endif %}
{% if stat %} {% if not server.primary_server %} {% if server.mmr %}Re-Enable Replication{%else%}Enable Replication{%endif%} {% if server.mmr %} Disable Replication {% endif %} {% endif %} {% endif %}
Note:Ports 4444 and 8989 should be open to/from among all nodes of cluster pool. {% if stat %}Re-Deploy All{%else%}Deploy All{%endif%}
{% endif %} {% if stat %}

{{ stat }}  
  
{% endif %} {% endblock %} {% block js %} {% endblock %}