Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


What Could You Do with Your Code in 20 Lines or Less?
20 Lines or Less #27

What could you do with your code in 20 Lines or Less? That's the question I ask (almost) every week for the devcentral community, and every week I go looking to find cool new examples that show just how flexible and powerful iRules can be without getting in over your head.

Here are a few more cool iRules from the forums. This week I’ve included one of the simplest, shortest iRules to ever make the 20LoL. It just struck me as something quite useful that I’m willing to bet several people will look at and say “oh, that’s handy” despite the fact that it’s not complex or long. 

Keep the code coming.

Multiple Matches with Switch

http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&postid=60678&view=topic

Joe answered a plea for help from the forums that showed how to modify an existing iRule that mad use of switch dropping through to multiple match cases.  This is a great way to streamline your rule and I wanted to post this here as it’s a good example of what it looks like.

when HTTP_REQUEST {
   switch -glob [string tolower [HTTP::uri]] {
     "/xml/order.asp*" -
     "/xml/status.asp*" -
     "/vmsxml/order.asp*" -
     "/vmsxml/status.asp*" -
     "/_xmlbeta/status_mismo21.asp*" -
     "/_xmlbeta/status.asp*" -
     "/_xmlbeta/rels_status_mismo21.asp*" -
     "/vendor/status.asp*" {
       pool host.mydomain.com_B2B_HTTPS
     }
     "/BatchProcessing*" {
       pool host.mydomain.com_BatchPro_HTTPS
     }
     default {
       pool host.mydomain.com_GUI_HTTPS
     }
   }
}

Mod_Rewrite to iRules conversion

http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&postid=62642&view=topic

Hoolio strikes again with this awesome conversion of some mode rewrite rules into an iRule format.  This is extremely handy for centralizing and streamlining these types of rewrites.  He makes it look so easy, doesn’t he?

when HTTP_REQUEST {

    log local0. "[IP::client_addr]:[TCP::client_port]: Original URI: [HTTP::uri]"

    # Check if URI matches first format using scan
    if {[scan [HTTP::uri] {/%[Oo]ffers/%[0-9:].html} a b] == 2}{

       # Scan matched two strings, so rewrite the URI with the second match value
       HTTP::uri "/pages/ViewOffer.aspx?id=$b"

    } elseif {

       # Continue with next rule
    }
}
when HTTP_REQUEST priority 501 {

    # This event is added for debug only to log the updated HTTP::uri value
    # Comment it out/remove after testing is complete
    log local0. "[IP::client_addr]:[TCP::client_port]: Updated URI: [HTTP::uri]"

}

Insert Pool Info

http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&postid=60663&view=topic

In likely the shortest, simplest iRule to date in the 20 Lines or Less, hoolio shows how to insert information about the chosen pool into a header on a server response.  This one struck me as useful enough to post. I usually go for things that are a little more flashy but there’s something to be said for simplicity if it gets the job done.

when HTTP_RESPONSE {

    # Insert pool name, member IP:port in a header named Pool-Info
    HTTP::header insert Pool-Info [LB::server]
}

The things that you can do in less than 21 lines of iRules code continue to amaze and interest me, so I’ll be back next week with three more examples of just how much you can accomplish in those scant few lines of code.

Read the original blog entry...

About Colin Walker
Coming from a *Nix Software Engineering background, Colin is no stranger to long hours of coding, testing and deployment. His personal experiences such as on-stage performance and the like have helped to foster the evangelist in him. These days he splits his time between coding, technical writing and evangalism. He can be found on the road to just about anywhere to preach the good word about ADCs, Application Aware networking, Network Side Scripting and geekery in general to anyone that will listen.

Colin currently helps manage and maintain DevCentral (http://devcentral.f5.com). He is also a contributor in many ways, from Articles to Videos to numerous forum posts, to iRules coding and whatever else he can get his hands on that might benefit the community and allow it to continue to grow.

Enterprise Open Source Magazine Latest Stories . . .
Apache Deltacloud, the Red Hat-contributed ReSTful API that abstracts differences between clouds so services on any cloud can be managed – provided of course there’s a driver – has graduated from the Apache Foundation’s incubator and is now a full-fledged Top-Level Project (TLP). The...
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought. AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers. M3 execution procedure was outlined in this previous article. The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology, acquired in October, on the Amazon cloud. It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel. This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE