<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Main</title>
        <link>http://geekswithblogs.net/SabotsShell/category/2727.aspx</link>
        <description>Main</description>
        <language>en-GB</language>
        <copyright>Dave Oliver</copyright>
        <managingEditor>daveroboliver@hotmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>A Developers Guide to Servers. What you need to know but were afraid to ask.</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2009/01/24/a-developers-guide-to-servers.-what-you-need-to-know.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Servers are the backbone of enterprise computing today, &lt;a target="_blank" href="http://news.netcraft.com/archives/2008/12/24/december_2008_web_server_survey.html"&gt;most websites&lt;/a&gt; for example run on either Apache or IIS and will be running on a server of some description. &lt;/p&gt;
&lt;p&gt;Perhaps because of servers ubiquity it is easy to become complacent about them especially as they are rarely seen but understanding what a server can offer you and it's limitations will definitely help with software development.&lt;/p&gt;
&lt;p&gt;Servers on the whole are built more of the practicality side than for the esthetics, there is no need to make them look pretty if they are going to spend most of there time in a Data-Centre rarely seen. The server will only have a visit if something goes physically wrong, everything else should be looked after remotely. Ultimately the success of a server is measured in the the amount of time spent looking after it and it performing the task(s) you have set it.&lt;/p&gt;
&lt;h3&gt;The Differences Between Servers and Desktops &lt;/h3&gt;
&lt;p&gt;The main difference between Servers and Desktops are Servers are designed to run 24/7 desktop aren't. The components in a server can usually handle higher stress and handle redundancy by having two or more of critical components so if one fails there still is another keeping the server up and the service it is running available.  &lt;/p&gt;
&lt;h3&gt;The Different Types of Server&lt;/h3&gt;
&lt;p&gt;There are different types of server then mains ones are,&lt;/p&gt;
&lt;h5&gt;Pedestal/Tower&lt;/h5&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www1.euro.dell.com/content/products/productdetails.aspx/pedge_2900_3_tower?c=uk&amp;amp;cs=ukbsdt1&amp;amp;l=en&amp;amp;s=bsd"&gt;&lt;img alt="Dell PowerEdge 2900" width="153" height="223" src="http://www.cvy.ro/images/Dell%20PowerEdge%202900%20T5USXE5335R2G214P5.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A Pedestal Server (which is often know as a Tower) isn't rack mounted as the main intention of it's design is to work primarily in an office environment not in a Data-Centre. These machines are usually found as file or print servers.&lt;/p&gt;
&lt;p&gt;Rack Mounted&lt;/p&gt;
&lt;p&gt;&lt;a href="file:///E:/Users/David/AppData/Roaming/Windows%20Live%20Writer/PostSupportingFiles/5b02268d-47ad-4f12-b33c-3c37c0f4c6cb/image5.png"&gt;&lt;/a&gt; &lt;a href="http://images.google.co.uk/imgres?imgurl=http://common.ziffdavisinternet.com/util_get_image/20/0,1425,i%3D203194,00.jpg&amp;amp;imgrefurl=http://www.pcmag.com/article2/0,2817,2259412,00.asp&amp;amp;usg=___Rf8xe6wgtirT4bPjVTu68BoeSM=&amp;amp;h=250&amp;amp;w=275&amp;amp;sz=15&amp;amp;hl=en&amp;amp;start=6&amp;amp;um=1&amp;amp;tbnid=rGpfHwk0IszZjM:&amp;amp;tbnh=104&amp;amp;tbnw=114&amp;amp;prev=/images%3Fq%3Ddl380%2Bg5%26um%3D1%26hl%3Den"&gt;&lt;img style="BORDER-BOTTOM: 1px solid; BORDER-LEFT: 1px solid; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid" width="114" height="104" alt="" src="http://tbn3.google.com/images?q=tbn:rGpfHwk0IszZjM:http://common.ziffdavisinternet.com/util_get_image/20/0,1425,i%3D203194,00.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;As the name suggests a rack mounted service lives in a rack. Placing servers on top of each other in a rack to support their weight and to provide them with services such as power and networking means that you can have lots of servers taking up less room and room in data-centre's are at a premium. A typical rack is 19 or 21 U (I will explain later what a U is)&lt;/p&gt;
&lt;p&gt;Enterprise Class&lt;/p&gt;
&lt;p&gt;&lt;a href="file:///E:/Users/David/AppData/Roaming/Windows%20Live%20Writer/PostSupportingFiles/5b02268d-47ad-4f12-b33c-3c37c0f4c6cb/image9.png"&gt;&lt;/a&gt; &lt;img style="WIDTH: 316px; HEIGHT: 109px" width="1063" height="646" alt="" src="http://www.atlantixglobal.com/wps/wcm/resources/image/468bab3009199960/pSeries.bmp" /&gt;&lt;/p&gt;
&lt;p&gt;Enterprise Class servers are free-standing like pedestals but you won't find them in an office! Because of their size, value and special requirements such as multi-phased power supply, larger than domestic voltages or specialist cooling they can only really live in a data-centre. As you can imagine this type of server doesn't come cheap. Enterprise Class machines would have been called 'Mainframes' in year gone by but as they run can happily run operating systems such as Linux, Unix and Windows (The IBM P Series pictured does not run Windows). Their main function today is as a consolidated platform as one of these servers can run the equivalent of several hundred Linux servers saving space and power.&lt;/p&gt;
&lt;p&gt;Blade&lt;/p&gt;
&lt;p&gt;&lt;img alt="" width="319" height="233" src="http://www.datacrunch.net/images/2284//HP_blade_enclosure_c7000_rack_mountable_small.png" /&gt;&lt;/p&gt;
&lt;p&gt;In a typical rack you can get about 10 rack mounted servers. Blade servers on the other hand are designed for high density, i.e. more servers in the same amount of space. Take for example the HP C Class Blades, a U10 &lt;a href="http://h18004.www1.hp.com/products/blades/components/enclosures/c-class/c7000/"&gt;C7000 Blade Enclosure&lt;/a&gt; can have upto 16 &lt;a href="http://h18004.www1.hp.com/products/servers/proliant-bl/c-class/465c-g5/index.html"&gt;468c G5 Blade Servers&lt;/a&gt;. So a normal rack can have 32 servers in it rather than 10. Blades servers make ideal candidates for hosting Virtualised servers such as Vmware, Hyper-V or XenSource.&lt;/p&gt;
&lt;h3&gt;The Worlds Most Popular Server&lt;/h3&gt;
&lt;p&gt;It is estimated by HP that &lt;a target="_blank" href=" http://www.computing.co.uk/itweek/hardware/2185049/review-hp-proliant-dl380-g5"&gt;the world most popular server&lt;/a&gt; is the &lt;a target="_blank" href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-241475-1121516.html"&gt;ProLiant DL380 G5&lt;/a&gt;. As I haven't seen this claim undisputed I will use the DL380 as an example of a typical server as it is the one you are most likely to meet. This next section will give you a detailed overview of the machine.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://h18004.www1.hp.com/products/quickspecs/12477_na/12477_na.html"&gt;HP's Official ProLiant DL 380 Overview&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Front View:&lt;/h4&gt;
&lt;p&gt;&lt;img alt="Front view of DL 380" src="http://h18004.www1.hp.com/products/quickspecs/12477_na/12477_ov.gif" /&gt;&lt;/p&gt;
&lt;p&gt;1. Eight sockets for PC2-5300 Fully Buffered DIMMs (DDR2-667) - up to 64GB RAM is possible&lt;/p&gt;
&lt;p&gt;2. Hot-plug fans, full redundancy - air is sucked through the machine from front to back.&lt;/p&gt;
&lt;p&gt;3. Systems Insight Display &lt;/p&gt;
&lt;p&gt;4. Quick release lever for rapid server access - lifting these levers will allow you to quickly pull the machine out of a rack.&lt;/p&gt;
&lt;p&gt;5. Support for eight Small Form Factor hot plug hard drives bays - Typically SAS drive (discussed in the article on Storage) are installed here.&lt;/p&gt;
&lt;p&gt;6. Front LEDs (show server status) and Unit Identification button/LED (for easy in rack server identification)&lt;/p&gt;
&lt;p&gt;7. Two front USB ports (2 rear USB ports, 1 internal USB port)&lt;/p&gt;
&lt;p&gt;8. Intel Xeon Processor (Performance models include two processors)&lt;/p&gt;
&lt;p&gt;9. Hot plug power supply, redundancy option (High performance models include redundant power supply) - Yes two power supplies. One can be replaced whilst the server is still working for maximum up-time.&lt;/p&gt;
&lt;p&gt;10. Three full-size PCI-E expansion slots in standard expansion cage (or optional mixed PCI-X/E expansion cage). Two additional low-profile PCI-E slots embedded on the system board. Four slots available for use; one consumed by Smart Array controller (Base and Performance models)&lt;/p&gt;
&lt;p&gt;11. Quick removal access panel&lt;/p&gt;
&lt;h4&gt;Rear View:&lt;/h4&gt;
&lt;p&gt;&lt;img alt="" src="http://h18004.www1.hp.com/products/quickspecs/12477_na/12477_ov2.gif" /&gt;&lt;/p&gt;
&lt;p&gt;1. Torx service tool - HP exclusively use a standard screw-driver head in their machines called the &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Torx"&gt;Torx T15&lt;/a&gt; to help avoid screw-driver &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Cam_out"&gt;cam-out&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2. Optional pass through cable door&lt;/p&gt;
&lt;p&gt;3. Two Embedded NC373i Multifunction Gigabit Server Adapters with TCP/IP Offload Engine&lt;/p&gt;
&lt;p&gt;4. Hot plug power supply bays, redundancy option (High performance models include redundant power supply)&lt;/p&gt;
&lt;p&gt;5. &lt;a href="http://en.wikipedia.org/wiki/Integrated_Lights-Out"&gt;Integrated Lights-Out&lt;/a&gt; 2 (iLO 2) Remote management port. ILO is a remote management console that can turn a server on and off and take over the screen amongst other features. ILO usually has it's own dedicated &lt;a href="http://en.wikipedia.org/wiki/Virtual_LAN"&gt;VLAN&lt;/a&gt;. I will talk more about what that is in A Developers Guide to Networking. What you need to know but were afraid to ask.&lt;/p&gt;
&lt;p&gt;6. Video Port&lt;/p&gt;
&lt;p&gt;7. Two USB 2.0 Ports&lt;/p&gt;
&lt;p&gt;8. Serial Port&lt;/p&gt;
&lt;p&gt;9. Keyboard Port&lt;/p&gt;
&lt;p&gt;10. Mouse PS/2 Port&lt;/p&gt;
&lt;p&gt;11. Two low-profile PCI Express x8 slots. Slot 1 is consumed by the P400 Smart Array controller. (Base and Performance models)&lt;/p&gt;
&lt;p&gt;12. Three full-size PCI Express slots in standard cage (or optional mixed PCI-X/E expansion cage)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h4&gt;Specifications&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Processors:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Quad-Core and Dual-Core Intel® Xeon® processors - systems support up to 2 processors &lt;/li&gt;
        &lt;li&gt;Intel® 5000P chipset &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Memory:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Up to 64 GB PC2-5300 Fully Buffered DIMMs (DDR2-667) &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Storage Controller:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Performance Models: 512MB (RAID 0/1/1+0/5/6) &lt;/li&gt;
        &lt;li&gt;High Efficiency and Base Models: 256MB Controller (RAID 0/1/1+0/5) &lt;/li&gt;
        &lt;li&gt;Entry Models: 64MB Controller (RAID 0/1/1+0) &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Internal Drive Support:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;(8) small form factor (SFF) hot-plug drive bays to support Serial-attached SCSI (SAS) and Serial ATA (SATA) drives &lt;/li&gt;
        &lt;li&gt;Slimline media bay supporting Optical or Floppy drive &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Network Controller:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Two embedded Gigabit Network Adapters &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Expansion Slots:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Four PCI-Express slots&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;USB Ports:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;USB 2.0 support &lt;/li&gt;
        &lt;li&gt;5 total ports: (2) ports up front; (2) ports in back; (1) port internal &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Integrated Hypervisors (Optional):
    &lt;ul&gt;
        &lt;li&gt;VMware &amp;amp; Citrix XenServer virtualization technology ... sadly not Microsoft yet!&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Redundancy:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Fully redundant hot plug fans (N+1) &lt;/li&gt;
        &lt;li&gt;Hot plug power supply with optional redundancy (Included in Performance models)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Form Factor:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Rack (2U), (3.5-inch); Depth 26 inches (66 cm) &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;What is a U ?&lt;/h3&gt;
