1. Introduction
2. Downloading Riverbed Software
3. Installing Riverbed Software
4. Integrate Riverbed Software with WANdisco
5. Basic Operations
6. Setting up IP Sharing
7. Installing the node monitoring script
8. Getting more help
9. Appendix
9.1 Connection sequence for a WEB-DAV transaction
Riverbed software has been selected to provide a high-availability, application specific load balancing solution for use in conjunction with WANdisco Clustering products. This brief quick start guide shows you how to set up the "Zeus" Riverbed software to load balance between nodes in a Subversion MultiSite cluster.
You may login as the Root user with the following:
su Password: ********
Ensure that you have your Riverbed license key saved to your installation directory (e.g.
/usr/local/zeus
) before starting.
We would have sent you the license key via email. Contact WANdisco Support if you're unable to find your license key.
See Installing a new Riverbed license
This sections shows you how to get the Riverbed software.
Riverbed software requires approximately 250MB of disk space during installation.
Removing temporary installation files cuts the required drive space to about 100MB.
/usr/local/zeus
), where you saved your license key.tar -zxvf ZeusTM_60r3_Linux-x86.tgz
cd ZeusTM_60r3_Linux-x86
This section covers the software installation.
./zinstall
/usr/local/zeus
.You can install the software anywhere on your file system, but you should not install it in the same directory as any other Zeus products.
<ZEUSHOME>/zxtm/configure
If you continue to install without referencing a license key, you'll complete the installation in "unlicensed mode", in which the software will start, but will not allow you to configure and run any services.
The Zeus software must be configured and started as root, but it can be run as any user. Running the process with no privileges ensures that it can never be used to compromise the security of your system.
https://<Server IP or hostname>:9090/When you access the website for the first time you will see an error message because of the invalid SSL certificate. Nevertheless, the connection is completely encrypted and you can safely confirm the error message.
This section covers the software installation.
WANdisco's replication technology doesn't support the load balancing of a single session, applying IP-based session persistence ensures that each client session is pinned to a single node in the cluster.
You can stop the software running by running the following command (as root):
<ZEUSHOME>/stop-zeus
The Zeus software starts automatically at the end of the configuration sequence. Having stopped the software you can restart it using the following command (as root):
<ZEUSHOME>/start-zeus
You can re-run the configure script to change any or all of the settings that were chosen in section 4. or you can use it to remove the software cleanly from your machine and any cluster it was in, before clearing the installation files from your machine.
<ZEUSHOME>/zxtm/configure
You don't need to have a valid license installed in order to start the Zeus service or web interface, however, you should use this procedure to install your license before going into production.
With IP sharing you can ensure that the multi-hosted IP module shares incoming data traffic for an IP address across multiple hosts in a cluster. This has the advantage of evening out the load distributed across every active node, even when some nodes have failed.
Single-hosted traffic IPs often end up with an uneven distribution of load when failure occurs, as an entire IP's load is transferred to a single machine when the original host fails.
# tar -xzf zeus_modules_installer-2.1.tgz; cd zeus_modules_installer-2.1
# ./install_modules.pl
# /etc/init.d/zeus restart
The following articles may help you if you problems relating to your Zeus IP Sharing:
Why Can't users connect to my multi-host?
Multi-hosted IP addresses with Zeus Software
Zeus Timeout Settings
WANdisco provides a script zeus_read_only_monitor.pl
to monitor the status of each node in a cluster and detect if it becomes read-only. Should a node become read-only, the Zeus software will then drop the node from the pool to ensure continued load balancing of the remaining nodes.
You can find the script bundled with WANdisco's Subversion MultiSite 3.7 product, in the following location:
<INSTALL DIRECTORY>/svn-replicator/bin/zeus_read_only_monitor.pl
The monitoring script has been tested on with Subversion MultiSite 3.7. Contact WANdisco technical support for updates and version compatibility.
Follow this procedure to install the script:
zeus_read_only_monitor.pl
to your Zeus server, placing it here:
/usr/local/zeus/<zxlb-(version) or zxtm-(version)>/conf/scripts/e.g. /usr/local/zeus/zxtm-6.0r4/conf/scripts
https://<Server IP or hostname>:9090/
The monitor script is now installed. It's important that if you upgrade your version of the Zeus software that you check back with WANdisco to ensure that the script remains compatible.
You can download a copy of the Zeus software User Manual for information about advanced configuration, function and troubleshooting.
Go to the Zeus Knowledge Hub http://knowledgehub.zeus.com/docs for support, knowledgebase articles and further documentation.
This section illustrates the path that a WEB-DAV transaction takes in a setup that includes Riverbed Load balancing with a WANdisco Subversion MultiSite Replicator. To keep things simple the replication connections are not detailed.
Connection Activity | Apache / Zeus Connection Management |
1. The Subversion client opens a connection through the Zeus Load balancer, (A). | |
2. Riverbed uses an available connection from its pool to connect to the Apache Reverse Proxy, (B). | |
3. The Apache reverse proxy opens a connection to the WANdisco replicator, (C). | |
4. WANdisco replicator opens connection to Apache DAV_SVN, (D). | Apache starts the countdown on the connection using the Timeout and KeepAliveTimeout set in its config file. |
5. WEB-DAV request streams from the SVN client, through the chain of connections show in the above illustration. | |
6. The request streaming completes. | Timeout and max_reply_time start countdown for connections (A) and (B) on Zeus. Timeout and KeepAliveTimeout start countdown for connections (B) and (C) on Apache Reverse Proxy. |
7. WANdisco replicator submits proposal for a Global Sequence Number (GSN) from its Agreement Manager and receives a response. | |
8. WANdisco replicator streams a request to Apache DAV-SVN. | Timeout and KeepAliveTimeout reset for the connection between the WANdisco Replicator and Apache DAV-SVN. |
9. Apache DAV_SVN processes request. | Apache begins a new countdown from connection (D) using Timeout and KeepAliveTimeout. |
10. Apache DAV_SVN sends response to WANdisco replicator. | Timeout and KeepAliveTimeout reset for connection (D) on Apache DAV-SVN. |
11. WANdisco replicator forwards repsose to Apache Reverse Proxy. | Timeout and KeepAliveTimeout reset for connection (C) on Apache Reverse Proxy. |
12. Apache reverse proxy forwards response to Riverbed. | Timeout and KeepAliveTimeout reset for connection (B) on Apache Reverse Proxy. Timeout and max_reply_time for connections (A) and (B) on Zeus. |
13. Apache Reverse Proxy closes its connection with WANdisco replicator (C) because of proxy-nokeepalive environment variable. This leads the WANdisco replicator to close its connection to Apache DAV_SVN, (D). As a result, resources are freed up. | |
14. Riverbed forwards the response to the client, returning its connection (B) to the available pool, ready for a new request. | |
15. Connection (A) if finally closed. |
A. Connection (D) will be dropped if the total time to stream requests from the client to the WANdisco replicator, plus the time for the WANdisco replicator to get a GSN is greater than 7200s (2 hours).
Such a connection drop can occur when very large files are present within a commit on a limited bandwidth connection.
B. Connections (A),(B) and (C) will drop if the total time for WANdisco replicator to get a GSN, plus the time for Apache DAV_SVN to process the request os greater than 7200s (2 hours).
Such a connection drop can occur for a WEB-DAV MERGE with many new file versions present in a subversion commit.
These statements hold true when the following settings are used:
Riverbed Virtual Server timeout = 7200s Riverbed pool max_connect_time = 7200s Apache Timeout = 7200s Apache KeepAliveTimeout = 7200s Apache SetEnv proxy-nokeepalive 1
Copyright © 2010 WANdisco
All Rights Reserved
This product is protected by copyright and distributed under
licenses restricting copying, distribution and decompilation.