<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>ClusterFunk</title>
	<link>http://www.clusterfunk.co.uk</link>
	<description>Stuff I do with Zeus, Microsoft and Virtualisation. Oh and I can&#039;t spell ;)</description>
	<lastBuildDate>Wed, 23 Jun 2010 09:26:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Zeus Elastic Application Delivery platform announced</title>
		<description><![CDATA[

Zeus today announced the forthcoming release of version 7 of the product suite. 
This includes: 
Zeus Traffic Manager 7.0 and the new Zeus Multi-Site Manager 
Click here to access a zipped file that contains briefing documents, presentations and new brochures for you to brief your staff and update your website.    
Click here [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zeus-elastic-application-delivery-platform-announced/</link>
			</item>
	<item>
		<title>Zeus ZTM &amp; ZLB Appliance deployment troubleshooting</title>
		<description><![CDATA[ 
I recently built out a CMS hosting environment for a UK Airport web site. Whilst doing this I came across some issues deploying ZTM and ZLB appliance which is easy to resolve if you know how. 
VM Nic Bindings 
OR..&#160; Binding VM Nic 1 to eth1 and VM Nic 2 to eth0 
Let’s say [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zeus-ztm-zlb-appliance-deployment-troubleshooting/</link>
			</item>
	<item>
		<title>Rate shaping Traffic with Zeus ZTM v6</title>
		<description><![CDATA[ A couple of weeks ago I built out a rate shaping solution for a client hosting a web site that is very, very, very popular at the moment.
So what is this rate shaping all about?&#160; Well for a kick off it is in fact simplicity itself to implement using Zeus ZTM v6 (or indeed [...]]]></description>
		<link>http://www.clusterfunk.co.uk/rate-shaping-traffic-with-zeus-ztm-v6/</link>
			</item>
	<item>
		<title>Zeus release ZTM v6.0</title>
		<description><![CDATA[
Its been a long time since I posted mainly because all of the work I have been doing is covered by NDA (no disclosure agreements). One of the secret squirrel pieces of work involved Zeus ZXTM r5.2 beta testing. Well the good people of Zeus must have been having more moments of genius that usual [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zeus-release-ztm-v6-0/</link>
			</item>
	<item>
		<title>ZXTM Plug-in for eclipse</title>
		<description><![CDATA[ 
Just a quick post to draw your attention to the excellent plug-in for eclipse IDE.   This is fantastic. You can now edit Traffic Script in a nice IDE (like a real developer   ) and avoid having to spawn loads of browser windows to check traffic Script reference etc.
Deployment   [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-plug-in-for-eclipse/</link>
			</item>
	<item>
		<title>ZXTM 5.2 Rule enhancement exclusive</title>
		<description><![CDATA[ Several weeks ago I submitted a number of feature/enhancement requests to Zeus in relation to ZXTM usability. One of which relates to the management of rules assigned to a virtual server. The good people at Zeus contacted me regarding my submission and they have allowed me a “world exclusive” !   
This post [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-52-rule-enhancement-exclusive/</link>
			</item>
	<item>
		<title>Installing ZXTM beyond ./zinstall</title>
		<description><![CDATA[This post is aimed at covering the stuff required to deploy ZXTMs that isn’t actually the ZXTM install itself. Tasks such as OS configuration, firewall, user accounts etc. If your a Linux admin you already know this stuff but you may find it useful as a checklist.&#160; 
This post relates to RHEL 5.x 
After you [...]]]></description>
		<link>http://www.clusterfunk.co.uk/installing-zxtm-beyond-zinstall/</link>
			</item>
	<item>
		<title>ZXTM HTTP Redirects with Traffic Script</title>
		<description><![CDATA[
If like me you have spent most of you IT life working with a Windows environment you have never really had to consider the case that you write scripts in. The odd login script or batch file aside its not the mainstay of the work concentrates on GUI environments.
While working on a particular task recently [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-http-redirects-with-traffic-script/</link>
			</item>
	<item>
		<title>Traffic Script Debug Tip</title>
		<description><![CDATA[
When you write traffic script make sure that you comment you scripts with plenty of debug information to facilitate testing.

Example:
$responseLocation = http.getResponseHeader(&#8220;Location&#8221;);
$body = response.get();
$responseCode = http.getResponseCode();
log.info( &#8220;Location at Zone A ZXTM is : &#8221; . $responseLocation );
log.info( &#8220;Body is : &#8221; . $body );
# Test for HTTP 302, Location is HTTP and body contains HTTPS
if [...]]]></description>
		<link>http://www.clusterfunk.co.uk/traffic-script-debug-tip/</link>
			</item>
	<item>
		<title>ZXTM Traffic Script for filtering access to web site based on IP</title>
		<description><![CDATA[
If you want to filter based on IP address you have a number of options with Traffic Script.You can filter based on subnet mask, file based white list and regular expressions.
Mask Based Filter
This example tests the remote IP against the entire 10.0.0.0 address range if the address resides within that range the connection is closed.
$ip [...]]]></description>
		<link>http://www.clusterfunk.co.uk/zxtm-traffic-script-for-filtering-access-to-web-site-based-on-ip/</link>
			</item>
</channel>
</rss>