&lt;p&gt;A 'U' or Rack Unit is an Electronic Industry Alliance standard height (&lt;a target="_blank" href="http://electronics.ihs.com/collections/abstracts/eia-310.htm"&gt;EIA 310&lt;/a&gt;) measure for a rack mounted server. The reason there is a server is so machines from multiple vendors can all use the same racking.&lt;/p&gt;
&lt;p&gt;A U or 1U equates to 1.75 inches or 44.45 millimetres. A typical rack is either 19 or 23 U's high. Our example machine the HP DL 350 G5 is 2U (see Form Factor in previous section)&lt;/p&gt;
&lt;h3&gt;Good Questions to Ask&lt;/h3&gt;
&lt;p&gt;One of the most frequent question there is, is why is the system running slowly?&lt;/p&gt;
&lt;p&gt;Often the answer to this question is one of the four resources on a server is getting maxed out. CPU, Memory are obvious but the problems usually lie with I/O in the form of networking and disk. So understand what networks the servers is connected to and what storage and how it is configured. Recently I found a SQL Server database was running like a dog because the mdb file was sitting on the same hard disk as many others so the disk was working flat out! However to solve the problem developers were off writing better SQL and .Net code which won't have helped at all.&lt;/p&gt;
&lt;p&gt;Is the Live server the same as the Dev? If so, what else is the Live server running?&lt;/p&gt;
&lt;p&gt;'It runs ok in development' is frequently heard and we all know that if development and testing environments could accurately simulate a Live environment then more problems could be found before go-live. A far easier thing to do is measure how much resource your new development consumes and profile it over a working cycle such as a day or through a month-end process, then examine the servers it's going to go live on, and watch the server through the same profile you will get a better idea whether your new development will fit, this will be easier than trying to reproduce a Live simulation in test or dev but if you can do that, that's great!&lt;/p&gt;
&lt;h3&gt;In Summary&lt;/h3&gt;
&lt;p&gt;I do like hardware! So I am bias but I do believe that getting to know hardware can help bridge divides and help solve problems because if programs don't work well infront of business users the whole of IT looks like smucks and the 'his fault not mine' looks extra lame.&lt;/p&gt;
&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a638853f-5494-4066-b541-c8e4168a79d6" class="wlWriterEditableSmartContent" contenteditable="false"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/Hardware"&gt;Hardware&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Developement"&gt;Developement&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128942"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128942" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/128942.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2009/01/24/a-developers-guide-to-servers.-what-you-need-to-know.aspx</guid>
            <pubDate>Sat, 24 Jan 2009 18:24:49 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2009/01/24/a-developers-guide-to-servers.-what-you-need-to-know.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/128942.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/128942.aspx</trackback:ping>
        </item>
        <item>
            <title>What is Live Mesh?</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/08/21/what-is-live-mesh.aspx</link>
            <description>&lt;p&gt;&lt;img height="199" alt="" width="356" align="left" src="https://a1.mesh.com/res/images/Welcome/diagram_top.png" /&gt;&lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; seems like a simple thing, perhaps that is the point? But what &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;'Mesh&lt;/a&gt; offers me is of great personal value in that it gives me is a little part of my day back and one less complication in my life.&lt;/p&gt;
