Skip to Content

Ezeelogin GUI loading slow

How to fix the slowness in loading Ezeelogin GUI?

The slowness of GUI loading may be due to one node being unable to communicate with the other. The slowness can be fixed by disconnecting the slave node.

It is recommended not to remove the slave node. The slave needs to be re-installed if it's removed from the master. There might be chances for losing logs if the slave got removed from the master.

How to disconnect the cluster from Ezeelogin GUI?

Login to Ezeelogin GUI and click on the cluster tab. Refer below screenshot to disconnect the slave from Ezeelogin GUI.

How to disconnect the cluster from the backend?

If a user cannot disconnect the slave from the Ezeelogin master GUI, run the below command on the current master node to disconnect from the backend.

root@current_master_node :~# php /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings set value='N' where name='connected'"

How to disconnect and switch the node state of the cluster from the backend?

If a user cannot switch node state from Ezeelogin GUI, run the below commands on the gateway server.

root@gateway :~# php /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings set value='master' where name='nodestate'"

root@gateway :~# php /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings set value='N' where name='connected'"

How to reconnect the node from Ezeelogin GUI?

Login to Ezeelogin GUI and click on the cluster tab. Refer below screenshot to connect the slave from Ezeelogin GUI.

 


Related Articles