in

wWorkflow.net

Erik Westermann, Komplett Systems test

dispatches

Erik Westermann's blog about BizTalk, Commerce Server, Integration, Writing (technical and otherwise). All content is Copyright, 2008, Erik Westermann. Permission required to duplicate. Citations appreciated.

June 2009 - Posts

  • WINS on Amazon EC2? Yes, but...

    I have been working with Amazon EC2 to run several instances of Windows 2003 Server to test and develop a solution. I am using Windows 2003 Server on Amazon EC2 instead of running several virtual machines locally because:

    • I want a usable system - my computers have 4Gb max RAM, so I can run two instances per computer but things get really slow
    • I need to understand networking issues - local VMs are all on the same network, so it's easy to get things running (this is usually good, but I need something that's more realistic)
    • I am testing scalability - Amazon EC2 can start new instances as necessary (and stop them too), based on overall load - I can't simulate that with local VMs
    • I don't need durable VMs - my VMs are generic enough so that I can just start one and use it - not much configuration is necessary. It really does not justify the 40Gb of space I need for each instance

    So far, I have been configuring instances to refer to each other by name (the NetBios name) by editing the hosts file. I wanted something more robust, so WINS is the most logical choice (combined with DHCP).

    After much experimenting with the default, small, non-authenticated instance, I was unable to get WINS or DHCP running. While you can use DHCP and WINS on EC2, you need to use an instance of Windows with Authentication Services.

    While Windows with Authentication Services implies that authentication refers only to users, it actually refers to all inter-instance communications that require authentication at the system level. 

    So, why this post? It might save you a few hours of testing time since the EC2 documentation is not clear about this point. 

     

     

     

    Posted Jun 23 2009, 05:18 PM by Erik with no comments
    Filed under:
  • Art Of Babel Wordle

    What is a Wordle? Here it is:

    Wordle: Art Of Babel

    Click the picture to generate your own!

    Posted Jun 17 2009, 07:12 PM by Erik with no comments
    Filed under:
  • Article at ArtOfBabel Causes Significant Traffic Increase

    Thank you to everyone that expressed interest in my last article at ArtOfBabel.com - nServiceBus: Building the Solution

    The article got the most in a single day so far! 

    Your feedback is very helpful and I appreciate your constructive comments. 

    Posted Jun 12 2009, 09:35 PM by Erik with no comments
    Filed under:
  • nServiceBus in the Cloud

    I just got nServiceBus working on Amazon EC2!

    There are two instances:

    • Instance 1: Hosts Client and Distributor
    • Instance 2: Hosts Servers

     

    I am using the Distributor and Full Duplex samples with very few configuration changes. 

    Why is this good? I have this working between two Amazon EC2 Windows instances on the Internet - so I have MSMQ working between two distributed systems that are not part of the same network.

    Article to follow soon!

    Posted Jun 12 2009, 07:49 PM by Erik with no comments
    Filed under:
  • New Article - nServiceBus: Building the Solution

     I just published a new article - nServiceBus: Building the Solution

     

    The article walks you through getting the latest version of the code and building it on your system.


    The article also includes the latest information about the Continuous Integration server that was mentioned on this group some time ago.

     

    Get the full article here: nServiceBus: Building the Solution

     

    Posted Jun 11 2009, 10:09 PM by Erik with no comments
    Filed under:
More Posts
Powered by Community Server (Non-Commercial Edition), by Telligent Systems