&lt;p align="justify"&gt;So what is so great about it? Well I can work on documents, blog posts, spreadsheets, any file, from work or working from home, seamlessly without having to transport them via USB key or emailing them to a home or work account and run the gauntlet of quotas and cumbersome filters.&lt;/p&gt;
&lt;p align="justify"&gt;Live Mesh is currently in beta but promise seamless interaction with Mac and Windows Mobile devices. The killer features that is already here is the ability to ‘mesh’ i.e. connect with other people which is a pretty handy thing if you’re working in team that is geographically dispersed and doesn’t have ready access to a single corporate LAN and storage hanging off it.&lt;/p&gt;
&lt;p align="justify"&gt;However &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; at the moment does come with concerns about security which &lt;a href="http://blogs.channelinsider.com/tech_tidbits/content/new_products/microsoft_live_meshthe_next_big_security_threat_for_business_1.html"&gt;Tech Tidbits&lt;/a&gt; eloquently points out with the paranoia siren turned up to full volume.  A narrow-minded InfoSec Robot will freak-out at the thought of &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; but perhaps the more pragmatic and thoughtful InfoSec Expert would be more pleased. Why? Because transporting files around is something that does happen and nothing is going to stop that short of a dictatorship, in essence it is an essential of modern business and everyday practice, so would you rather send files from place to place via …&lt;/p&gt;
&lt;p align="justify"&gt;A) Electronically – by using security protocols that are the same as the ones used to send credit card details when purchasing online?&lt;/p&gt;
&lt;p align="justify"&gt;… or …&lt;/p&gt;
&lt;p align="justify"&gt;B) Physically - By a laptop, CD-ROM or USB key that can and will get lost, as the UK Government knows all too well?&lt;/p&gt;
&lt;p align="justify"&gt;&lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; is the equivalent of setting up a private &lt;a href="http://en.wikipedia.org/wiki/Virtual_private_network"&gt;VPN&lt;/a&gt; between you and your other devices and colleagues. This &lt;a href="http://en.wikipedia.org/wiki/Virtual_private_network"&gt;VPN&lt;/a&gt; has the added advantage of a 5GB storage cache! Be warned, don’t get hung up on the reliability and robustness of the storage cache, remind yourself it is a product in beta and a free-bee so don’t expect a gold plating &lt;a href="http://en.wikipedia.org/wiki/Service_level_agreement"&gt;SLA&lt;/a&gt;.&lt;/p&gt;
&lt;p align="justify"&gt;Of course you do have to be a bit smart and realise that any information that is remotely sensitive shouldn’t be anywhere near &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; and point your anti-virus software to check the Mesh folders several times a day just-in-case would be prudent.&lt;/p&gt;
&lt;p align="justify"&gt;The last thought on security is to check your organisation IT acceptable use policies, or equivalent, that the use of &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; doesn’t land you into any hot water, maybe worth running it past your local friendly InfoSec Officer for the all clear before setting up your Mesh.&lt;/p&gt;
&lt;p align="justify"&gt;If you want to know the security setup of Live Mesh I would highly recommend reading The Live Mesh teams blog post on the subject &lt;a href="http://blogs.msdn.com/livemesh/archive/2008/05/29/behind-live-mesh-authorization-and-encryption.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p align="justify"&gt;A bad point about &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;‘Mesh&lt;/a&gt; is that it currently takes up 150MB of RAM which I’m not so impressed about. Ok so I have 2GB in all my boxes but still, it does seem to be a large footprint.&lt;/p&gt;
&lt;p align="justify"&gt;My last thought for the post is on the future of &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt;. &lt;a href="http://www.apple.com/mobileme/"&gt;MobileMe&lt;/a&gt; from Apple is a similar service which I admit I haven’t tried purely because I was up using &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;‘Mesh&lt;/a&gt; before I heard about Apple’s offering. I have also heard that &lt;a href="http://www.apple.com/mobileme/"&gt;MobileMe&lt;/a&gt; is going to be a subscription based service, I have no doubt that &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;‘Mesh&lt;/a&gt; is heading in that direction. So would I pay for it? Well the simple answer  is, depends on the price and what I get for me money. I wouldn’t be prepared to pay more than the price of USB key which is essentially the competition. I think that £10 p.a. would be about right and less if you already subscribe to over Live services. However, if a free basic service is what you are looking for then &lt;a href="http://www.dekoh.com/index.jsp"&gt;Dekoh&lt;/a&gt; could be enough for you.&lt;/p&gt;
&lt;p align="justify"&gt;&lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;Live Mesh&lt;/a&gt; is another demonstration that Microsoft is into ‘&lt;a href="http://en.wikipedia.org/wiki/Cloud_computing"&gt;Cloud Computing&lt;/a&gt;’ and looking to make revenue from it. I am pleased that they believe the future is &lt;em&gt;on&lt;/em&gt; as well as &lt;em&gt;off&lt;/em&gt; the 'Cloud' as I can’t see many organisations enjoying the idea of having the Internet between their users and essential services, however this won't be the same story with none-essential services. &lt;/p&gt;
&lt;p align="justify"&gt;Anyway, whilst it is still free, &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;‘Mesh&lt;/a&gt; is worth trying out.&lt;/p&gt;
&lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/eileen_brown/archive/2008/08/19/live-mesh-extended-now-available-in-more-countries.aspx"&gt;The lovely Eileen has also been using ‘Mesh as well.&lt;/a&gt; Obviously a women of good taste.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124604"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124604" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/124604.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/08/21/what-is-live-mesh.aspx</guid>
            <pubDate>Thu, 21 Aug 2008 20:26:38 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/08/21/what-is-live-mesh.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/124604.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/124604.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft *may* lift the VM Licensing Restriction on the 19th August.</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/08/15/microsoft-may-lift-the-vm-licensing-restriction-on-the-19th.aspx</link>
            <description>&lt;p&gt;&lt;img align="left" alt="" src="http://www.sisney.it/images/vmotion_arch.gif" /&gt;The word on the mean streets of Rumoursville town is that Microsoft is going to lift the licensing restriction where currently software is licensed to a physical device. &lt;/p&gt;
