Mirror across two storage servers

Setting up the GlusterFS Servers

server1.example.com/server2.example.com:

The latest GlusterFS version is available as Ubuntu package from gluster.org. We can install it as follows:

We add the public key of the gluster.org Ubuntu repository on both servers.

wget -O – http://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.9/rsa.pub | apt-key add –

Read More

LiteSpeed

LiteSpeed Web Server is the leading high-performance, high-scalability web server from Litespeed technologies. It can be used to replace an existing Apache server without changing any other programs or operating system details, and without breaking anything. As such, LiteSpeed Web Server can quickly replace a major bottleneck in your existing web hosting platform. With its comprehensive range of features and easy-to-use web administration console, LiteSpeed Web Server can help you conquer the challenges of deploying an effective web hosting infrastructure.

Read More

Backup Failure handling in Plesk

Question

Is it possible to to force Plesk Automation to move previously created backup files from the PA service node to backup node in case if backup node was unavailable during backup creation?

Answer

At this moment it is not possible in PA to force PA to move previously created backup files from the PA service node to backup node. In this case the best solution for this issue will be to remove the backup files from theC:\Windows\temp directory manually, return backup node back to availability and create a backup of subscriptions.

The issue reported is a Feature Request. It cannot be fixed without the Source Code interference.

How to Install and Configure MySQL Cluster

To implement a MySQL Cluster, we have to install three types of nodes. Each node type will be installed on it’s own server. The components are:

1. Management Node – NDB_MGMD/MGM
The Cluster management server is used to manage the other node of the cluster. We can create and configure new nodes, restart, delete, or backup nodes on the cluster from the management node.

Read More