Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Please be aware: Kaspersky Anti-Virus has been deprecatedWith the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
Hello, I have 2 servers with redhat Enterprise IS. I need have LOAD BALANCING & HIGH AVAILABILITYY in both servers and to handle plesk. Some idea, or where to begin to investigate.
PSA itself is not built for clustering without alot of work. ART is the only person I know that has pulled it off, but then again, hes a creator of PSA.. Two server load balancing would actually require three servers. Search the forum.
Plesk does not imposes additional problems to a HA project, but it does not make the life easier. I recommend you to consider a shared disk project like DRBD as its extremely complicated to implement and does not involve large costs.
One interesting project perlboy pointed me to the other day is openssi.org, which abstracts away multiple physical servers into one virtual server. 2 systems probably wouldnt be enough for something like that (4 is probably a good start), but in terms of integration with psa, I set up an 8 node system running rh9/GFS and PSA installed just like a normal box. Nothing special required, I just installed psa like normal.
One thing I have been toying with is since I am virtualizing all my hosting servers to VMWare GSX server, I can share a physical disk between the servers per their clustering how-tos. That along with multiple interfaces that can talk over their own internal swich, can make for a nice HA cluster. Only thing I'd worry about is getting MySql to sync nicely, its something I haven't messed with yet.
yeah I've done a lot of clusters that way, where the physical servers each have a standalone OS and then you glue the whole thing together with LDAP, NFS and sqlrelay. Its always been a major hassle to set up and maintain. It is doable though, you've just got to run a really tight ship on the way each node is set up.