&lt;p&gt;Why? With technologies such as &lt;a href="http://www.vmware.com/products/vi/vc/vmotion.html"&gt;VMotion &lt;/a&gt;and &lt;a href="http://community.citrix.com/display/~barryf/2008/02/10/Everything+You+Always+Wanted+to+Know+about+XenMotion;jsessionid=abSToQf81SmgbiXzhV"&gt;XenMotion&lt;/a&gt;, a VM is moved around a farm automatically to where it can make the best use of available resources such as CPU and memory. &lt;/p&gt;
&lt;p&gt;With Microsoft products you are required to license all the physical machines that the software is likely to run on, this isn't just Windows but SQL Server, Exchange, Biztalk etc. If it does move to another physical machine by rights it's going to be another 90 days before you can move the software again. A nightmare when in reality you are only using it once in a VM.&lt;/p&gt;
&lt;p&gt;  &lt;br /&gt;
So a costly exercise? Potentially but in reality it doesn't happen. Infact what does happen is that other vendors are chosen instead and the migration from Microsoft software starts.&lt;/p&gt;
&lt;p&gt;I'm hoping the change in licensing will also help in cold &amp;amp; warm standby DR (Disaster Recovery) scenarios when a license is transfer with the VM via things like &lt;a href="http://www.symantec.com/business/theme.jsp?themeid=datacenter"&gt;Symantec Veritas Netbackup&lt;/a&gt; solution.&lt;/p&gt;
&lt;p&gt;This rumour is unconfirmed so don't shoot me if it doesn't happen. However it would be an extremely popular move on Microsoft part if they did this.&lt;/p&gt;
&lt;p&gt;Microsoft is been behind in matters of VM, it's time for them to catch up and plug a hole that is making them lose out.&lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4ee668d-ad98-45e3-8f52-a250cb18f663" style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;a rel="tag" href="http://technorati.com/tags/Microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/VMware"&gt;VMware&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/Citrix"&gt;Citrix&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/Symantec"&gt;Symantec&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/VMotion"&gt;VMotion&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/XenMotion"&gt;XenMotion&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124468"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124468" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/124468.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/08/15/microsoft-may-lift-the-vm-licensing-restriction-on-the-19th.aspx</guid>
            <pubDate>Fri, 15 Aug 2008 23:57:48 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/08/15/microsoft-may-lift-the-vm-licensing-restriction-on-the-19th.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/124468.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/124468.aspx</trackback:ping>
        </item>
        <item>
            <title>Which Enterprise Architecture Methodology do you use?</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/08/10/which-enterprise-architecture-methodology-do-you-use.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/WhichEnterpriseArchitectureMethodologydo_8FB4/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="155" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/WhichEnterpriseArchitectureMethodologydo_8FB4/image_thumb.png" width="245" align="left" border="0" /&gt;&lt;/a&gt; There is a bewildering array of Enterprise Architecture methodologies so it will be of great interest to me to find out which one people are actually using, if at all.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p align="justify"&gt;So to find out, I have put together a pick &lt;a href="http://enterprisearchitecture.co.uk/forum/viewtopic.php?f=3&amp;amp;t=9"&gt;poll&lt;/a&gt; so please take the two minutes and leave your choice.&lt;/p&gt;  &lt;p align="justify"&gt;You get a chance to select up to &lt;strong&gt;&lt;u&gt;3&lt;/u&gt;&lt;/strong&gt; options because I suspect that people are using a combination of more than once approach, rather than following one prescriptively.&lt;/p&gt;  &lt;p align="justify"&gt;This is purely for interest purposes, I'm not going to use this data for marketing. I'm also sure it's not particularly scientific but it is chance for you to express your opinion. &lt;/p&gt;  &lt;p align="justify"&gt;The poll is &lt;a href="http://enterprisearchitecture.co.uk/forum/viewtopic.php?f=3&amp;amp;t=9"&gt;here&lt;/a&gt; on the &lt;a href="http://enterprisearchitecture.co.uk"&gt;EnterpriseArchitecture.co.uk&lt;/a&gt; &lt;a href="http://enterprisearchitecture.co.uk/forum"&gt;forum&lt;/a&gt;.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fb41f9ec-3d77-4d9a-b44d-f63d73af3c3f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Enterprise%20Architecture" rel="tag"&gt;Enterprise Architecture&lt;/a&gt;&lt;/div&gt;  &lt;p align="justify"&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124337"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124337" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/124337.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/08/10/which-enterprise-architecture-methodology-do-you-use.aspx</guid>
            <pubDate>Sun, 10 Aug 2008 15:24:00 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/08/10/which-enterprise-architecture-methodology-do-you-use.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/124337.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/124337.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Server 2008 RTM is available now on MSDN</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/08/06/sql-server-2008-rtm-is-available-now-on-msdn.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/SQLServer2008RTMisavailablenowonMSDN_1250C/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="196" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/SQLServer2008RTMisavailablenowonMSDN_1250C/image_thumb.png" width="403" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Need I say more? And to save time here is the link to &lt;a href="http://msdn.microsoft.com/en-gb/subscriptions/default.aspx"&gt;MSDN Subscriptions Pages&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124277"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124277" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/124277.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/08/06/sql-server-2008-rtm-is-available-now-on-msdn.aspx</guid>
            <pubDate>Thu, 07 Aug 2008 01:50:26 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/08/06/sql-server-2008-rtm-is-available-now-on-msdn.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/124277.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/124277.aspx</trackback:ping>
        </item>
        <item>
            <title>Enterprise Architecture: Data has a life and a death but should it?</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/08/05/enterprise-architecture-data-has-a-life-and-a-death-but.aspx</link>
            <description>&lt;p align="justify"&gt;I have this belief that understanding how to manage time is an essential task of Enterprise Architecture but oddly this is a principle that isn't spoken about much, if at all. Oddly some Enterprise Architecture software tools only seem to provide time management tools for software support life cycles. Hence a &lt;a href="http://enterprisearchitecture.co.uk/2008/07/enterprise-architecture-scheduler/"&gt;previous post&lt;/a&gt; that went in some way to start the debate with a &lt;a href="http://enterprisearchitecture.co.uk/2008/07/enterprise-architecture-scheduler/"&gt;mindmap&lt;/a&gt; to capture and categorise the elements that Enterprise Architecture would be interested in.&lt;/p&gt;  &lt;p align="justify"&gt;After reviewing this &lt;a href="http://enterprisearchitecture.co.uk/2008/07/enterprise-architecture-scheduler/"&gt;mindmap&lt;/a&gt; it became apparent to me that allot of data has a life. Take for example financially data, it has to be kept for x number of years then archived and/or deleted.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/EnterpriseArchitectureDatahasalifeandade_66D/Data_Lifecycle_2.gif"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="137" alt="Data_Lifecycle" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/EnterpriseArchitectureDatahasalifeandade_66D/Data_Lifecycle_thumb.gif" width="244" align="left" border="0" /&gt;&lt;/a&gt;If it is lucky enough to get archived the data format that it is held in is going to get old and as technology moves on at a pace we soon won't have the equipment available to read it. But who cares about old data? Well actually as any historian will tells you, everyone should! Data held in electronic formats is the equivalent of ledgers and manuals written out by hand, printed or typed in previous times that provided a valuable history allowing reviews to re-examine what was going on so lessons could be learnt and history, in effect, didn't have the opportunity of repeat itself as previous mistakes made could be avoided in future.&lt;/p&gt;  &lt;p align="justify"&gt;Take for example the current 'Credit Crunch', could we better understand more about the lead up to previous economic down-turns if we had access to more data from those times than just the summaries and analysis performed at the time without the benefit of using the knowledge and tools we have now? Yes, this way we could put in better economic markers allowing a greater degree of fine-tuning and less likely to lose large amounts of money on a bad idea constantly hidden, because it take such a long time to reveal itself and kicking us up the butt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://images.google.com/imgres?imgurl=http://www.jwodcatalog.com/imgLg/7045011230367do.jpg&amp;amp;imgrefurl=http://www.jwodcatalog.com/products.aspx%3Fsid%3D16&amp;amp;h=600&amp;amp;w=600&amp;amp;sz=50&amp;amp;hl=en&amp;amp;start=1&amp;amp;um=1&amp;amp;tbnid=eKUI6EOJlnukvM:&amp;amp;tbnh=135&amp;amp;tbnw=135&amp;amp;prev=/images%3Fq%3Dcomputer%2Btape%26um%3D1%26hl%3Den%26rls%3Dcom.microsoft:en-gb:IE-SearchBox%26rlz%3D1I7GGLR"&gt;&lt;img height="135" src="http://tbn0.google.com/images?q=tbn:eKUI6EOJlnukvM:http://www.jwodcatalog.com/imgLg/7045011230367do.jpg" width="135" align="left" /&gt;&lt;/a&gt;So old electronic data siting on a tape real or floppy disk in a store-cupboard is a waste as it provides insight into your organisations history, how did it get to where it got to today? What mistakes did it make? What did it do very right? All this information is more than just useful to historians but can actually become a handy revenue stream as Analysis companies will pay good money to write case-studies and books about what your organisation did right which they can package up and sell that doesn't do your business reputation any harm whatsoever, all helping the share-price. Also allows you to discover if faltering area of your business every did work right allowing you to play back to when it started going wrong. Also when mistakes are made with more access to more data won't it be easier to spot trends?&lt;/p&gt;  &lt;p align="justify"&gt;With data storage being so ridiculously cheap it could be well worth dusting off that old media and loading and transforming it into something that can be used. Yes, this all will take time and where exactly is the ROI? Well, I think this will actually be an easy sell as many friends that work in finance have spoke to me that they wished they still had access to old data, so I don't think this will be a hard fight.&lt;/p&gt;  &lt;p align="justify"&gt;I believe that data should never be deleted and if it is archived will then it should be into systems where it can easily be retrieved that are kept up to date, invested in and brought forward. &lt;/p&gt;  &lt;p align="justify"&gt;The fly in the ointment is software vendors and their constant games to provide some kind of lock-in or incentive to upgrade. These tactics will effect the ability to retrieve historical data so we must look to either taking matters into our own hands and transforming data to vendor neutral data formats or avoid software vendors that use proprietary data formats all-together. We need to pick our vendors wisely and put format neutrality into our 'must-have' requirements rather than 'nice-to-have'.&lt;/p&gt;  &lt;p align="justify"&gt;When you think about this, it is a serious issue, an elephant in the room that no-one sees.&lt;/p&gt;  &lt;div align="justify"&gt;   &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c0b8bf30-edcc-4f8a-8d9a-5c4c141a1f75" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Enterprise%20Architecture" rel="tag"&gt;Enterprise Architecture&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Data" rel="tag"&gt;Data&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p align="justify"&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124234"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124234" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/124234.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/08/05/enterprise-architecture-data-has-a-life-and-a-death-but.aspx</guid>
            <pubDate>Tue, 05 Aug 2008 05:53:45 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/08/05/enterprise-architecture-data-has-a-life-and-a-death-but.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/124234.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/124234.aspx</trackback:ping>
        </item>
        <item>
            <title>Lite EA is renamed Coherent EA</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/07/21/lite-ea-is-renamed-coherent-ea.aspx</link>
            <description>&lt;p align="justify"&gt;&lt;img align="left" src="http://www.coherentea.com/cea_logo.jpg" /&gt;John Wu is a good guy. Out of respect for Fenix Theuerkorn and his work on &lt;a href="http://www.amazon.com/Lightweight-Enterprise-Architectures-Fenix-Theuerkorn/dp/084932114X"&gt;Lightweight Enterprise Architecture&lt;/a&gt;, John has decided to rename his EA Methodology from &lt;a href="http://www.liteea.com"&gt;LiteEA&lt;/a&gt; To &lt;a href="http://www.coherentea.com/"&gt;Coherent EA&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://www.coherentea.com/"&gt;Coherent EA&lt;/a&gt; is a actually a better, more descriptive name for John’s work IMHO and as a regular contributor to the &lt;a href="http://cio.ittoolbox.com/groups/strategy-planning/enterprise-architecture-sp"&gt;ITToolbox&lt;/a&gt; conversations his methodology has the benefit of faster development from genuine experience than most of the others I could mention.&lt;/p&gt;  &lt;p align="justify"&gt;I certainly have benefited from &lt;a href="http://www.coherentea.com/"&gt;Coherent EA&lt;/a&gt; in the past and think that it is a great resource, so I for one will be updating my book-marks.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123929"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123929" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/123929.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/07/21/lite-ea-is-renamed-coherent-ea.aspx</guid>
            <pubDate>Tue, 22 Jul 2008 02:57:29 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/07/21/lite-ea-is-renamed-coherent-ea.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/123929.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/123929.aspx</trackback:ping>
        </item>
        <item>
            <title>Farnborough Airshow 2008</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/07/17/farnborough-airshow-2008.aspx</link>
            <description>&lt;p&gt;Today I managed to sneak into the &lt;a target="_blank" href="http://www.farnborough.com/Site/Content/intro.aspx"&gt;Farnborough Airshow&lt;/a&gt; under a trade pass to sample the delights of this &lt;img align="left" width="194" height="155" alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Eurofighter_Typhoon_cockpit.jpg/750px-Eurofighter_Typhoon_cockpit.jpg" /&gt;bi-annual event without the public crowds of the great unwashed in my continuing search for innovation. After all, the defences, aviation and IT industries are joined at their respective hips as innovations in one are keenly felt in the others. Take for example the &lt;a target="_blank" href="http://www.eurofighter-typhoon.co.uk/Eurofighter/cockpit.html"&gt;Eurofighter Typhoon Cockpit&lt;/a&gt;, it is pretty uncomplicated and has far fewer switches and buttons than most jet fighters. Pretty amazing when you think there is only one person to flying, navigate and use the weapons, when it's predecessor, the &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Panavia_Tornado"&gt;Panavia Tornado&lt;/a&gt; had two pilots. This is because computing power has taken the job of one man away and made the remains pilots job far easier as well, he doesn't even need to fly the plane as the computers do a lot of that for him (and sadly I do say he as, as yet no women has) . Infact after a catastrophic power failure the plane will not be able to fly or even glide so the only option is to eject.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0059_1.jpg"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" border="0" alt="DSC_0059" align="right" width="287" height="196" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0059_thumb_1.jpg" /&gt;&lt;/a&gt;The Geek side of me couldn't wait to see the Airbus A380 and watch this Goliathan nimbly roll around the sky. This was such a treat. I suspect however that it wouldn't pull half the stunts it did at the airshow on a normal flight as people and luggage would get thrown about everywhere, weight allowing! &lt;/p&gt;
&lt;p&gt;What I found hard to believe was the A380 green credentials which are 50 mpg per person. And as it uses a jet &lt;a href="http://en.wikipedia.org/wiki/Kerosene"&gt;kerosene&lt;/a&gt; and 40 percent &lt;a href="http://en.wikipedia.org/wiki/Gas_to_liquids"&gt;gas to liquids&lt;/a&gt; (GTL) fuel so there is far less sulphur which improves air quality over existing planes, still the same amount of &lt;a href="http://en.wikipedia.org/wiki/Carbon_dioxide"&gt;CO&lt;sub&gt;2&lt;/sub&gt;&lt;/a&gt; so no winner there. &lt;/p&gt;
&lt;p&gt;So does the A380 herald a time of larger but fewer planes? Well this is the promise, however I suspect that it will really end up being more larger planes which in-effect is what the 747 did back in the 1960's. Boeing however have taken a different track with the &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Boeing_787"&gt;787&lt;/a&gt; which is wide-bodied and will hold upto 330 seats using mostly composite materials, it's aim will be to be more fuel efficient. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0002_2.jpg"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" border="0" alt="DSC_0002" align="left" width="80" height="114" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0002_thumb.jpg" /&gt;&lt;/a&gt; To the important stuff now, the level of 'swag' at the show was much lower than other years, however a fan with a LED display was the coolest thing I was given (by a very nice Texan) on the &lt;a target="_blank" href="http://www.nationalutilities.com/new-ie-js.html"&gt;National Utilities Co.&lt;/a&gt; stand.&lt;/p&gt;
&lt;p&gt;I also found rather ironically that &lt;a target="_blank" href="http://www.uktradeinvest.gov.uk"&gt;UK Trade &amp;amp; Investment Agency&lt;/a&gt;, which is a Government body, was giving away squigy brains, obviously freshly sucked from civil-servants heads that morning and USB keys. Sadly mine didn't have any bank-details of single-mums just a Quicktime movie that didn't work but at 512MB I'm not complaining.&lt;/p&gt;
&lt;p&gt;What I found very sad this year was that some of the larger companies didn't&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0071.jpg"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" border="0" alt="DSC_0071" align="right" width="189" height="128" src="http://geekswithblogs.net/images/geekswithblogs_net/SabotsShell/WindowsLiveWriter/FarnboroughAirshow2008_12886/DSC_0071_thumb.jpg" /&gt;&lt;/a&gt; have stands in the main halls but displays in stands of their own. Many of them could only be visited by Invitation only which I thought was particularly bad in the case of &lt;a target="_blank" href="http://www.northropgrumman.com/"&gt;Northrop Grumman&lt;/a&gt; who are the beneficiaries of many UK tax pounds thanks to the purchase of the &lt;a target="_blank" href="http://www.airforce-technology.com/projects/jsf/"&gt;F-35 Lighting II&lt;/a&gt; and all we got to see was a nice full-sized model tucked out the way so I thought a little more effort could have been made so we can see what we are getting and an explanation why this plane is so great. &lt;/p&gt;
&lt;p&gt;&lt;img title="At the photoshoot where Lewis Hamilton, F1 driver, was promoting some business jet" alt="At the photoshoot where Lewis Hamilton, F1 driver, was promoting some business jet" align="left" width="256" height="192" src="http://regmedia.co.uk/2008/07/14/lewis_hamilton_photoshoot.jpg" /&gt;The next point I would like to make is for the red-blooded readers. The 'Booth Babes' were out in force this years and in particular were the 'TRAC girls' from &lt;a target="_blank" href="http://www.trac-group.com/"&gt;Trac Group Ltd&lt;/a&gt; (or I suspect some modelling agency), or should I say army! For such a small stand tucked away at the back of Hall 4 they generated attention by marching these girls around the show, luring unsuspecting males to their stand like sirens. The stand itself was pretty unassuming apart from the crowd of pilots and army soldiers desperate to get digits. I have to say all joking aside, this kind of thing is so twenty years ago. I do wonder if it did infact work and Trac got some orders out of it, however it couldn't have done their credibility any good? As Trac did seem a little tacky?&lt;/p&gt;
&lt;p&gt;The highlight of the day was seeing the &lt;a target="_blank" href="http://www.tvoc.co.uk/"&gt;restored Vulcan bomber&lt;/a&gt;, a pity I didn't see it flying but this will be a treat for the weekend visitors. What will also be a treat is that they are between corporate sponsors so an advertising opportunity for a beautiful machine that is generating a lot of interest. I for one have parted with my cash and become a member of the club to keep it flying as I prefer my national heritage better off in the sky than a museum. &lt;/p&gt;
&lt;p&gt;Anyway, I would actually recommend going this weekend if you can, there is plenty there to fill aday and well worth the £28 entry which seems rather cheap for a day-out these days. Also if you have kiddy-winks it is a dream come true as this kind of thing will turn them into future Geeks and the swag is cheaper than a trip to Toy R Us and may last as long. &lt;/p&gt;
&lt;p&gt;All said and done, a good Geek day out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I can't believe that I've had 150 hits from '&lt;font face="Arial"&gt;airshow+trac+girls'&lt;/font&gt; Google searches! What is up with you? The girls were rediculous! If you wanted any proof &lt;a href="http://www.flightglobal.com/blogs/aircraft-pictures/2008/07/trac-promo-girls-at-the-trac-s.html"&gt;here you go&lt;/a&gt;! NOw pass this link round all your friend because this is not one Google search I want to bet at the top of.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; DISPLAY: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1c34cf02-cf29-4e41-b8d7-414740b866fe" class="wlWriterSmartContent"&gt;Technorati tags: &lt;a rel="tag" href="http://technorati.com/tags/Farnborough"&gt;Farnborough&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/airshow"&gt;airshow&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/northrop%20grunman"&gt;northrop grunman&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/F-35"&gt;F-35&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/airbus"&gt;airbus&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/a380"&gt;a380&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tags/geeks"&gt;geeks&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123860"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123860" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/123860.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/07/17/farnborough-airshow-2008.aspx</guid>
            <pubDate>Fri, 18 Jul 2008 02:11:53 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/07/17/farnborough-airshow-2008.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/123860.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/123860.aspx</trackback:ping>
        </item>
        <item>
            <title>The Open Groups SOA Ontology</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/07/16/the-open-groups-soa-ontology.aspx</link>
            <description>&lt;p&gt;The &lt;a href="http://www.opengroup.org"&gt;Open Group&lt;/a&gt; has recently released a draft version of a &lt;a href="http://www.opengroup.org/projects/soa-ontology/doc.tpl?gdid=16940"&gt;SOA ontology&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The Open Group has always had a mandate to help boundaryless information flow and the ontology (specification of conceptualisation) for SOA is a demonstration of just that. The ontology is written in the Web Ontology Language (OWL) defined by the World-Wide Web   &lt;br /&gt;Consortium and this for me is what makes it a hurdle to learn as it's not an intuitive meta-language but then is any? Perhaps if it wasn't for the graphical tools we would get stuck.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://ontolog.cim3.net/file/work/DatabaseAndOntology/Ontology-and-Databases-Landscape--MatthewWest_20060901a.png" width="541" height="406" /&gt;&lt;/p&gt;  &lt;p&gt;Open Group explains the benefits as:&lt;/p&gt;  &lt;p&gt;1. It defines the concepts, terminology and semantics of SOA in both business and technical    &lt;br /&gt;terms, in order to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create a foundation for further work in domain-specific areas, &lt;/li&gt;    &lt;li&gt;Enable communications between business and technical people, &lt;/li&gt;    &lt;li&gt;Enhance the understanding of SOA concepts in the business and technical      &lt;br /&gt;communities, and &lt;/li&gt;    &lt;li&gt;Provide a means to state problems and opportunities clearly and unambiguously      &lt;br /&gt;to promote mutual understanding. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2. It potentially contributes to model-driven SOA implementation. The ontology is designed for use by:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Business people, to give them a deeper understanding of SOA, and its use in the      &lt;br /&gt;enterprise; &lt;/li&gt;    &lt;li&gt;Architects, as metadata for architectural artifacts; and &lt;/li&gt;    &lt;li&gt;Architecture methodologists, as a component of SOA metamodels. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The full draft can be found here: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.opengroup.org/projects/soa-ontology/doc.tpl?gdid=16940"&gt;http://www.opengroup.org/projects/soa-ontology/doc.tpl?gdid=16940&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After reviewing the draft I am left cold. My first opinion is that business will find this difficult to adopt in the same way they found UML difficult. Why because they are both coding languages, you may as well stick in a 'Print' command. The gap between logical design and executing code is a large as ever. &lt;/p&gt;  &lt;p&gt;I still hold the belief that business and IT can only really align on the logical level. Business doesn't want to know about detail they will want to be abstracted away from that, this is actually a key SOA deliverable, just a very unspoken one, hence why &lt;a href="http://geekswithblogs.net/SabotsShell/archive/2007/05/31/112888.aspx" target="_blank"&gt;REST services&lt;/a&gt; appeal. I believe that IT cannot handle business logic detail on it's own, so alignment between business and IT will come when hybrid groups formed of technologically minded users and business oriented IT exist to make, maintain and specialise in services that support their business area based on IT standards and underlying IT technologies and services.&lt;/p&gt;  &lt;p&gt;Why I believe these groups need to exist is because business and IT can never align because they have very different goals and therefore different headings. Align the destination and the groups will align, not possible with business and IT as they are very different by reson d’etre. You can't marry creatures of different species. You can however translate and interface.&lt;/p&gt;  &lt;p&gt;These groups do actually exist all over successful organisations they just lack boundary, form and recognition perhaps even by the very people that make them up. E.g. So you code in a Spreadsheet? So do you report to the Sales-Manager or Dev Team Leader?&lt;/p&gt;  &lt;p&gt;Back to the Ontology, I think the Open Group need to ask a fundamental question, how does business see and understand logic? I really do think we need to revisit &lt;a href="http://en.wikipedia.org/wiki/Domain_Specific_Language" target="_blank"&gt;DSL's&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://shemesh.larc.nasa.gov/images/humor-zfc.jpg" width="558" height="514" /&gt;&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dcc80552-af53-442b-a584-165142cf160c" class="wlWriterSmartContent"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/DSL" rel="tag"&gt;DSL&lt;/a&gt;, &lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Open%20Group" rel="tag"&gt;Open Group&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Ontology" rel="tag"&gt;Ontology&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;a href="http://www.opengroup.org/projects/soa-ontology/doc.tpl?gdid=16940"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123830"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123830" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/123830.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/07/16/the-open-groups-soa-ontology.aspx</guid>
            <pubDate>Thu, 17 Jul 2008 02:51:52 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/07/16/the-open-groups-soa-ontology.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/123830.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/123830.aspx</trackback:ping>
        </item>
        <item>
            <title>Why Developers and Testers will LOVE VMLogix LabManager MORE !</title>
            <link>http://geekswithblogs.net/SabotsShell/archive/2008/07/15/why-developers-and-testers-will-love-vmlogix-labmanager-more.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.vmlogix.com/Virtual-Lab-Automation-VLA-and-VMLogix-LabManager/" target="_blank"&gt;VMLogix LabManager&lt;/a&gt; is in same space as &lt;a href="http://www.vmware.com/products/labmanager/" target="_blank"&gt;VMware Lab Manager&lt;/a&gt; what I &lt;a href="http://geekswithblogs.net/SabotsShell/archive/2008/07/13/why-developers-amp-testers-will-love-vmwares-lab-manager.aspx" target="_blank"&gt;reviewed recently&lt;/a&gt;. However, its key differentiators is around automation – enabling developers, testers and IT Pro staff to entirely automate the process of setting up synchronized multi-machine deployment (including the software stacks in the virtual machines) no matter what virtualisation technology.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://vmlab.files.wordpress.com/2008/06/lab-automation.gif" target="_blank"&gt;&lt;img src="http://vmlab.files.wordpress.com/2008/06/lab-automation.gif" width="548" height="212" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Yes, VMLogix LabManager is virtualisation platform agnostic! So if you decided on VMware, Hyper-V or Citrix you will still be able to benefit from using this product.&lt;/p&gt;  &lt;p&gt;Feature for feature the VMLogix product does compare favourable against the VMware product, however I haven't as yet determined the difference in price and when I do I will update this post.&lt;/p&gt;  &lt;p&gt;So the moral is, if you are going to eval VMware LabManager you will want to compare the VMLogix product against it especially if you haven't made the jump to ESX.&lt;/p&gt;  &lt;p&gt;Anyone like to guess how long it will be before Microsoft or Citrix will buy this company?&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:83a4c4cc-6dbb-4902-90b4-eb8270a385b9" class="wlWriterSmartContent"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Developers" rel="tag"&gt;Developers&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Development" rel="tag"&gt;Development&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Testers" rel="tag"&gt;Testers&lt;/a&gt;, &lt;a href="http://technorati.com/tags/VMware" rel="tag"&gt;VMware&lt;/a&gt;, &lt;a href="http://technorati.com/tags/VMLogix" rel="tag"&gt;VMLogix&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Virtualisation" rel="tag"&gt;Virtualisation&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Testing" rel="tag"&gt;Testing&lt;/a&gt;, &lt;a href="http://technorati.com/tags/LabManager" rel="tag"&gt;LabManager&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123806"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123806" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/SabotsShell/aggbug/123806.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Oliver</dc:creator>
            <guid>http://geekswithblogs.net/SabotsShell/archive/2008/07/15/why-developers-and-testers-will-love-vmlogix-labmanager-more.aspx</guid>
            <pubDate>Wed, 16 Jul 2008 04:12:50 GMT</pubDate>
            <comments>http://geekswithblogs.net/SabotsShell/archive/2008/07/15/why-developers-and-testers-will-love-vmlogix-labmanager-more.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/SabotsShell/comments/commentRss/123806.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/SabotsShell/services/trackbacks/123806.aspx</trackback:ping>
        </item>
    </channel>
</rss>