<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>IT-Director.com</title>
        <description>The latest independent, impartial information technology and business analysis from the Enterprise -&gt; Public Sector domain on IT-Director.com.</description>
        <link>http://www.it-director.com/r/do/27/f/fd_side_itd</link>
        <lastBuildDate>Sat, 20 Mar 2010 10:12:14 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2MW</generator>
        <language>en</language>
        <copyright>Content Copyright 2010 as indicated per item.</copyright>
        <item>
            <title>The Craziness of Passwords</title>
            <link>http://www.it-director.com/r/c/11988/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/12514/nigel_stanley.php?ref=fd_side_itd" title="View profile for Nigel Stanley"><img border="0" src="http://www.it-director.com/images/people/small/nigel_stanley.gif" width="40" height="50" alt="Nigel Stanley" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/12514/nigel_stanley.php?ref=fd_side_itd" title="View profile for Nigel Stanley">Nigel Stanley</a>, <em>Practice Leader -  IT Security</em>, Bloor Research<br/>Posted: 16th March 2010<br/>Copyright Bloor Research &copy; 2010</td><td><a href="http://www.it-director.com/about/company/1/bloor_research.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/bloor_research.gif" width="88" height="33" alt="Logo for Bloor Research" /></a></td></tr></table></div>

<p>
  For many users, one of their only interfaces with information
  security is via their passwords. Once successfully logged into a
  system little of the security infrastructure that surrounds them
  is - or maybe better still should be - visible unless of course
  something goes wrong.
</p>
<p>
  Unfortunately passwords are a nightmare to manage.
</p>
<p>
  On the one hand we insist that passwords should be difficult to
  guess, and on the other hand we insist that users never write
  their passwords down. Never before have we expected so much of
  our users, and never before have we laid ourselves open to such
  ridicule.
</p>
<p>
  This article will explore some issues about passwords, password
  management and user's attitudes to the use of passwords. It is
  based on a webinar presentation given on 9/3/10 which is
  available for <a href=
  "http://www.infosecurity-magazine.com/webinar/121/password-management-top-ways-to-deal-with-the-necessary-evil-/">
  downloading</a>.
</p>
<p>
  <strong>Password 101: Creating Correct Passwords</strong><br />
  Organisations all seem to have their own take on the correct use
  of passwords, but the basics of password creation seem to remain
  the same;
</p>
<ul>
  <li>The password should be over 6 characters long, ideally around
  12 or 14
  </li>
  <li>Each password should contain a mix of numbers and symbols,
  lowercase and uppercase letters
  </li>
  <li>The chosen password should not be in a dictionary, have
  number or letter sequences or contain information that can be
  guessed - such as the name of a partner, pet or child
  </li>
</ul>
<p>
  And then we insist it should be easy to remember!
</p>
<p>
  To complicate matters further, some organisations put in place
  password expiration policies, so that a given password will
  expire on a regular basis - maybe every 30 days. This can be
  implemented using system administration tools and users can
  normally be prevented from entering recently used passwords. This
  process of refreshing passwords may address issues such as brute
  force attacks, with the password being changed before an attacker
  has successfully tried every combination of letters and numbers,
  but the downside is that some systems allow passwords to be
  changed by simply adding an incremental number to the end of the
  password - hardly big time security.
</p>
<p>
  It is better to break down the process of creating a passphrase
  into logical steps that allows users to form their own more
  robust secret code.
</p>
<p>
  The first step is to think of a sentence. This can be as
  ridiculous as a user can think of, within reason. The most
  important point is that it means something to them, and hopefully
  only them. This phrase is then broken down into a row of letters
  that is then further mangled by the addition of extra characters,
  numbers and symbols.
</p>
<p>
  The resultant pass code should be secure against most types of
  attack, assuming the user doesn't write it down... Of course
  therein lies the flaw as the world's most secure passphrase is
  only as secure as the post it note it is written on.
</p>
<p>
  <strong>Password Implementations</strong><br />
  Unfortunately, even with seemingly secure passwords we have been
  let down by the implementation of security systems.
</p>
<p>
  One of the most famous is the LAN Manager hash (or LM hash), an
  algorithm that is very old dating back to the original days of
  Microsoft LAN Manager, a networking application that was sold in
  the early 1990's. The LM hash uses DES, or Data Encryption
  Standard, which is a well known block cipher. Out of interest DES
  is showing its age and is now considered no longer fit for
  purpose as it only has a 56-bit key size, small enough to be
  brute force attacked within a few hours, but this is not the
  issue at hand.
</p>
<p>
  In this case, the insecurity of the system is more in the way the
  security has been implemented rather than the specifics of DES
  itself. In essence the implementation of LM hash in Lan Manager
  introduced weaknesses many years ago and which still haunt us
  today.
</p>
<p>
  This is how daft the implementation of LM Hash is;
</p>
<ul>
  <li>First, passwords are restricted to the ANSI character set. As
  we have seen this produces a smaller number of character options
  for a hacker to attack.
  </li>
  <li>Second, any password longer than 7 characters is divided into
  two and hashed separately. This basically creates two small
  targets to attack.
  </li>
  <li>And finally, all lower case letters are changed to uppercase
  letters before the hash is computed, again further reducing the
  combination of letters that need to be guessed.
  </li>
</ul>
<p>
  This has resulted in a weak password model that has been carried
  forward into later versions of Windows to ensure backwards
  compatibility, and it is only later versions of Windows such as
  Vista that switch off this capability by default.
</p>
<p>
  In this case the implementation of the security system has let us
  down, not the user and their passwords.
</p>
<p>
  <strong>Dictionary Words and Crackers</strong><br />
  One of the cardinal rules of passwords given to users is
  <em>Don't use dictionary words</em>. This is often met with a
  degree of incredulity as they cannot fathom out how anyone could
  possibly work out their password as there are lots of words in
  the dictionary.
</p>
<p>
  Password crackers have been around for a long time, and are now
  very sophisticated pieces of software.
</p>
<p>
  Popular password crackers often have huge lists of standard
  words. For example the John the Ripper password cracker has a set
  of word lists in over 20 languages plus lists of common passwords
  and derivatives (or mangled words) including: Afrikaans,
  Croatian, Czech, Danish, Dutch, English, Finnish, French, German,
  Hungarian, Italian, Japanese, Latin, Norwegian, Polish, Russian,
  Spanish, Swahili, Swedish, Turkish, and Yiddish.
</p>
<p>
  This amounts to in excess of 40 million entries that can be
  quickly searched. To put that into context the Oxford English
  Dictionary has around 170,000 entries covering contemporary
  English language words.
</p>
<p>
  Brute force attacks can often break passwords relatively quickly
  which shocks users. Here are some examples for a "fast" PC;
</p>
<p>
  Password: karen<br />
  Possible combinations: &nbsp;&gt;300 million<br />
  Time to brute force: 5 minutes
</p>
<p>
  Password: Kraz4uw<br />
  Possible combinations: &nbsp;&gt;3.5 trillion<br />
  Time to brute force: 41 days
</p>
<p>
  Password: Kr&amp;46ugH<br />
  Possible combinations: &nbsp;&gt;7.2 quadrillion<br />
  Time to brute force: 229 years
</p>
<p>
  Without dwelling on the mathematics this provides an example of
  an exponential rise in the time to brute force an attack on
  passwords, and many end users are shocked to see the huge
  difference a few different characters can make to thwarting&nbsp;
  such an attack.
</p>
<p>
  Of course these numbers refer to an average fast PC. The computer
  power available to large security agencies can significantly
  reduce the time to crack a password, and the final example could
  possibly be cracked within 3 months rather than 229 years with
  the right application of computer horse power.
</p>
<p>
  This is why we insist that passwords are changed every 30 days or
  so, so that if a brute force attack is underway then it has less
  chance of succeeding. Users generally love it when you explain
  things in more simple terms and they get to see the reasons WHY
  we insist their passwords are structured in such a way.&nbsp;
</p>
<p>
  <strong>Passwords from Real Life</strong><br />
  As we have seen, passwords are often the most irritating, badly
  implemented and annoying parts of an IT security system.
</p>
<p>
  In December 2009, there was a major breach of security at the
  social networking site RockYou that resulted in 32 million user
  accounts being released into the wild. Amazingly it was reported
  that all user account data was stored in plain text, including
  the user's passwords. The site appears to have been compromised
  by a relatively simple SQL Injection Attack.
</p>
<p>
  Of course the release of so much private data is a major problem
  and no doubt has caused some of the users considerable angst.
  From a security research point of view this is an opportunity to
  undertake an analysis of real live user data and get to
  understand contemporary password usage and management. It also
  enables us to learn from others mistakes and understand how to
  implement website security properly.
</p>
<p>
  Bizarrely the RockYou system only supported passwords that were
  between 5 and 15 characters long and the site prevented, or at
  least actively dissuaded, the use of mixed case, numbers or
  punctuation in passwords.
</p>
<p>
  Passwords were stored in plain text and then emailed, again in
  plain text, to the user. Due to their attempt to integrate with
  other social network sites the RockYou site also encouraged users
  to enter credentials for other social networking sites into the
  RockYou site, possibly putting in place a longer chain of
  insecurities.
</p>
<p>
  A lot of users chose passwords whose length was equal or below
  six characters and almost 60% of users chose their passwords from
  a limited set of alpha-numeric characters. Nearly 50% of users
  used names, slang words, dictionary words or trivial passwords
  and the most common password among Rockyou.com account owners is
  123456
</p>
<p>
  Now I wonder if people were a bit more blasé about this website
  than they would have been if it was their bank account? You would
  hope so, but it wouldnt be a surprise if these users were just as
  bad when managing their online bank account security. Or is it
  that people are fed up being told what to do and are rebelling
  against computer security? We dont really know!
</p>
<p>
  We have seen that users will still opt for the easy solution. It
  is not suggested that a site such as RockYou is a perfect example
  of a typical organisational IT system, as being a social
  networking site users are probably young and maybe not too
  concerned about security of their data in this instance.
</p>
<p>
  The problem arises when they bring such attitudes to the work
  place and the finance system is protected by such flimsy and ill
  thought out passwords.
</p>
<p>
  Password management is a nightmare, and an aspect of information
  security that keeps many CISOs awake at night. The cost of
  managing passwords only ever seems to increase with the technical
  support function bearing the cost of the Monday morning password
  reset calls. The sooner we can manage passwords with greater
  effect the better.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11988&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11988/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11988&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11988&ref=fd_side_itd">Contact Nigel Stanley (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11988&amp;title=The+Craziness+of+Passwords">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11988&amp;title=The+Craziness+of+Passwords">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11988&amp;title=The+Craziness+of+Passwords">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11988">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11988&amp;title=The+Craziness+of+Passwords">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11988/dm_0/b25a55f1b6340ae9e011a967c634e85d.gif" width="4" height="4" alt="" />]]></description>
            <author>Nigel Stanley, Bloor Research</author>
            <pubDate>Tue, 16 Mar 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11988/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Smart Grid for data center from HP</title>
            <link>http://www.it-director.com/r/c/11891/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 23rd February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
  Nowadays, CIOs need to both cut costs and increase performance.
  Energy has never been more important in working toward this
  productivity advantage.
</p>
<p>
  It's now time for IT leaders to gain control over energy
  use&mdash;and misuse&mdash;in enterprise data centers. More often
  than not, very little <a href=
  "http://www.it-analysis.com/business/costs/content.php?cid=11582">
  energy capacity analysis and planning</a> is being done on data
  centers that are five years old or older. Even newer data centers
  don&rsquo;t always gather and analyze the available
  energy data being created amid all of the components.
</p>
<p>
  Finally, smarter, more comprehensive energy planning tools and
  processes are being directed at this problem. It requires a
  lifecycle approach from the data centers to more toward fuller
  automation.
</p>
<p>
  And so automation software for capacity planning and monitoring
  has been newly designed and improved to best match long-term
  energy needs and resources in ways that cut total costs, while
  gaining the available capacity from old and <a href=
  "http://www.informationweek.com/blog/main/archives/2010/02/hp_unveils_huge.html;jsessionid=DDB2YK3E1WWSBQE1GHPSKHWATMY32JVN">
  new data centers</a>.
</p>
<p>
  Such data gathering, analysis and planning can break the
  inefficiency cycle that plagues many data centers where hotspots
  can mismatch cooling needs, and underused and under-needed
  servers are burning up energy needlessly. These so-called Smart
  Grid solutions jointly cut data center energy costs, reduce
  carbon emissions, and can dramatically free up capacity from
  overburdened or inefficient infrastructure.
</p>
<p>
  By gaining far more control over energy use and misuse, solutions
  such as Hewlett Packard's (HP) <a href=
  "http://h18000.www1.hp.com/products/solutions/converged/datacenter-smartgrid.html">
  Smart Grid for Data Center</a> can increase capacity from
  existing facilities by 30&ndash;50 percent.
</p>
<p>
  This podcast features two executives from HP to delve more deeply
  into the notion of Smart Grid for Data Center. Now join <a href=
  "http://www.linkedin.com/pub/doug-oathout/7/993/938">Doug
  Oathout</a>, Vice President of Green IT Energy Servers and
  Storage at HP, and <a href=
  "http://www.hp.com/hpinfo/newsroom/press_kits/2008/datacenter-transformation/bi_bennett.pdf">
  John Bennett</a>, Worldwide Director of Data Center
  Transformation Solutions at HP. The discussion is moderated by
  Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
  Here are some excerpts:<br />
</p>
<p>
  <strong>Bennett:</strong> <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11588">
  Data center transformation (DCT)</a> is focused on three core
  concepts, and energy is another key focus for that all to work.
  The drivers behind data center transformation are customers who
  are trying to <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11788">
  reduce their overall IT spending</a>, either flowing it to the
  bottom-line or, in most cases, trying to shift that spending away
  from management and maintenance and onto business projects.
</p>
<p>
  We also see increasing mandates to improve sustainability. It
  might be expressed as energy efficiency in handling energy costs
  more effectively or addressing green IT.
</p>
<p>
  DCT is really about helping customers build out a data center
  strategy and <a href=
  "http://briefingsdirectblog.blogspot.com/2010/02/converged-infrastructure-approach-paves.html">
  an infrastructure strategy</a>. That is aligned to their business
  plans and goals and objectives. That infrastructure might be a
  traditional shared infrastructure model. It might be a fabric
  infrastructure model of which HP&rsquo;s converged
  infrastructure is probably the best and most complete example of
  that in the marketplace today. And, it may indeed be moving to
  private cloud or, as I believe, some combination of the above for
  a lot of customers.
</p>
<p>
  The secret is doing so through an integrated roadmap of
  data-center projects, like consolidation, business continuity,
  energy, and such technology initiatives as virtualization and
  automation.
</p>
<p>
  Energy has definitely been a major issue for data-center
  customers over the past several years. The increased computing
  capability and demand has increased the power needed in the data
  center. Many data centers today weren&rsquo;t designed
  for modern energy consumption requirements. Even data centers
  that were designed even five years ago are running out of power,
  as they move to these dense infrastructures. Of course, older
  facilities are even further challenged. So, customers can address
  energy by looking at their facilities.
</p>
<p>
  Increasingly, we're finding that we need to look at
  management&mdash;managing the infrastructure and managing the
  facilities in order to address the energy cost issues and the
  increasing role of regulation and to manage energy related risk
  in the data center.
</p>
<p>
  That brings us not only to energy as a key initiative in DCT, but
  on Smart Grid for Data Center as a key way of managing it
  effectively and dynamically.
</p>
<p>
  <strong>Oathout:</strong> We're really talking about is a problem
  around energy capacity in data centers. Most IT professionals or
  IT managers never see an energy bill from the utility. It's
  usually handled by the facility. They never really concentrate on
  solving the energy consumption problem.
</p>
<p>
  Where problems have arisen in the past is when a facility person
  says that they can&rsquo;t deploy the next server or
  storage unit, because <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11590">
  they're out of capacity</a> to build that new infrastructure to
  support a line of business. They have to <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11790">
  build a new data center</a>. What we're seeing now is customers
  starting to peel the onion back a little bit, trying to find out
  where the energy is going, so they can increase the life of their
  data center.
</p>
<p>
  To date, very few clients have deployed comprehensive software
  strategies or facility strategies to corral this energy
  consumption problem. Customers are turning their focus to how
  much energy is being absorbed by what and then, how do they get
  the capacity of the data center increase so they can support the
  new workloads.
</p>
<p>
  What we're seeing today is that software, hardware, and people
  need to come together in a process that John described in DCT, an
  energy audit, or energy management.
</p>
<p>
  All those things need to come together, so that customers can now
  start taking apart their data center, from an analysis
  perspective, to find out where they are either over-provisioned
  or under-provisioned, from a capacity standpoint, so they know
  where all the energy is going. Then, they can then take some
  steps to get more capability out of their current solution or get
  more capability out of their installed equipment by measuring and
  monitoring the whole environment.
</p>
<p>
  The concept of converged infrastructure applies to data center
  energy management. You can deploy a particular workload onto an
  IT infrastructure that is optimally designed to run efficiently
  and optimally designed to continually run in an efficient way, so
  that you know you're getting the most productive work from the
  least energy and the more energy efficient equipment
  infrastructure sitting underneath it.
</p>
<p>
  As workloads grow over time, you then have the auditing
  capability built into the software ... so that you can add more
  resources to that pool to run that application. You're not
  over-provisioning from the start and you're not
  under-provisioning, but you're getting the optimal settings over
  time. That's what's really important for energy, as well as
  efficiency, as well as operating within a data center
  environment.
</p>
<p>
  You must have tools, software, and hardware that is not only
  efficient, but can be optimized and run in an optimized way over
  a long period of time.
</p>
<p>
  The key to that is to understand where the power is going. One of
  the first things we recommend to a client is to look at how much
  power is being brought into a data center and then where is it
  going.
</p>
<p>
  What you want to do is start collecting that information through
  software to find out how much power is being absorbed by the
  different pieces of IT equipment and associate that with the
  workloads that are running on them. Then, you have a better view
  of what you're doing and how much energy you're using.
</p>
<p>
  Then, you can do some analysis and use some applications like
  <a href=
  "https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11-15-25%5E849_4000_100__">
  HP SiteScope</a> to do some performance analysis, to say, "Could
  I match that workload to some other platform in the
  infrastructure or am I running it in optimal way?"
</p>
<p>
  Over time, what you can do is you can migrate some of your older
  legacy workloads to more efficient newer IT equipment, and
  therefore you are basically building up a buffer in your data
  center, so that you can then go deploy new workloads in that same
  data center.
</p>
<p>
  You use that software to your benefit, so that you're freeing up
  capacity, so that you can support the new workload that the
  businesses need.
</p>
<p>
  The energy curve today is growing at about 11 percent annually,
  and that's the amount IT is spending on energy in a data center.
</p>
<p>
  <strong>Bennett:</strong> That's really key, Doug, as a concept,
  because the more you do at this infrastructure level, the less
  you need to change the facilities themselves. Of course, the
  issue with facilities-related work is that it can affect both
  quality of service and outages and may end up costing you a
  pretty penny, if you have to retrofit or design new data centers.
</p>
<p>
  <strong>Oathout:</strong> Smart Grid for Data Centers gives a CIO
  or a data-center manager a blueprint to manage the energy being
  consumed within their infrastructure. The first thing that we do
  with a Data Center Smart Grid is map out what is hooked up to
  electricity in the data center, everything from PDUs, UPSs, and
  error handlers to the IT equipment servers, networking and
  storage. It's really understanding how that all works together
  and how the whole topology comes together.
</p>
<p>
  The second thing we do is visualize all the data. It's very hard
  to say that this server, that server, or that piece of facilities
  equipment uses this much power and has this kind of capacity. You
  really need to see the holistic picture, so you know where the
  energy is being used and understand where the issues are within a
  data center.
</p>
<p>
  It's really about visualizing that data, so you can take action
  on it. Then, it's about setting up policies and automating those
  procedures to reduce the energy consumption or to manage energy
  consumption that you have in the data center.
</p>
<p>
  Today, our servers and our storage are much more efficient than
  the ones we had three or four years ago, but we also add the
  capability to power cap a lot of the IT equipment. Not only can
  you get an analysis that says, "Here is how much energy is being
  consumed," you can actually set caps on the IT equipment that
  says you can&rsquo;t use more than this. Not only can
  you monitor and manage your power envelope, you can actually get
  a very predictable one by capping everything in your data center.
</p>
<p>
  You know exactly, how much the max power is going to be for all
  that equipment. Therefore, you can do much better planning. You
  get much more efficiency out of your data center, and you get
  more predictable results, which is one of the things that IT
  really strives for, from an SLA to getting those predictable
  results, day in and day out.
</p>
<p>
  So, really Data Center Smart Grid for the infrastructure is about
  mapping the infrastructure. It's about visualizing it to make
  decisions. Then, it's about automating and capping what
  you&rsquo;ve got, so you have better predictable
  results and you're managing it, so that you are not having out
  wires, you're not having problems in your data centers, and
  you're meeting your SLA.
</p>
<p>
  Listen to the <a href=
  "http://interarbor.libsyn.com/index.php?post_id=581164">podcast</a>.
  Find it on <a href=
  "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">
  iTunes/iPod</a>. Read a <a href=
  "http://briefingsdirect.blogspot.com/2010/02/data-center-smart-grids-manage.html">
  full transcript</a> or <a href=
  "http://interarborsolutions.books.officelive.com/Documents/SmartGrid.pdf">
  download</a> a copy.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11891&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11891/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11891&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11891&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11891&amp;title=Smart+Grid+for+data+center+from+HP">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11891&amp;title=Smart+Grid+for+data+center+from+HP">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11891&amp;title=Smart+Grid+for+data+center+from+HP">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11891">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11891&amp;title=Smart+Grid+for+data+center+from+HP">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11891/dm_0/6796b3af7603fadeebb56e5a9ac32faa.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 23 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11891/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Improved data center productivity, private clouds</title>
            <link>http://www.it-director.com/r/c/11883/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 22nd February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
  Improved data center productivity now appears to be a natural
  progression from <a href=
  "http://h18000.www1.hp.com/products/solutions/converged/main.html">
  converged infrastructure</a>. Many enterprise data centers have
  embraced a shared service management model to some degree, and
  now converged infrastructure applies the shared service model
  more broadly to leverage modular system design and open
  standards, as well as to advance proven architectural frameworks.
</p>
<p>
  The result is a realignment of traditional technology silos into
  adaptive pools that can be shared by any application, as well as
  optimized and managed as ongoing services. Under this model,
  resources are dynamically provisioned efficiently and
  automatically, gaining more business results productivity. This
  also helps rebalance IT spending away from a majority of spend on
  operations and more toward investments, innovations, and business
  improvements.
</p>
<p>
  This latest BriefingsDirect discussion explores the benefits of a
  converged infrastructure approach, and now how to better
  understand attaining a transformed data center environment. We'll
  see how converged infrastructure provides a stepping stone to
  private cloud initiatives. But, as with any convergence, there
  are a lot of moving parts, including people, skills, processes,
  services, outsourcing options, and partner ecosystems.
</p>
<p>
  We're here with two executives from Hewlett-Packard (HP) to delve
  deeply into converged infrastructure and to learn more about how
  to get started and deal with some of the complexity, as well as
  to know what to expect as payoff. Please welcome <a href=
  "http://www.linkedin.com/pub/doug-oathout/7/993/938">Doug
  Oathout</a>, Vice President, Converged Infrastructure at HP
  Storage, Servers, and Networking, and <a href=
  "http://www.hp.com/hpinfo/newsroom/press_kits/2008/datacenter-transformation/bi_bennett.pdf">
  John Bennett</a>, Worldwide Director, Data Center Transformation
  Solutions at HP. The discussion is moderated by Dana Gardner,
  principal analyst at Interarbor Solutions.
</p>
<p>
  Here are some excerpts:
</p>
<p>
  <strong>Bennett:</strong> I often think of many CIOs as being at
  the heart of a vise, where, on one side, they have the business
  pressures. ... They need to support growth. They need to do a
  faster job of creating acquisitions. They need to spend more on
  business projects and innovation. They need to exploit technology
  for business advantage. They need to reduce costs.
</p>
<p>
  On the other side of the vise are the constraints that they have
  in the environment that get in the way of them successfully
  addressing the business needs&mdash;legacy infrastructure and
  applications and antiquated methods of managing the
  infrastructure that make it difficult to be responsive to change,
  or people with the skills that won&rsquo;t serve
  modern technology's needs or environments.
</p>
<p>
  Data-center transformation (DCT) helps enterprises implement a
  data center and infrastructure strategy that's <a href=
  "http://bx.businessweek.com/market-research-20/view?url=http%3A%2F%2Fwww.mytechboxonline.com%2Fmtodata%2Fdata-hpcio-12.html">
  aligned to their goals and objectives</a>. The key here is that
  it's customer-driven, and it has to be built around the plans and
  directions of the targeted organization. This is clearly not a
  one-size-fits-all type of environment.
</p>
<p>
  For many organizations, those strategies for infrastructure can
  include traditional shared infrastructure solutions or servers
  using virtualization and automation with shared storage
  environments. Increasingly, we've seen a natural evolution into a
  tighter integration of the capabilities and assets of the data
  center in the fabric infrastructure.
</p>
<p>
  <a href=
  "http://h71028.www7.hp.com/services/us/en/consolidated/converged-infrastructure-overview.html">
  HP's Converged Infrastructure</a> represents a pretty significant
  step forward in terms of benefits and capabilities for customers
  looking at having infrastructure strategy aligned to their future
  needs. The neat thing is that converged infrastructure can be the
  foundation for private cloud architectures.
</p>
<p>
  <strong>Oathout:</strong> About two-thirds, if not 70 percent, of
  the IT operations budget is spent on maintaining IT and the IT
  workload within the data center.
</p>
<p>
  When you have a recession, like we just experienced, what happens
  is that 30 percent spent on innovation or new workload placement
  gets cut immediately to help manage the budget within an
  organization. Therefore, in the last 18 months, very little
  innovation and few new projects were taken on by IT to support
  new business growth.
</p>
<p>
  Now we have customers who are starting to spend again and who are
  starting to <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11880">
  see the light at the end of the tunnel</a>. They want their IT
  environment to be more flexible in the future. So, they're
  looking at their server and storage upgrades, and how they can
  implement converged infrastructure, so that the new
  infrastructure is more flexible and can adapt more to the
  requirements of the business.
</p>
<p>
  As you're going through your technology refresh now, coming out
  of the recession, you can start implementing better and faster IT
  equipment. You can also use better and more efficient
  processes&mdash;<a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11856">virtualization,
  automation, and management</a>. When you put those pools of
  resources in place, you put them in a virtual environment so they
  can be shared among applications or can be transferred among
  applications when needed.
</p>
<p>
  You are in the process now of creating pools of resources, versus
  dedicated silo resources, like you had prior to the recession,
  which couldn&rsquo;t be reused for some of the
  application, and therefore you couldn&rsquo;t support
  business growth.
</p>
<p>
  The opportunity now is to break down those silos, give our
  customers the ability to share resources in the same footprint
  they have today, and actually become more efficient, so that when
  business changes or business needs change, they can adapt to the
  requirements of the business.
</p>
<p>
  In a converged infrastructure environment, you really
  don&rsquo;t want to care about the infrastructure you
  are putting it on. What you want to care about is that it's
  resilient, it's optimized, and it's modular, so it can grow and
  shrink with the application's demand.
</p>
<p>
  Let me give you an example. A <a href=
  "http://h20338.www2.hp.com/enterprise/w1/en/solutions/data-center-transformation-consolidation.html">
  server consolidation</a> using virtualization and new server
  equipment will generally double or triple your capacity within
  your data center for the same footprint, just by getting the
  utilization of the servers up, better performance within the
  servers, and better capabilities within virtual environments. You
  can basically double or even triple the size of your capacity
  within your data center.
</p>
<p>
  The same thing holds true for storage. Storage disk drives become
  twice as dense over a two- or three-year period. The performance
  of the drives gets better. So, for the same footprint in your
  data center you can actually fit twice as much storage.
</p>
<p>
  ... What you really have is a process change that's required
  between the IT application managers, the test and development
  people, and a team that actually runs the infrastructure. They
  need to talk more about standardization. They need to talk about
  how their IT comes together.
</p>
<p>
  That's where the <a href=
  "http://h30423.www3.hp.com/index.jsp?fr_story=6b6f65edf34c74f891865a143aa354bb8e08f1cc">
  Data Center Transformation Workshop</a> that John Bennett's team
  does helps. It gives you an architecture for future deployments,
  so that you have a converged infrastructure. You have pools of
  resources to put new applications down or revamp older
  applications onto a newer architecture, so it becomes more
  flexible.
</p>
<p>
  You have to break down that silo or break down that fence between
  application deployments and what line of businesses are telling
  the application deployers and the people who run the
  infrastructure. Customers really do see that as a deployment
  barrier, but they're working through it, because there are
  significant benefits on the other side, just due to the fact that
  you increase agility, lower cost, and you have more money and
  more people to go do the innovation to support the workloads of
  future businesses.
</p>
<p>
  <strong>Bennett:</strong> Good organizations are always
  rethinking IT. What are the organization's strategy, goals, and
  objectives? What is it going to take to realize those objectives?
  What capabilities do we need from IT in order to make those real?
  And then, how do we make them happen?
</p>
<p>
  This is where the partnership between the technology team and the
  business team comes into play. The technology team will have more
  insights into how it can be exploited, and the key thing for the
  business is to make sure they specify their needs and not specify
  the answer.
</p>
<p>
  ... There's economic return to the organization from being able
  to roll out a <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11831">
  new business service more quickly</a>. There's an economic return
  to the business from being able to provision more resources when
  they are needed based on demand, so that demand doesn't
  disappear. There's a competitive business benefit, which is
  financial in nature, in being able to respond to competitive
  threats more quickly.
</p>
<p>
  And a lot of the benefits of this are in the nature of direct
  cost savings&mdash;the consolidation, modernization, and
  virtualization that Doug spoke to&mdash;the savings from energy
  related projects and investments with <a href=
  "http://h18000.www1.hp.com/products/solutions/converged/datacenter-smartgrid.html">
  Data Center Smart Grid</a>, for example. All are easily
  quantifiable.
</p>
<p>
  <strong>Oathout:</strong> A cloud-computing environment is really
  an application-rich environment that allows you to bring more
  users on quickly and expand your capabilities and shrink your
  capabilities as you need them.
</p>
<p>
  Converged infrastructure can be for public cloud, private cloud,
  or for a web workload or an high-performance computing (HPC)
  workload or an SAP workload. It doesn't really matter. A
  converged infrastructure is the optimal deployment of IT to
  support any kind of application, because it's modular in nature.
</p>
<p>
  It has the flexibility to have more storage, more memory, less
  CPUs or more CPUs, less storage, or less memory, but it's all
  modular, so you can put the pieces together as you need them. So,
  it is a base support for either a cloud environment or a
  traditional IT environment. It really doesn't matter. It's
  designed to support both.
</p>
<p>
  A private cloud is the IT department saying, "I'm now going to
  create a service catalog for my lines of business to develop
  upfront." You're getting software as a service (SaaS) now sitting
  on top of either a converged infrastructure or legacy
  infrastructure. A converged infrastructure is a lot easy to put
  SaaS on. But, you make that service catalog available to line of
  businesses, so they can turn on applications as they need them,
  very quickly.
</p>
<p>
  Then, you can put more users on an enterprise resource planning
  (ERP) application, an online application, or a Web 2.0
  application. IT is there as a support service now, setting that
  up, taking it down, and optimizing it over time, depending on the
  business needs.
</p>
<p>
  So, private cloud is kind of that SaaS that sits on either a
  converged infrastructure or a legacy infrastructure or uniquely
  designed infrastructures that you get from some of the public
  cloud providers. Converged infrastructure is the optimal way to
  develop and deploy that in a standard data-center environment,
  and it's in support of a private cloud.
</p>
<p>
  When you start bringing a storage and server and networking
  platforms together through a flexible fabric, the economies of
  scale of a shared resources and open systems is going to drive
  down the cost of acquiring IT. Then, with the software and the
  services capabilities that companies bring to market, they're
  going to bring the efficiencies along with them.
</p>
<p>
  So, it is inevitable, starting with the simplest of workloads,
  moving to some of the hardest of workloads, that you are going to
  have a converged infrastructure. You are going to have
  application as a service, whether it's internal or external from
  a cloud provider, just because the economies of scale are there,
  and the ability to deploy the stuff is so simple once you get it
  set up that the efficiencies are also there besides the economies
  of purchase.
</p>
<p>
  For example, a customer, the <a href=
  "http://h30423.www3.hp.com/?fr_story=40f16c7c90bf1486e79c2f3a25419977251b9ba7&amp;rf=sitemap">
  Dallas Cowboys</a>, built a new football stadium in the Dallas
  area. It's a &#36;1.4 billion investment. In the bottom of the thing
  is their data center. They run 30 different businesses out of the
  data center in the Dallas Cowboys stadium.
</p>
<p>
  They have built it on a virtual environment. They have
  BladeSystems. They have the FlexFabric built into the
  environment. They went from over 500 servers down to 16 blades,
  with virtual machines running on them for the point of sale
  environment within the stadium. It drove a smaller footprint, but
  also the dynamics in the server and storage environment, so they
  can bring on new applications for the 30 businesses very quickly.
</p>
<p>
  They changed their infrastructure to support their environment.
  ... They bring applications online and very reactive to the lines
  of businesses they are supporting. That's what a converged
  infrastructure really delivers, besides the lower economic cost
  that John and I have talked about. It's that efficiency to bring
  new opportunities to the lines of businesses, accelerate business
  growth, or increase customer satisfaction.
</p>
<p>
  <a href=
  "http://media.libsyn.com/media/interarbor/BriefingsDirect-A_Focus_on_Converged_Infrastructure.mp3">
  Listen</a> to the podcast. Find it on <a href=
  "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">
  iTunes/iPod</a>. Read a <a href=
  "http://briefingsdirect.blogspot.com/2010/02/converged-infrastructure-approach-paves.html">
  full transcript</a> or <a href=
  "http://interarborsolutions.books.officelive.com/Documents/ConvergedInfrastructure.pdf">
  download</a> a copy.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11883&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11883/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11883&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11883&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11883&amp;title=Improved+data+center+productivity%2C+private+clouds">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11883&amp;title=Improved+data+center+productivity%2C+private+clouds">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11883&amp;title=Improved+data+center+productivity%2C+private+clouds">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11883">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11883&amp;title=Improved+data+center+productivity%2C+private+clouds">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11883/dm_0/ca977df92354e33a0b581cd77bb3f975.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Mon, 22 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11883/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Seeing a golden lining around efficiency, HP expands cloud consulting services portfolio</title>
            <link>http://www.it-director.com/r/c/11901/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 18th February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
  Hewlett-Packard (HP) is pushing deeper into the cloud opportunity
  with <a href=
  "http://gigaom.com/2010/02/16/hp-takes-the-consulting-fight-to-ibm-with-cloud-design-service/">
  new consulting services</a> that aim to help businesses and
  government agencies speed cloud-based infrastructure adoption and
  respond more quickly to market demands for efficiency.
</p>
<p>
  Dubbed <a href=
  "http://h20219.www2.hp.com/services/us/en/consolidated/cloud-overview.html?jumpid=ex_R61_us/en/large/tsg/go_smbcat20">
  HP Cloud Design Service</a>, the new offering advises
  organizations how to quickly design and deploy scalable,
  cloud-based infrastructures. HP's consulting services come with
  risk mitigation in mind and support a hybrid sourcing model that
  encompass <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11794">
  private and public cloud</a> options. HP promises its approach
  will allow organizations to <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11578">
  consume and deliver services</a> that support varied workloads.
  [Disclosure: HP is a sponsor of BriefingsDirect podcasts.]
</p>
<p>
  "There's a lot of hype out there, and organizations just can't
  deal with cool, exciting cloud concepts in a vacuum," says Flynn
  Maloy, vice president of marketing for HP's Technology Services
  group. "If you even make a tiny pull of cloud services into your
  IT environment, it touches everything else in the environment.
  Our HP Cloud Design Service looks at the big picture."
</p>
<p>
  <strong>Anatomy of HP Cloud Design</strong><br />
  HP is basing the new consulting services on its own experience
  with demanding cloud environments, including work with the
  Defense Information Systems Agency to design a cloud <a href=
  "http://www.datacenterknowledge.com/archives/2008/07/10/hp-moving-defense-department-into-the-cloud/">
  infrastructure solution</a> that accelerates the process of
  provisioning computing services for U.S. military applications.
</p>
<p>
  A year ago companies were skeptical. Last year they were running
  pilots. Now, companies are trying to figure out how to leverage
  cloud innovations internally.
</p>
<p>
  Here's how HP's Cloud Design Service works: First, HP explores a
  client's business and technical requirements, as well as existing
  IT investments. HP then creates a customized cloud infrastructure
  design blueprint and implementation plan, complete with cost
  estimates and deployment, testing, operational management,
  service lifecycle management, government and support guidelines.
</p>
<p>
  HP outlines four key benefits of its cloud consulting service:
  access to a common, flexible framework for cloud engagements,
  faster time to delivery with mitigated implementation risks,
  reduced technology redundancies, and the ability to leverage
  existing HP and non-HP technology investments. The result,
  according to HP, is a cloud-specific infrastructure that's safe
  and effective &ndash; and meets business objectives.
</p>
<p>
  <strong>Mapping the cloud</strong><br />
  HP's Cloud Design Service builds on existing HP efforts in the
  cloud, including the <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11590">
  Cloud Discovery Workshop</a> and the Roadmap Service. The Cloud
  Design Service acts as the next step in an organization's move
  into the cloud. The updates this week <a href=
  "http://www.hp.com/hpinfo/newsroom/press/2009/090623xa.html">follow
  earlier moves last summer</a> on cloud consulting services.
</p>
<p>
  As Maloy describes it, the new service sends HP's cloud
  consultants into an organization's IT environment with sleeves
  rolled up, ready to help design and build an architecture that
  leverages the benefits of a shared internal cloud while offering
  access to external public clouds.
</p>
<p>
  The big question is, are organizations ready to move beyond
  private clouds to public clouds? Maloy says organizations are
  kicking the tires, trying to figure out how to bring public cloud
  innovations into the enterprise. HP, he says, has established
  best practices to do this safely.
</p>
<p>
  "A year ago companies were skeptical. Last year they were running
  pilots. Now, companies are trying to figure out how to leverage
  cloud innovations internally," Maloy says. "Our <a href=
  "http://www.hp.com/hpinfo/newsroom/press/2010/100216xa.html">HP
  Reference Architecture for Cloud</a> is part of the Cloud Design
  Service. It has all of the elements we think a robust,
  well-designed environment takes into account."<br />
</p>
<p>
  BriefingsDirect contributor Jennifer LeClaire provided editorial
  assistance and research on this post. She can be reached at
  <a href=
  "http://www.linkedin.com/in/jleclaire">http://www.linkedin.com/in/jleclaire</a>
  and <a href=
  "http://www.jenniferleclaire.com/">http://www.jenniferleclaire.com</a>.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11901&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11901/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11901&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11901&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11901&amp;title=Seeing+a+golden+lining+around+efficiency%2C+HP+expands+cloud+consulting+services+portfolio">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11901&amp;title=Seeing+a+golden+lining+around+efficiency%2C+HP+expands+cloud+consulting+services+portfolio">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11901&amp;title=Seeing+a+golden+lining+around+efficiency%2C+HP+expands+cloud+consulting+services+portfolio">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11901">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11901&amp;title=Seeing+a+golden+lining+around+efficiency%2C+HP+expands+cloud+consulting+services+portfolio">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11901/dm_0/2bb1eb23939c895ebff4cad6ebfe27cc.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Thu, 18 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11901/f/fd_side_itd</guid>
        </item>
        <item>
            <title>BriefingsDirect analysts discuss ramifications of Google-China dust-up over corporate cyber attacks</title>
            <link>http://www.it-director.com/r/c/11863/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 9th February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
  The latest BriefingsDirect Analyst Insights Edition, Volume 50,
  <a href=
  "http://googleblog.blogspot.com/2010/01/new-approach-to-china.html">
  focuses on the fallout</a> from the Google&rsquo;s
  threat to pull out of China, due to a series of sophisticated
  hacks and attacks on Google, as well as a dozen more IT
  companies. Due to the attacks late last year, Google on Jan. 12
  vowed to stop censoring Internet content for
  China&rsquo;s web users and possibly to leave the
  country altogether.
</p>
<p>
  This ongoing tiff between Google and the Internet control
  authorities in China&rsquo;s Communist Party-dominated
  government have uncorked <a href=
  "http://wamu.org/programs/dr/10/01/14.php">a
  Pandora&rsquo;s Box of security, free speech and
  corporate espionage issues</a>. There are human rights issues and
  free speech issues, questions on China&rsquo;s actual
  role, trade and fairness issues, and the point about
  Google&rsquo;s policy of initially enabling Internet
  censorship and now apparently backtracking.
</p>
<p>
  But there are also <a href=
  "http://articles.sfgate.com/2010-01-17/business/17829184_1_search-market-google-chinese-interests">
  larger issues</a> around security and Internet governance in
  general. Those are the issues we&rsquo;ll be focusing
  on today. So, even as the U.S. State Department and others in the
  U.S. federal government seek answers on China&rsquo;s
  purported role or complicity in the attacks, the repercussions on
  cloud computing and enterprise security are profound and may be
  long-term.
</p>
<p>
  We&rsquo;re going to look at some of the answers to
  what this donnybrook means for how enterprises should best
  protect their intellectual property from such sophisticated
  hackers as government, military or, quasi-government corporate
  entities and whether cloud services providers like Google are
  better than your average enterprise, or especially medium-sized
  business, at thwarting such risks.
</p>
<p>
  We'll look at how users of cloud computing should trust or not
  trust providers of such mission-critical cloud services as email,
  calendar, word processing, document storage, databases, and
  applications hosting. And we&rsquo;ll look at how
  enterprise architecture, governance, security best practices,
  standards, and skills need to adapt still to meet these new
  requirements from insidious world-class threats.
</p>
<p>
  So, join me now in welcoming our panel for
  today&rsquo;s discussion: <a href=
  "http://jkobielus.blogspot.com/">Jim Kobielus</a>, senior analyst
  at Forrester Research; <a href=
  "http://jasonbloomberg.sys-con.com/">Jason Bloomberg</a>,
  managing partner at ZapThink; <a href=
  "http://www.linkedin.com/in/jimhietala">Jim Hietala</a>, Vice
  President for Security at The Open Group; <a href=
  "http://news.cnet.com/8301-27080_3-10441824-245.html?tag=contentMain;contentBody">
  Elinor Mills</a>, senior writer at CNET, and <a href=
  "http://www.dortchonit.com/">Michael Dortch</a>, Director of
  Research at Focus. The discussion is moderated by
  BriefingsDirect's Dana Gardner, principal analyst at Interarbor
  Solutions. [Disclosure: The Open Group is a sponsor of
  BriefingsDirect podcasts.]
</p>
<p>
  Here are some excerpts:<br />
</p>
<p>
  <strong>Mills:</strong> We now have a huge first public example
  of a company coming out and saying, not only that they've been
  attacked&mdash;companies don&rsquo;t want to admit
  that ever and it&rsquo;s all under the radar&mdash;but
  also they&rsquo;re pointing the fingers. Even though
  they're not specifically saying, "We think it&rsquo;s
  the Chinese state," but they think enough of it that they're
  willing to threaten to pull out of the country.
</p>
<p>
  It&rsquo;s huge and it&rsquo;s going to
  have every company reevaluating what their response is going to
  be&mdash;not just how they&rsquo;re going to do
  business in other countries, but what is their response going to
  be to a major attack.
</p>
<p>
  <strong>Bloomberg:</strong> It&rsquo;s not as big of a
  wakeup call as it should be. You can ask yourself, "Is this an
  attack by some small cadre of renegade hackers or is this attack
  by the government of the People&rsquo;s Republic of
  China? That&rsquo;s an open question at this point.
</p>
<p>
  Who is the victim? Is it Google, a corporation, or the United
  States? Is it the western world that is the victim here? Is this
  a harbinger of the way that international wars are going to be
  fought down the road?
</p>
<p>
  We&rsquo;ve all been worried about cyber warfare
  coming, but we maybe don&rsquo;t recognize it when we
  see it as a new battlefield. It's the same as terrorism.
  It&rsquo;s not necessarily clear who the participants
  are.
</p>
<p>
  When you place the enterprise into this context, well,
  it&rsquo;s not necessarily just that you have a
  business within the context of a government subject to particular
  laws of particular government, you have the supernational, where
  large corporations have to play in multiple jurisdictions.
  That&rsquo;s already a governance challenge for these
  large enterprises.
</p>
<p>
  We already have this awareness that every single system on our
  network has to look out for itself and, even then, has levels of
  vulnerability.
</p>
<p>
  Now, we have the introduction of cyber warfare, where we have
  concerted professional attacks from unknown parties attacking
  unknown targets and where it&rsquo;s not clear who the
  players are. Anybody, whether it&rsquo;s a private
  company, a public company, or a government organization is
  potentially involved.
</p>
<p>
  That basically raises the bar for security throughout the entire
  organization. We&rsquo;ve seen this already, where
  perimeter-based security has fallen by the wayside as being
  insufficient. We already have this awareness that every single
  system on our network has to look out for itself and, even then,
  has levels of vulnerability. This just takes it to the national
  level.
</p>
<p>
  <strong>Kobielus:</strong> I don&rsquo;t see anything
  radically or fundamentally new going on here. This is just a big,
  powerful, and growing world power, China, and a big and growing
  world power on a tech front Google, colliding. ... There has
  always been corporate espionage and there&rsquo;s
  always been vandalism perpetrated by companies against each other
  through subterfuge, and also by companies or fronts operating as
  the agent of unseen foreign power. ... This is international
  real-politic as usual, but in a different technological realm.
</p>
<p>
  <strong>Hietala:</strong> In terms of the visibility
  it&rsquo;s gotten and the kinds of companies that were
  attacked, it&rsquo;s a little bit game-changing. From
  the information security community perspective, these sorts of
  attacks have been going on for quite a while, aimed at defense
  contractors, and are now aimed at commercial enterprises and
  providers of cloud services.
</p>
<p>
  I don&rsquo;t think that the attacks per se are
  game-changing. There&rsquo;s not a lot new here.
  It&rsquo;s an attack against a browser that was couple
  of revs old and had vulnerability. The way in which the company
  was attacked isn&rsquo;t necessarily game-changing,
  but the political ramifications around it and the other things
  we&rsquo;ve just been talking about are what make it a
  little game-changing.
</p>
<p>
  <strong>Dortch:</strong> This puts Google in the very interesting
  position of having to decide. Is it a politically neutral
  corporation or is it a protector of the data that its clients
  around the world, not just here, and not just from governments
  but corporations? Is it a protector and an advocate of protection
  for the data that those clients have been trusted to it? Or, is
  it going to use the fact that it is a broker of all that data to
  sort of throw its muscle around and take on governments like
  China&rsquo;s in debates like this.
</p>
<p>
  The implications here are bigger than even what
  we&rsquo;ve been discussing so far, because they get
  at the very nature of what a corporation is in this brave new
  network world of ours.
</p>
<p>
  <strong>Gardner:</strong> This boils down to almost two giant
  systems or schools of thought that are now colliding at a new
  point. They've collided at different points in the past on
  physical sovereignty, military sovereignty, and economic
  sovereignty. The competition is between what we might call free
  enterprise based systems and state sponsorship through
  centralized control systems.
</p>
<p>
  Free enterprise won, when it came to the cold war, but it's hard
  to say what's going to happen in the economic environment where
  China is a different beast. It's state sponsored and it's also
  taking advantage of free enterprise, but it's very choosy about
  what it allows for either one of those systems to do or to
  dominate.
</p>
<p>
  When you look at Google, Google made itself into a figurehead of
  representing what a free enterprise approach could do. It's not
  state sponsored or nationalistic. It's corporate sponsored. So,
  it would be interesting to see who has the better technology, who
  has the better financial resources, and ultimately who has the
  organizational wherewithal to manifest their goals online that
  wins out in the marketplace.
</p>
<p>
  If an organized effort is better at doing this than a corporate
  one, well then they might dominate. But so far, we've seen a very
  complex system that the marketplace&mdash;with choice, and
  shedding light and transparency on activities&mdash;ultimately
  allows for free enterprise predominance. They can do it better,
  faster, cheaper and that it will ultimately win.
</p>
<p>
  I think, we're really on the cusp here of a new level of
  competition, but not between countries or even alliances, but
  really between systems. The free enterprise system versus the
  state-sponsored or the centralized or the controlled system. It
  should be very interesting.
</p>
<p>
  <strong>Bloomberg:</strong> ... If anything, cloud environments
  reduce the level of security.
</p>
<p>
  They don&rsquo;t increase it for the very reason that
  we don&rsquo;t have a way of making them sovereign in
  their own right. They&rsquo;re always not only subject
  to the laws of the local jurisdiction, but
  they&rsquo;re subject to any number of different
  attacks that could be coming from any different location, where
  now the customers aren&rsquo;t aware of this sort of
  vulnerability.
</p>
<p>
  So, &ldquo;Trust, but verify,&rdquo; is a
  good point, but how can you verify, if you&rsquo;re
  relying on a third party to protect your data for you? It becomes
  much more difficult to do the verification. I'd say that
  organizations are going to be backing away from cloud, once they
  realize just how risky cloud environments are.
</p>
<p>
  <strong>Mills:</strong> Microsoft&rsquo;s general
  counsel Brad Smith recently gave a <a href=
  "http://www.newsfactor.com/story.xhtml?story_id=71224&amp;full_skip=1">
  keynote</a> at the Brookings Institute Forum, and he talked about
  modernizing and updating the laws to adapt specifically to the
  cloud. That included privacy rights under the Electronic
  Communications Privacy Act being more clearly defined, updating
  the Computer Fraud and Abuse Act, and setting up a framework so
  that differences in the regulations and practices in various
  countries can be worked out and reconciled.
</p>
<p>
  <strong>Hietala:</strong> I don&rsquo;t think there is
  a silver-bullet cloud provider out there that has superior
  security to have that position. All enterprises still are going
  to have to be at the top of their game, in terms of protecting
  their assets, and that extends to small or medium businesses.
</p>
<p>
  At some point, you could see a cloud provider stake out that part
  of the market to say, "We&rsquo;re going to put in a
  superior set of controls and manage security to a higher degree
  than a typical small-to-medium business could," but I
  don&rsquo;t see that out there today.
</p>
<p>
  <strong>Dortch:</strong> Many small businesses outsource payroll
  processing, customer relationship management (CRM), and a whole
  bunch of things. A lot of that stuff is outsourced to cloud
  service providers, and companies haven&rsquo;t asked
  enough questions yet about exactly how cloud providers are
  protecting data and exactly how they can reassure that nothing
  bad is going to happen to it.
</p>
<p>
  For example, if their servers come under attack, can they
  demonstrate credibly how data is going to be protected. These are
  the types of questions that incidents like this can and should
  raise in the minds of decision-makers at small and mid-sized
  businesses, just as they're starting to raise these issues, and
  have been raising them for a while, among decision-makers at
  larger enterprise.
</p>
<p>
  <strong>Kobielus:</strong> I think what will happen is that some
  cloud providers will increasingly be seen as safe havens for your
  data and for your applications, because (a) they have the strong
  security, and (b) they are hosted within, and governed by, the
  laws of nation states that rigorously and faithfully try to
  protect this information, and assure that the information can
  then be removed&mdash;transferred out of that country fluidly by
  the owners, without loss.
</p>
<p>
  How about governments in general, maybe it's the United Nations
  who steps in? Who is the ultimate governor of what happens in
  cyber space?
</p>
<p>
  In other words, it's like the Cayman Islands of the
  cloud&mdash;that offshore banking safe haven you can turn to for
  all this. Clearly, it's not going to be China.
</p>
<p>
  ... In terms of who has responsibility and how will governance
  best practices be spread uniformly across the world in such areas
  of IT protection, it's going to be some combination of
  multilateral, bilateral, and unilateral action. For multilateral,
  the UN points to that, but there are also regional organizations.
  In Southeast Asia there is ASEAN, and in the Atlantic there is
  NATO, and so forth.
</p>
<p>
  <strong>Bloomberg:</strong> Who decides what is enough? We have
  these opposing forces. One is that information should be free,
  and the Internet should be available to everybody. That basically
  pushes for removing barriers to information flow.
</p>
<p>
  Then you have the security concerns that are driving putting up
  barriers to information flow, and there is always going to be
  conflict between those two forces. As increasingly sophisticated
  attacks develop, that pushes the public consensus toward
  increasing security.
</p>
<p>
  That will impact our ability to have freedom, and that's going to
  be, continue to be, a battle that I don&rsquo;t see
  anybody winning. It's&rsquo; really just going to be
  an ongoing battle as technology improves and as the bad guys
  attacks improve. It's going to be an ongoing battle between
  security and freedom and between the good guys and the bad guys,
  as it were, and that's never going to change.
</p>
<p>
  <strong>Hietala:</strong> Large enterprises are going to have to
  be responsible for the security of their information. I think
  there are a lot of takeaways for enterprises from this attack. If
  you're talking about specific individuals, it&rsquo;s
  almost hopeless, because your average individual consumer
  doesn&rsquo;t have the level of knowledge to go out
  and find the right solutions to protect themselves today.
</p>
<p>
  So, I'll focus on the large enterprises. They have to do a good
  job of asset inventory, know where, within their identity
  infrastructure, they're vulnerable to this specific attack, and
  then be pretty agile about implementing countermeasures to
  prevent it. They have to have patch management that's adequate to
  the task of getting patches out quickly.
</p>
<p>
  They need to do things like looking at the traffic leaving their
  network to see if people are already in their infrastructure.
  These Trojans leave traces of themselves, when they ship
  information out of an organization. When people really understand
  what happened in this attack, they can take something away, go
  back, look at what they are doing from a security standpoint, and
  tighten things up.
</p>
<p>
  If you're talking about individuals putting things in the cloud,
  that&rsquo;s a different discussion that
  doesn&rsquo;t seem real feasible to me to get them to
  the point where they can secure their information today.
</p>
<p>
  <strong>Kobielus:</strong> I don't think Google is going to leave
  China. I think they are going to stay in China and somehow try to
  work it out with the PRC. I don't know where that's going, but
  fundamentally Google is a business and has a "don't do evil"
  philosophy. They're going to continue to qualify evil down to
  those things that don't actually align with their business
  interest.
</p>
<p>
  In other words, they're going to stay. There's going to be a lot
  of wariness now to entrust Google's China operation with a whole
  lot of your IT&mdash;"you" as a corporation&mdash;and your data.
  There will be that wariness.
</p>
<p>
  <strong>Preferred platforms</strong><br />
  Other cloud providers will be setting up shop or hosting in other
  nations that are more respectful of IP, other nations that may
  not be launching corporate or governmental espionage at
  US-headquartered properties in China. Those nations will become
  the preferred supernational cloud hosting platforms for the
  world.
</p>
<p>
  I can't really say who those nations might be, but you know what,
  Switzerland always sort of stands out. They're still neutral
  after all these years. You've got to hand that to them. I trust
  them.
</p>
<p>
  <strong>Bloomberg:</strong> In the short-term, the noise is going
  to die down or going to go back to business as usual. The
  security is going to need to improve, but so are hacks from the
  bad guys. It's going to continue, until there is the next big
  attack. And the question is, "What's it going to be and how big
  is it going to be?"
</p>
<p>
  We're still waiting for that game changer. I don't think this is
  a game changer. It's just a way to skirmish. But, if a hacker is
  able to bring down the internet, for example, targeting the DNS
  infrastructure to the point that the entire thing collapses,
  that&rsquo;s something that could wake people up to
  say, "We really have to get a handle on this and come up with a
  better approach."
</p>
<p>
  <strong>Hietala:</strong> From our perspective [at The Open
  Group], we're starting to see more awareness at higher levels in
  governments that the threats and issues here are real.
  They&rsquo;re here today. They seem to be state
  sponsored, and they're something that needs to be paid attention
  to.
</p>
<p>
  Secretary of State Clinton recently <a href=
  "http://www.reuters.com/article/idUSTRE60K1V220100121">gave a
  speech</a> where she talked specifically about this attack, but
  also talked about the need for nations to band together to
  address the problem. I don't know what that looks like at this
  point, but I think that the fact that people at that level are
  talking about the problem is good for the industry and good for
  the outlook for solutions that are important in the future.
</p>
<p>
  <strong>Mills:</strong> I think Google is going to get out of
  China and try and lead some kind of U.S. corporate effort or be a
  role model to try to do business in a more ethical way, without
  having to compromise and censor.
</p>
<p>
  There will be a divergence that you'll see. China and other
  countries may be pushed more towards limiting and creating their
  own sort of channel that's government filtered. I think the
  battle is just going to get bigger. We're going to have more
  fights on this front, but I think that Google may lead the way.
</p>
<p>
  <a href="http://www.it-director.com/xurl.php?cid=11863&amp;ref=fd_side_itd&amp;url=http://bit.ly/bohaQs">Listen</a> to the podcast. Find it
  on <a href=
  "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">
  iTunes/iPod</a>. Read a <a href=
  "http://briefingsdirect.blogspot.com/2010/02/briefingsdirect-analysts-discuss.html">
  full transcript</a> or <a href=
  "http://interarborsolutions.books.officelive.com/Documents/Insights50.pdf">
  download</a> the transcript.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11863&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11863/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11863&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11863&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11863&amp;title=BriefingsDirect+analysts+discuss+ramifications+of+Google-China+dust-up+over+corporate+cyber+attacks">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11863&amp;title=BriefingsDirect+analysts+discuss+ramifications+of+Google-China+dust-up+over+corporate+cyber+attacks">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11863&amp;title=BriefingsDirect+analysts+discuss+ramifications+of+Google-China+dust-up+over+corporate+cyber+attacks">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11863">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11863&amp;title=BriefingsDirect+analysts+discuss+ramifications+of+Google-China+dust-up+over+corporate+cyber+attacks">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11863/dm_0/66a18eccb784af8f44276337136a722f.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 09 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11863/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Security, simplicity and control ease make desktop virtualization ready for enterprise uptake</title>
            <link>http://www.it-director.com/r/c/11858/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 5th February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
  The growing interest and value in PC desktop virtualization
  strategies and approaches has its roots in both technology and
  economics. Recently, a lot has happened technically that has
  matured the performance and economic benefits of desktop
  virtualization and the use of thin-client devices.
</p>
<p>
  At the same time as this functional maturity improved, we are
  approaching <a href=
  "http://www.it-analysis.com/business/change/content.php?cid=11568">
  an inflection point</a> in a market that is accepting of new
  clients and <a href=
  "http://www.computerworld.com/s/article/9142107/Desktop_virtualization_Will_Windows_7_change_the_game_">
  new client approaches like desktop virtualization</a>.
</p>
<p>
  Indeed, the latest desktop virtualization model empowers
  enterprises with lower total costs, greater management of
  software, tighter security, and the ability to exploit low-cost,
  low-energy thin client devices. It's an offer that more
  enterprises are going to find hard to refuse.
</p>
<p>
  In desktop virtualization, the workhorse is the server, and the
  client assists. This allows for easier management, support,
  upgrades, provisioning, and control of data and applications.
  Users can also take their unique desktop experience to any
  supported device, connect, and pick up where they left off. And,
  there are now new offline benefits too.
</p>
<p>
  Here to help us learn more about the role and outlook for desktop
  virtualization, we're joined by Jeff Groudan, vice president of
  Thin Computing Solutions at HP. The BriefingsDirect interview is
  conducted by Dana Gardner, principal analyst at Interarbor
  Solutions.
</p>
<p>
  Here are some excerpts:
</p>
<p>
  <strong>Groudan:</strong> There certainly are some things in the
  market that are sure driving a potential inflection point [for
  <a href=
  "http://h18000.www1.hp.com/products/servers/virtualization/cv_shell.html">
  client virtualization</a>]. The market-driven things coming out
  of the recession are opening a lot of customers up to re-looking
  at some deployments that they may have delayed or specific IT
  projects that they have put on hold.
</p>
<p>
  Just to put it into context, there was recently <a href=
  "http://www.gartner.com/5_about/press_room/pr19990518a.html">some
  data from Gartner</a>. They feel like there are well over 600
  million desktop PCs in offices today. Their belief is that over
  the next five years, upwards of 15 percent of those <a href=
  "http://www.gartner.com/4_decision_tools/measurement/decision_tools/roi/roi_tcd.html">
  could be replaced by thin clients</a>. So that's quite a number
  of redeployments and quite an inflection point for client
  virtualization.
</p>
<p>
  In addition, there has been an ongoing desire to increase
  security and a lot of new compliance requirements that the
  customers have to address. In addition, in general, as they are
  looking for ways to save on costs, they are consistently and
  constantly looking for different ways to more efficiently manage
  their distributed PC environments. All of these things are
  driving the high level of interest in virtualizing PCs.
</p>
<p>
  One of the key benefits of client virtualization is the ability
  to keep all the data behind the firewall in the data center and
  deploy thin clients to the edge of the network. Those thin
  clients, by design, don't have any local data.
</p>
<p>
  You're also seeing better performance on the hardware side and
  the infrastructure side. It's really also helping bring the cost
  per seat of the client virtualization deployment down into ranges
  that are lot more interesting for large deployments. Last, and
  near and dear to my heart, you're seeing more powerful, yet
  cost-effective, thin clients that you can put on the desk and
  that really ensure those end-users get the experience that you
  want them to get.
</p>
<p>
  <strong>Not an IT panacea</strong><br />
  Our general coaching to customers is that client virtualization
  is not necessary for everyone, for every user group, or every
  application set. But, certainly, for environments where you need
  to get them more manageable, you need more flexibility.
</p>
<p>
  When you think about the cost savings of client virtualization,
  usually the costs come from some of the long-term acquisition
  costs.
</p>
<p>
  You need higher degrees of automation in order to manage a high
  number of distributed PCs with the benefits from centralized
  control, reduced labor costs, and the ability to manage remote or
  hard to get at locations&mdash;things like branches, where you
  don't have a local IT. Those are great targets for early client
  virtualization deployments.
</p>
<p>
  All of a sudden, the data-center guys need to be thinking about
  the end-user. The end-user guys need to be thinking about the
  data center. Roles and responsibilities need to be hammered out.
  How do you charge the capital expense versus operational expense?
  What gets budgeted where? My advice is: as you're thinking about
  the technical architecture and all of the savings end-to-end, you
  need to also be thinking about the internal business processes.
</p>
<p>
  We look at this market in two ways, in the context of client
  virtualization and in the broader context of thin computing. Just
  zeroing in on client virtualization, we call it <a href=
  "http://h18000.www1.hp.com/products/servers/virtualization/cv_shell.html">
  Client Virtualization HP</a>. It's desktop virtualization. It's
  the same animal.
</p>
<p>
  We look at it as a <a href=
  "http://h71028.www7.hp.com/enterprise/w1/en/technologies/virtualization-rethink-architectures.html?jumpid=ex_r2858_go/clientvirtualization/kimtsg/ww/3Q09servers/cv_shell">
  specific set of technologies and architectures</a> that
  dis-aggregate the elements of a PC, which allows customers to
  more easily manage and secure their environment. What we're
  really doing is taking advantage of a lot of the new software
  capabilities that matured on the server side, from a server
  virtualization and utilization perspective. We're now able to
  deploy some of those technologies, hypervisors, and protocols on
  the client side.
</p>
<p>
  The first is that you don't want to have customers having to
  figure out how to architect the stuff on their own. If you think
  about PCs 20&ndash;25 years ago, customers didn't know how to
  architect a distributed PC environment. In 25 years, everybody
  has gotten good at it. We're still at the early stages on client
  virtualization.
</p>
<p>
  Our specific objective is figuring out how to simplify
  virtualization, so that customers get past the technology, and
  really start to deliver the full benefit of virtualization,
  without all the complexity.
</p>
<p>
  So our focus is to deliver more complete integrated solutions,
  end to end from the desktop to the data center, lay it all out,
  and reference designs so customers can very comfortably
  understand how to go build out a deployment. They certainly may
  want to customize it. We want to get them 80&ndash;90 percent
  there just by telling them what we have learned.
</p>
<p>
  <strong>Wide applicability across industries</strong><br />
  There are opportunities for just about every industry. We've seen
  certain verticals on the cutting edge of this. Financial
  services, healthcare, education, and public sector are a few
  examples of industries that have really embraced this quickly.
  They have two or three themes in common. One is an acute security
  need. If you think about healthcare, financial services, and
  government, they all have very acute needs to secure their
  environments. That led them to client virtualization relatively
  quickly.
</p>
<p>
  We certainly have some very exciting launches coming up in the
  next couple of months where we're really focused on total cost
  per seat. How do we let people deploy these kinds of solutions
  and continue to get further economic benefits, delivering better
  tighter integration across the desktop to the data center?
</p>
<p>
  The ease of deployment of these solutions can get easier and
  easier, and then ease of use and manageability tools. They allow
  the IT guys to deploy large deployments of client virtualization
  with as little touch and as little complexity as we can possibly
  make it. We're trying to automate these kinds of solutions. We're
  very excited about some of the things we'll be delivering to our
  customers in the next couple of months.
</p>
<p>
  <a href=
  "http://media.libsyn.com/media/interarbor/BriefingsDirect-Desktop_Virtualization_Ready_for_Enterprise_Uptake.mp3">
  Listen</a> to the podcast. Find it on <a href=
  "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">
  iTunes/iPod</a>. Read a <a href=
  "http://briefingsdirect.blogspot.com/2010/02/security-simplicity-and-control-ease.html">
  full transcript</a> or <a href=
  "http://interarborsolutions.books.officelive.com/Documents/DesktopVirt.pdf">
  download</a> a copy.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11858&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11858/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11858&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11858&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11858&amp;title=Security%2C+simplicity+and+control+ease+make+desktop+virtualization+ready+for+enterprise+uptake">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11858&amp;title=Security%2C+simplicity+and+control+ease+make+desktop+virtualization+ready+for+enterprise+uptake">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11858&amp;title=Security%2C+simplicity+and+control+ease+make+desktop+virtualization+ready+for+enterprise+uptake">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11858">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11858&amp;title=Security%2C+simplicity+and+control+ease+make+desktop+virtualization+ready+for+enterprise+uptake">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11858/dm_0/00c1306091be31732d8b6251d6ca124c.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Fri, 05 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11858/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Apple and Oracle on way to do what IBM and Microsoft could not: Dominate entire markets</title>
            <link>http://www.it-director.com/r/c/11854/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 2nd February 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>I was a bit distracted from the Apple iPad news due to the <a href="http://www.it-director.com/xurl.php?cid=11854&amp;ref=fd_side_itd&amp;url=http://www.informationweek.com/news/global-cio/interviews/showArticle.jhtml?articleID=222600352&amp;cid=RSSfeed_IWK_News">marathon Oracle conference</a> Wednesday on its shiny new Sun Microsystems acquisition.<br /></p>
<p>But the more I thought about it, the more these two companies are extremely well positioned to actually fulfill what other powerful companies tried to do and failed. Apple and Oracle may be unstoppable in their burgeoning power to dominate the collection of profits across vast and essential markets for decades.<br /></p>
<p>Apple is well on the way to dominating the way that multimedia content is priced and distributed, perhaps unlike any company since Hearst in its 1920s heyday. Apple is not killing the old to usher in the new, as Google is. Apple is rescuing the old media models with a viable online direct payment model. Then it will take all the real dough.<br /></p>
<p>The iPad is a red herring, almost certainly a loss leader, like Apple TV. The real business is brokering a critical mass of music, spoken word, movies, TV, books, magazines, and newspapers. All the digital content that's fit to access. The iPad simply helps convince the producers and consumers to take the iTunes and App Store model into the domain of the formerly printed word. It should work, too.</p>
<p>Oracle is off to becoming the <a href="http://www.it-director.com/xurl.php?cid=11854&amp;ref=fd_side_itd&amp;url=http://www.mercurynews.com/business/ci_14287957">one-stop shop for mission-critical enterprise IT</a> ... as a service. IT can come as an Oracle-provided service, from soup to nuts, applications to silicon. The "service" is that you only need go to Oracle, and that the stuff actually works well. Just leave the driving to Oracle. It should work, too.<br /></p>
<p>This is a mighty attractive bid right now to a lot of corporations. The in-house suppliers of raw compute infrastructure resources are caught in a huge, decades-in-the-making viceâ€”of needing to cut costs, manage energy, reduce risk and back off of complexity. Can't do that under the status quo.<br /></p>
<p>In doing complete IT package gig, Oracle has signaled the end of the best-of-breed, heterogeneous, and perhaps open source components era of IT. In the new IT era, services are king. The way you actually serve or acquire them is far less of a concern. Enterprises focus on the business and the IT comes, well, like electricity.<br /></p>
<p>This is why "cloud" makes no sense to Oracle's CEO Larry Ellison. He'd rather we take out the word "cloud" from cloud computing and replace it with "Oracle." Now that makes sense!<br /></p>
<p><strong>All the necessary ingredients</strong><br />
Oracle has all the major parts and smarts it needs to do this, by the way. Oracle may need an acquisition or two more for better management and perhaps hosting. But that's about it.<br /></p>
<p>Like Apple, Oracle is not killing the old IT era to usher in the new. Oracle is rescuing the old IT models with a viable complete IT acquisition model. Then it too will take all the real dough.<br /></p>
<p>Incidentally, <a href="http://www.it-director.com/xurl.php?cid=11854&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/compliance/content.php?cid=11672">IBM tried to</a>, and came quite close to a similar variety of enterprise IT domination. That was more than 30 years ago. IBM was an era or two too early. Microsoft tried, and came moderately closeâ€”at least in visionâ€”to the same thing, moving from the desktop backward into the data center. But, alas, Microsoft was also an era too early.<br /></p>
<p>Both Sun and IBM were seduced over the past 15 years by the interchangeable parts version of IT ... It's what Java is all about. Microsoft hated Java, never veered from their all-us-or-nothing mantle, which is now passing to Oracle. But Microsoft never had the heft in the core enterprise data center to pull it off. Oracle does.<br /></p>
<p>Yes, Apple and Oracle have clearly learned well from their brethren. And the timing has never been better, the recession a god-send.<br /></p>
<p>So now as consumers, we have some big choices .... er, actually maybe we have a big buy-in, yes, but maybe not too much in the way of choices. As any mainstream consumer and producer of media, I will really need to do business with Apple. Not too much choice. Convenience across the content supply chain has become the killer app. And I love it all the way.<br /></p>
<p>I want my MTV, my New York Times, my Mahler and my Madmen. Apple gets it to me as I wish at an acceptable price. Case closed. The end device is not so important any more, be it big, medium or small, be it Mac or PC. Because of my full-bore consumer seduction, the producers of the content need to follow the gold Apple ring. Same for consumer applications and games, though they are all fundamentally content.<br /></p>
<p>As an IT services buyer, Oracle is making a similar offer. Convenience is killer for IT managers too. Oracle, through its appliances, integrated stack, data ecosystem, tuned high-end hardware, business applications, business intelligence, and sales account heft, leaves me breathless. And taking a next breath will probably have an Oracle SLA attached. Whew!<br /></p>
<p><strong>Critical mass in the accounts that matter</strong><br />
Oracle is already irreplaceable in allâ€”and I mean allâ€”the major enterprise accounts. Oracle can substantially now reduce complexity across the IT infrastructure front, while seemingly cutting costs, apparently reducing risk. But a huge portion of the total savings goes into Oracle's pockets, making it stronger in more ways in more accounts for 20 years. Now they can take the lion's share of the profits in the IT as a service era. I call that dominance.<br /></p>
<p>So let's hear it for the balancing acts still standing. Go IBM! Go Microsoft! Go Google! Go HP! Go SAP! How about Cisco and EMC? You all go for as long as you can, please. Or at least as long as it takes for the next IT and media eras to arrive. [Disclosure: HP is a sponsor of <a href="http://www.it-director.com/xurl.php?cid=11854&amp;ref=fd_side_itd&amp;url=http://www.briefingsdirect.com/">BriefingsDirect podcasts</a>.]<br /></p>
<p>These handful of companies are about the only insurance policies against Apple and Oracle being able to price with impunity across vast markets that deeply affect us all.</p>


<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11854&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11854/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11854&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11854&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11854&amp;title=Apple+and+Oracle+on+way+to+do+what+IBM+and+Microsoft+could+not%3A+Dominate+entire+markets">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11854&amp;title=Apple+and+Oracle+on+way+to+do+what+IBM+and+Microsoft+could+not%3A+Dominate+entire+markets">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11854&amp;title=Apple+and+Oracle+on+way+to+do+what+IBM+and+Microsoft+could+not%3A+Dominate+entire+markets">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11854">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11854&amp;title=Apple+and+Oracle+on+way+to+do+what+IBM+and+Microsoft+could+not%3A+Dominate+entire+markets">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11854/dm_0/e379988b297140b2c4a51adbc17d3a82.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 02 Feb 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11854/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Seeking alternatives to costly mainframe applications</title>
            <link>http://www.it-director.com/r/c/11831/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 19th January 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>A growing number of technical and economic incentives are mounting that make a strong case for <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://searchcio.techtarget.com/news/article/0,289142,sid182_gci1335383,00.html">modernising and transforming</a> enterprise mainframe applications&mdash;and the ageing infrastructure that support them.</p><p>IT budget planners are using the strident economic environment to force a harder look at <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=3231">alternatives</a> to inflexible and hard-to-manage legacy systems, especially as enterprises seek to <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=2358">cut their total and long-term IT operations spending</a>.</p><p>The rationale around reducing total costs is also forcing a recognition of the intrinsic difference between <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/10/separating-core-from-context-can-bring.html">core applications and so-called context</a>&mdash;context being applications that are there for commodity productivity reasons, not for core innovation, customisation or differentiation.</p><p>With a commodity productivity application, the most effective delivery is on the lowest-cost platform or from a provider. The problem is that 20 or 30 years ago, people put everything on mainframes. They wrote it all in code.</p><p>The challenge now is how to free up the applications that are not offering any differentiation&mdash;and do not need to be on a mainframe&mdash;and which could be running on a much more lower cost infrastructure, or come from a completely different means of delivery, such as software as a service (SaaS).</p><p>There are demonstrably much less expensive ways of delivering such plain vanilla applications and services, and significant financial rewards for separating the core from the context in legacy enterprise implementations.</p><p>This discussion is the third and final <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11613">in a series</a> that examines <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/compliance/content.php?cid=11627">"Application Transformation: Getting to the Bottom Line."</a> The series coincides with a trio of  Hewlett-Packard (HP) <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://www.bitpipe.com/detail/RES/1253736392_834.html?asrc=CL_PRM_EWBC">virtual conferences</a> on the same subject.</p><p>Helping to examine how alternatives to mainframe computing can work, we're joined by <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1239581,00.html">John Pickett</a>, worldwide mainframe modernisation program manager at HP; Les Wilson, America's mainframe modernisation director at HP, and <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2006/10/transcript-of-dana-gardners_23.html">Paul Evans</a>, worldwide marketing lead on applications transformation at HP. The discussion is moderated by BriefingsDirect's Dana Gardner, principal analyst at Interarbor Solutions.</p><p>Here are some excerpts:</p><p><strong>Evans:</strong> We have seen organizations doing a lot with their infrastructure, consolidating it, virtualizing it, all the right things. At the same time, a lot of CIOs or IT directors know that the legacy applications environment has been somewhat ignored.</p><p>Now, with the pressure on cost, people are saying, "We've got to do something, but what can come out of that and what is coming out of that?" People are looking at this and saying, "We need to accomplish two things. We need a longer term strategy. We need an operational plan that fits into that, supported by our annual budget."</p><p>Foremost is this desire to get away from this ridiculous backlog of application changes, to get more agility into the system, and to get these core applications, which are the ones that provide the differentiation and the innovation for organizations, able to communicate with a far more mobile workforce.</p><p>What people have to look at is where we're going strategically with our technology and our business alignment. At the same time, how can we have a short-term plan that starts delivering on some of the real benefits that people can get out there?</p><p>... These things have got to pay for themselves. An analyst recently looked me in the face and said, "People want to get off the mainframe. They understand now that the costs associated with it are just not supportable and are not necessary."</p><p>One of the sessions from our virtual conference features Geoffrey Moore, where he talks about this whole difference between <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/compliance/content.php?cid=11627">core applications and context</a>&mdash;context being applications that are there for productivity reasons, not for innovation or differentiation.</p><p><strong>Pickett:</strong> It's not really just about the overall cost, but it's also about agility, and being able to leverage the existing skills as well.</p><p>One of the case studies that I like is from the National Agricultural Cooperative Federation (NACF). It's a mouthful, but take a look at the number of banks that the NACF has. It has 5,500 branches and regional offices, so essentially it's one of the largest banks in Korea.</p><p>One of the items that they were struggling with was how to overcome some of the technology and performance limitations of the platform that they had. Certainly, in the banking environment, high availability and making sure that the applications and the services are running were absolutely key.</p><p>At the same time, they also knew that the path to the future was going to be through the IT systems that they had and they were managing. What they ended up doing was modernizing their overall environment, essentially moving their core banking structure from their current mainframe environment to a system running HP-UX. It included the customer and account information. They were able to integrate that with the sales and support piece, so they had more of a 360 degree view of the customer.</p><p>We talk about reducing costs. In this particular example, they were able to save &#36;40 million on an annual basis. That's nice, and certainly saving that much money is significant, but, at the same time, they were able to improve their system response time two- to three-fold. So, it was a better response for the users.</p><p>But, from a business perspective, they were able to reduce their time to market. For developing a new product or service, that they were able to decrease that time from one month to five days.</p><p><strong>Makes you more agile</strong><br />If you are a bank and now you can produce a service much faster than your competition, that certainly makes it a lot easier and makes you a lot more agile. So, the agility is not just for the data center, it's for the business as well.</p><p>To take this story just a little bit further, they saw that, in addition to the savings I just mentioned, they were able to triple the capacity of the systems in their environment. So, it's not only running faster and being able to have more capacity so you are set for the future, but you are also able to roll out business services a whole lot quicker than you were previously.</p><p>...Another example of what we were just talking about is that, if we shift to Europe, Middle East, and Africa region, there is very large insurance company in Spain. It ended up modernizing 14,000 MIPS. Even though the applications had been developed over a number of years and decades, they were able to make the transition in a relatively short length of time. In a three- to six-month time frame they were able to move that forward.</p><p>With that, they saw a 2x increase in their batch performance. It's recognized as one of the largest batch re-hosts that are out there. It's just not an HP thing. They worked with Oracle on that as well to be able to drive Oracle 11g within the environment.</p><p><strong>Wilson:</strong> ... In the virtual conferences, there are also two particular customer case studies worth mentioning. We're seeing a tremendous amount of interest from some of the largest banks in the United States, insurance companies, and benefits management organizations, in particular.</p><p>In terms of customer situations, we've always had a very active business working with organizations in manufacturing, retail, and communications. One thing that I've perceived in the last year specifically&mdash;it will come as no surprise to you&mdash;is that financial institutions, and some of the largest ones in the world, are now approaching HP with questions about the commitment they have to their mainframe environments.</p><p>We're seeing a tremendous amount of interest from some of the largest banks in the United States, insurance companies, and benefits management organizations, in particular.</p><p>Second, maybe benefiting from some of the stimulus funds, a large number of government departments are approaching us as well. We've been very excited by customer interest in financial services and public sector.</p><p>The first case study is a project we recently completed at a wood and paper products company, a worldwide concern. In this particular instance we worked with their Americas division on a re-hosting project of applications that are written in the Software AG environment. I hope that many of the listeners will be familiar with the database ADABAS and the language, Natural. These applications were written some years ago, using those Software AG tools.</p><p><strong>Demand was lowered</strong><br />The user company had divested one of the major divisions within the company, and that meant that the demand for mainframe services was dramatically lowered. So, they chose to take the residual applications, the Software AG applications, representing about 300&ndash;350 MIPS, and migrate those in their current state, away from the mainframe, to an HP platform.</p><p>Many folks listening to this will understand that the Software AG environment can either be transformed and rewritten to run, say, in an Oracle or a Java environment, or we can maintain the customer's investment in the applications and simply migrate the ADABAS and Natural, almost as they are, from the mainframe to an alternative HP infrastructure. The latter is what we did.</p><p>By not needing to touch the mainframe code or the business rules, we were able to complete this project in a period of six months, from beginning to end. The user tells us that they are saving over &#36;1 million today in avoiding the large costs associated with mainframe software, as well as maintenance and depreciation on the mainframe environment.</p><p>...The more monolithic approach to applications development and maintenance on the mainframe is a model that was probably appropriate in the days of the large conglomerates, where we saw a lot of companies trying to centralize all of that processing in large data centers. This consolidation made a lot of sense, when folks were looking for economies of scale in the mainframe world.</p><p>Today, we're seeing customers driving for a higher degree of agility. In fact, my second case study represents that concept in spades. This is a large multinational manufacturing concern. We will just refer to them as "a manufacturing company." They have a large number of businesses in their portfolio.</p><p>Our particular customer in this case study is the manufacturer of electronic appliances. One of the driving factors for their mainframe migration was ... to divest themselves from the large mainframe corporate environment, where most of the processing had been done for the last 20 years.</p><p>They wanted control of their own destiny to a certain extent, and they also wanted to prepare themselves for potential investment, divestment, and acquisition, just to make sure that they were masters of their own future.</p><p><strong>Pickett: </strong>... Just within the past few months, there was a survey by <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://www.afcom.com/">AFCOM</a>, a group that represents data-center workers. It indicated that, over the next two years, 46 percent of the mainframe users said that they're considering replacing one or more of their mainframes.</p><p>Now, let that sink in&mdash;46 percent say they are going to be replacing high-end systems over the next two years. That's an absurdly high number. So, it certainly points to a trend that we are seeing in that particular environment&mdash;not a blip at all.</p><p><a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-Mainframe_Alternatives_v2.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes/iPod</a>. Read a <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2010/01/technical-and-economic-incentives-mount.html">full transcript</a> or <a href="http://www.it-director.com/xurl.php?cid=11831&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/102709HPMainframe.pdf">download</a> a copy.</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11831&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11831/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11831&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11831&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11831&amp;title=Seeking+alternatives+to+costly+mainframe+applications">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11831&amp;title=Seeking+alternatives+to+costly+mainframe+applications">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11831&amp;title=Seeking+alternatives+to+costly+mainframe+applications">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11831">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11831&amp;title=Seeking+alternatives+to+costly+mainframe+applications">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11831/dm_0/8db8542dc0a74dd0fce7e5fa5fc949cd.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 19 Jan 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11831/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Can Google create a good cloud banking service?</title>
            <link>http://www.it-director.com/r/c/11825/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 14th January 2010<br/>Copyright Interarbor Solutions &copy; 2010</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>Slowly&mdash;and sometimes not so slowly&mdash;the bricks have been giving way to the clicks for the past 15 years. Plenty of formerly unassailable business models have suffered as a result. The tears flowing for these companies, however, have been few outside their own high, stony walls.<br /><br />Users, customers, innovators, seekers&mdash;the majority bottom sections of the social and economic pyramids&mdash;these are the big winners in the many wonderful effects of the Web and Internet. And I, for one, have the freedom, productivity, choice and empowerment to prove it.<br /><br />Except in one glaring area: banking. We are by no means done on the disruption front.<br /><br />I have had it with the old financial processes; lack of capability, murky institutions, rips-offs, peonage fees/rates&mdash;and especially attitudes. As far as I'm concerned&mdash;as a consumer, family, and business&mdash;I'm ready to fire them all and move to the inevitable cloud- and open source-based alternatives.<br /><br />I have had it with credit cards, banks, mutual fund companies, PayPal, debit cards, MasterCard and Visa. As far as I'm concerned they are all fired. They do a lousy job, have suspect security, charge too much, stiff you with hidden fees and raise their rates whenever they want. Why pay 15 percent interest on a credit card when money can be borrowed for less than 2 percent? For their service? For their security? Because they can do a basic <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/Two-phase_commit_protocol">two-phase commit</a>?<br /><br /><a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://www.unfaircreditcardfees.com/">Merchants hate it</a>, users hate it. Why are we waiting on this? Let the banking disruption rumpus begin!<br /><br />You want financial industry reform? Screw the Congress, SEC and Fed. Barney Frank and Chris Dodd don't seem to have the stomach and/or power to make much difference. Same with Obama. What we need is real competition&mdash;Internet style. The financial industry needs to follow the mainstream media (and others like car makers and hopefully cell phone networks) on a strict diet of lower costs, less egregious profits, less pitiful service&mdash;and to be swiftly outmatched on their piss-poor online capabilities.<br /><br />Like a lot of big, old industries, the banking function is essentially a function nowadays of software, standard protocols, high-performance (yet standard) IT systems ... and, soon, impeccable cloud computing credentials. But they key is the good software, of making things work for the users and community, not just the providers.<br /><br /><strong>A few good transactions</strong><br />If I can order movies, rent a car, and run a small business online, I should be able to do a few basic financial transactions online. I'd like to do more micro-payments and automated financial and business processes. Credit cards are not the best way to do this. Yet I seem to be stuck with a loan shark when I simply need to be able to order and fulfill a modest online transaction.<br /><br />So let's have those that are good at what really counts&mdash;software and cloud computing experts&mdash;offering the banking services that we as consumers and businesses really want.<br /><br />I'm tempted to write a similar screed about healthcare and mobile telephony, but that will have to wait. But we need to nail banking, finance and insurance first. It impacts all the rest.<br /><br />The <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/Late-2000s_recession">last two years</a> are and should be the last straw. Wake up. In these failed finance industries&mdash;the corporate leaders of which we as U.S. taxpayers apparently own in no small degree&mdash;"Too big to fail" needs to be replaced with too good to resist. The companies that should be subsidized are the ones that create productivity, lower costs, improve service and propel&mdash;rather than hamstring&mdash;the economy.<br /><br />Why, as part of the stimulus, are the governments not creating the legislation to allow a new breed of bank to emerge? Why are the laws not being amended to allow for more&mdash;not less!&mdash;competition in the financial realm? What choice do we really have? MasterCard and Visa are not a choice.<br /><br />In other words, we need a viable new cloud banking option era. <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/Marc_Andreessen">Marc Andreessen</a> told <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/Charlie_Rose">Charlie Rose</a> when he set up his <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://www.crunchbase.com/financial-organization/andreessen-horowitz">latest venture fund</a> last year that <a href="http://www.it-director.com/xurl.php?cid=11825&amp;ref=fd_side_itd&amp;url=http://www.charlierose.com/view/interview/10093">new online banking was ripe for investment</a>. He's right. Let's get on with it. I'll be your first customer.<br /><br /><strong>Let the big guy do it</strong><br />Meanwhile, how about Google? Like a dog on a meat truck, they have their teeth into everything else around them. Why not online banking too? You can't blame them for being too big to succeed, can you?<br /><br />If any of us can explore, learn, compare, shop, order, track, and share your experiences via Google&mdash;the actual monetary transactions scattered inside these processes should be a natural included component too. Right?<br /><br />Is Google the best candidate to create a good, customer-focused cloud banking service portfolio? I think they would provide just the catalyst for change we so desperately need. We can then expect Microsoft to enter the field three years later, perhaps for an added element of choice and change.<br /><br />MicroCard and Googlesta! Hey, it's a start, and almost certainly an improvement.</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11825&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11825/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11825&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11825&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11825&amp;title=Can+Google+create+a+good+cloud+banking+service%3F">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11825&amp;title=Can+Google+create+a+good+cloud+banking+service%3F">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11825&amp;title=Can+Google+create+a+good+cloud+banking+service%3F">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11825">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11825&amp;title=Can+Google+create+a+good+cloud+banking+service%3F">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11825/dm_0/2c4c32e55b9b5dd7e2b15cd58361641f.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Thu, 14 Jan 2010 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11825/f/fd_side_itd</guid>
        </item>
        <item>
            <title>HP's Cloud Assure for Cost Control allows elastic capacity planning to better manage cloud services</title>
            <link>http://www.it-director.com/r/c/11794/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 23rd December 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>Today's podcast discussion focuses on the economic benefits of cloud computing&mdash;of how to use cloud-computing models and methods <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://briefingsdirectblog.blogspot.com/2009/12/new-hp-offerings-enable-telcos-to.html">to control IT cost</a> by <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://saas.hp.com/site/html/assure.mss">better supporting application workloads.</a><br /></p><p>As we've been looking at cloud computing over the past several years, a long transition is under way, of moving from traditional IT and architectural method to this notion of cloud&mdash;be it <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=3237">private cloud</a>, at a third-party location, or through some combination of the above.<br /></p><p>Traditional capacity planning is not enough in these newer cloud-computing environments. Elasticity planning is what&rsquo;s needed. It&rsquo;s a natural evolution of capacity planning, but it&rsquo;s in the cloud.<br /></p><p>Therefore traditional capacity planning needs to be reexamined. So now we'll look at how to best right-size cloud-based applications, while matching service delivery resources and demands intelligently, repeatedly, and dynamically. The movement to pay-per-use model also goes a long way to promoting such matched resources and demand, and reduces wasteful application practices.<br /></p><p>We'll also examine how quality control for these cloud applications in development reduces the total cost of supporting applications, while allowing for a tuning and an appropriate way of managing applications in the operational cloud scenario.<br /></p><p>Here to help unpack how <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11%5E40898_4000_100__">Cloud Assure</a> services can take the mystique out of cloud computing economics and to lay the foundation for cost control through proper cloud capacity management methods, we're joined by <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://www.communities.hp.com/online/blogs/business_cloud/default.aspx">Neil Ashizawa</a>, manager of HP's Software-as-a-Service (SaaS) Products and Cloud Solutions. The discussion is moderated by me, BriefingsDirect's  Dana Gardner, principal analyst at Interarbor Solutions.<br /></p><p>Here are some excerpts:</p><p><strong>Ashizawa:</strong> Old-fashioned capacity planning focuses on the peak usage of the application, and	it had to, because when you were deploying applications in-house, you	had to take into consideration that peak usage case. At the end of the	day, you had to be provisioned correctly with respect to compute power.	Oftentimes with long procurement cycles, you'd have to plan for that.<br /></p><p>In the cloud, because you have this idea of elasticity,	where you can scale up your compute resources when you need them, and	scale them back down, obviously that adds another dimension to	old-school capacity planning.<br /></p><p>The new way to look at it within the cloud is <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://h20338.www2.hp.com/enterprise/us/en/messaging/feature-it-efficiency-converged-infrastructure.html">elasticity planning</a>.	You have to factor in not only your peak usage case, but your moderate	usage case and your low-level usage as well. At the end of the day, if	you are going to get the biggest benefit of cloud, you need to	understand how you're going to be provisioned during the various	demands of your application.<br /></p><p>If you were to take, for instance, the old-school capacity-planning	ideology to the cloud, you would provision for your peak use-case. You	would scale up your elasticity in the cloud and just keep it there.<br /></p><p>But	if you do it that way, then you're negating one of the big benefits of	the cloud. That's this idea of elasticity, and paying for only what you	need at that moment.<br /></p><p>One of the main factors why people consider	sourcing to the cloud is because you have this elastic capability to	spin up compute resources when usage is high and scale them back down	when the usage is low. You don&rsquo;t want to negate that benefit of the	cloud by keeping your resource footprint at its highest level.<br /></p><p><strong>Making the road smoother</strong><br />What we're now bringing to the market	works in all three cases [of cloud capacity planning]. Whether you're a	private internal cloud, doing a hybrid model between private and	public, or sourcing completely to a public cloud, it will work in all	three situations.<br /></p><p>The new enhancement that we're announcing now is assurance for cost control	in the cloud. Oftentimes enterprises do make that step to the cloud,	and a big reason is that they want to reap the benefits of the cost	promise of the cloud, which is to lower cost. The thing here, though,	is that you might fall into a situation where you negate that benefit.<br /></p><p>If	you deploy an application in the cloud and you find that it&rsquo;s	underperforming, the natural reaction is to spin up more compute	resources. It&rsquo;s a very good reaction, because one of the benefits of	the cloud is this ability to spin up or spin down resources very fast.	So no more procurement cycles, just do it and in minutes you have more	compute resources.<br /></p><p>The situation, though, that you may find	yourself in is that you may have spun up more resources to try to	improve performance, but it might not improve performance. I'll give	you a couple of examples.	</p><p>You	can find yourself in a situation where your application is no longer	right-sized in the cloud, because you have over-provisioned your	compute resources.</p><p>If your application is experiencing performance problems because of inefficient Java methods, for example, or slow SQL statements,	then more compute resources aren't going to make your application run	faster. But, because the cloud allows you to do so very easily, your	natural instinct may be to spin up more compute resources to make your	application run faster.</p><p>When you do that, you find yourself in	is a situation where your application is no longer right-sized in the	cloud, because you have over provisioned your compute resources. You're	paying for more compute resources and you're not getting any return on	your investment. When you start paying for more resources without	return on your investment, you start to disrupt the whole cost benefit	of the cloud.</p><p>Applications need to be tuned so that they are right-sized.	Once they are tuned and right-sized, then, when you spin up resources,	you know you're getting return on your investment, and it&rsquo;s the right	thing to do.</p><p>Whether you have existing applications that you are	migrating to the cloud, or new applications that you are deploying in	the cloud, Cloud Assure for cost control will work in both instances.</p><p>Cloud Assure for cost control solution comprises both HP Software and HP Services provided by <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-23%5E24428_4000_100__&amp;jumpid=go/saas">HP SaaS</a>. The software itself is three products that make up the overall solution.</p><p>The first one is our industry-leading <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11-126-17_4000_100__">Performance Center</a>	software, which allows you to drive load in an elastic manner. You can	scale up the load to very high demands and scale back load to very low	demand, and this is where you get your elasticity planning framework.</p><p><strong>Moderate and peak usage</strong><br />The second solution from a software perspective is <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11-15-25%5E849_4000_100__">HP SiteScope</a>,	which allows you to monitor the resource consumption of your	application in the cloud. Therefore, you understand when compute	resources are spiking or when you have more capacity to drive even more	load.</p><p>The third software portion is <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11-15-25%5E761_4000_100__">HP Diagnostics</a>,	which allows you to measure the performance of your code. You can	measure how your methods are performing, how your SQL statements are	performing, and if you have memory leakage.</p><p>When you have this	visibility of end user measurement at various load levels with	Performance Center, resource consumption with SiteScope, and code level	performance with HP Diagnostics, and you integrate them all into one	console, you allow yourself to do true elasticity planning. You can	tune your application and right-size it. Once you've right-sized it,	you know that when you scale up your resources you're getting return on	your investment.</p><p>You want to get a grasp of the variable-cost	nature of the cloud, and you want to make this variable cost very	predictable. Once it&rsquo;s predictable, then there will be no surprises.	You can budget for it and you could also ensure that you are getting	the right performance at the right price. ... If you're thinking about	sourcing to the cloud and adopting it, from a very strategic	standpoint, it would do you good to do your elasticity planning before	you go into production or you go live.</p><p><a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-Cloud_Assure_for_Cost_Control_Podcast.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes/iPod</a>. Read a <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/12/hps-cloud-assure-for-cost-control-takes.html">full transcript</a>, or  <a href="http://www.it-director.com/xurl.php?cid=11794&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/HPCostcontrol.pdf">download</a> a copy.</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11794&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11794/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11794&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11794&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11794&amp;title=HP%27s+Cloud+Assure+for+Cost+Control+allows+elastic+capacity+planning+to+better+manage+cloud+services">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11794&amp;title=HP%27s+Cloud+Assure+for+Cost+Control+allows+elastic+capacity+planning+to+better+manage+cloud+services">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11794&amp;title=HP%27s+Cloud+Assure+for+Cost+Control+allows+elastic+capacity+planning+to+better+manage+cloud+services">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11794">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11794&amp;title=HP%27s+Cloud+Assure+for+Cost+Control+allows+elastic+capacity+planning+to+better+manage+cloud+services">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11794/dm_0/29f294eeb4eb1b27e21a70f58a60422b.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Wed, 23 Dec 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11794/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Communicating the message</title>
            <link>http://www.it-director.com/r/c/11798/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/48/philip_howard.php?ref=fd_side_itd" title="View profile for Philip Howard"><img border="0" src="http://www.it-director.com/images/people/small/philip_howard.gif" width="40" height="50" alt="Philip Howard" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/48/philip_howard.php?ref=fd_side_itd" title="View profile for Philip Howard">Philip Howard</a>, <em>Research Director -  Data Management</em>, Bloor Research<br/>Posted: 22nd December 2009<br/>Copyright Bloor Research &copy; 2009</td><td><a href="http://www.it-director.com/about/company/1/bloor_research.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/bloor_research.gif" width="88" height="33" alt="Logo for Bloor Research" /></a></td></tr></table></div>

<p>
  Large organisations tend to be like applications. They have a
  bunch of divisions that do particular things but each tends to be
  siloed. And most of the communications coming from such companies
  tends to be in siloed format.
</p>
<p>
  As an example, the Information Management group at IBM recently
  announced that it was acquiring Guardium, the database activity
  monitoring vendor. Now, that&rsquo;s very good.
  It&rsquo;s an excellent product and it fits well
  within the information management story. Arguably, IBM may have
  paid a bit too much but never mind. Taken in isolation this makes
  complete sense.
</p>
<p>
  The potential problem is that you can&rsquo;t take it
  in isolation. Databases don&rsquo;t exist in
  isolation, they exist as part of the corporate infrastructure.
  Similarly, monitoring database activity doesn&rsquo;t
  exist in isolation but as a part of an entire environment that
  has to be monitored for security events and audited for
  compliance and analysed forensically. This is generally referred
  to as the SIEM (security information and event management) market
  though I happen to think this is poor nomenclature (Gartner
  invented it &ndash; surprise!) because it implies that this is
  only about security or mostly about security, when it clearly
  isn&rsquo;t: according to IBM&rsquo;s own
  research 70% of companies investing in this technology listed
  compliance as their main driver or an auditor&rsquo;s
  note on the accounts. Only 30% regarded security as the main
  driver.
</p>
<p>
  Anyway, leaving that aside, the point is that the people in IBM
  researching the SIEM market is the Tivoli group. And
  that&rsquo;s because Tivoli is a major player in the
  SIEM market.
</p>
<p>
  So, why isn&rsquo;t Guardium in the Tivoli group
  rather than IM? Of course, the problem is that it has to be
  somewhere and it can&rsquo;t be in both places given
  IBM&rsquo;s organisational structure. And while you
  could change the structure to suit this particular issue it would
  just cause other problems: it&rsquo;s a result of the
  fact that organisations are siloed.
</p>
<p>
  In fact, IBM has a security steering committee that oversees all
  aspects of security across IBM divisions, so it is aware of both
  Guardium and Tivoli SIEM and will work with both groups to ensure
  that the two get integrated over time and with other relevant
  products as appropriate.
</p>
<p>
  So, IBM has what might be described as an integration layer
  across its siloed applications. But, and here is actually the
  issue, it doesn&rsquo;t talk about it much or market
  it. There wasn&rsquo;t even a mention of Tivoli or the
  overall security strategy in the press releases about the
  acquisition of Guardium and there really should have been.
</p>
<p>
  Moreover, it is not as if IBM cannot integrate across its silos
  when in needs to. For example, the Smart Archive Strategy
  announced at the recent Information on Demand conference brings
  together elements from content management, Cognos, Optim, Tivoli
  and hardware groups as well as services and even semantics. What
  I&rsquo;d like to see is IBM going public about its
  broader plans for Guardium because we believe that there is, and
  needs to be, a clear synergy across the Tivoli and IM groups in
  this respect. Perhaps we could have a Smart Security Strategy?
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11798&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11798/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11798&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11798&ref=fd_side_itd">Contact Philip Howard (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11798&amp;title=Communicating+the+message">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11798&amp;title=Communicating+the+message">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11798&amp;title=Communicating+the+message">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11798">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11798&amp;title=Communicating+the+message">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11798/dm_0/34ea325d622c8aa86e127847fdfc9198.gif" width="4" height="4" alt="" />]]></description>
            <author>Philip Howard, Bloor Research</author>
            <pubDate>Tue, 22 Dec 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11798/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Contact management for all</title>
            <link>http://www.it-director.com/r/c/11700/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/13694/martin_banks.php?ref=fd_side_itd" title="View profile for Martin Banks"><img border="0" src="http://www.it-director.com/images/people/small/martin_banks.gif" width="40" height="50" alt="Martin Banks" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/13694/martin_banks.php?ref=fd_side_itd" title="View profile for Martin Banks">Martin Banks</a>, <em>Associate Analyst -  Datacentre &amp; Mainframe</em>, Bloor Research<br/>Posted: 4th December 2009<br/>Copyright Bloor Research &copy; 2009</td><td><a href="http://www.it-director.com/about/company/1/bloor_research.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/bloor_research.gif" width="88" height="33" alt="Logo for Bloor Research" /></a></td></tr></table></div>

<p>
  The ease of setup and deployment, coupled to low Capex and Opex
  requirements, that are the stock in trade of the SaaS delivery
  model, making it possible for many services to be brought before
  a far wider and deeper marketplace than otherwise possible. A
  good example of this is contact management where Contactual is
  using SaaS to address what has largely been an unserved
  market&mdash;the under-200 seat contact management services
  operations. This target that was first identified by Contactual
  back 2000, when founder and CEO Mansour Salame recognised that it
  had been largely untouched by the big players in contact
  management systems.
</p>
<p>
  The company has been operating in the North American market ever
  since, and subsequently in the Pacific Rim area, and has garnered
  some 1,000 long term customers. Now it is turning its attention
  towards Europe, initially operating indirectly through local
  channel partners. The key factor Salame noticed was that while
  the big players could offer very comprehensive facilities, the
  entry cost for users could be dramatic and the ability to change
  and adapt the contact management environment complex and time
  consuming. Even adding a new help desk staff member could take
  time.
</p>
<p>
  What Contactual offers is very different from the classic contact
  management environments, all of which are intended for large
  installations. In the classic model, the user buys the switch,
  the EMS management system and the IBR, but the biggest costs can
  lie elsewhere. As much as two thirds of the cost can go in
  professional management services to tie the operational service
  together over the life time of the products that make it up.
</p>
<p>
  Here, even major technology developments such as virtualisation
  bring only small Opex advantages. The system may use only
  fraction of a server, but that server only costs &#36;5,000, so the
  saving is small compared to the on-going professional services
  costs. In addition, the change management processes involved in
  adding 10 or 20 seats can be such as to make it uneconomic with
  large contact management systems. So a growing number of large
  businesses are using Contactual as the scaling procedure, leaving
  them the option of adding new seats to the existing environment
  once there are enough to make it economic to upgrade, or perhaps
  developing along the OnDemand route.
</p>
<p>
  At the low end of the market the users cannot afford to send
  either desk staff or line managers on long training courses, so
  making the system easy to set up, learn and use has been a key
  part of the design and development. By being SaaS-based, it also
  means that the seats can be located anywhere in the world, which
  gives businesses significant operational flexibility, as a small
  number of contact staff can provide 24 x 7 coverage by working
  from home and/or by being strategically located around the globe.
</p>
<p>
  Flexibility has been one of the key drivers behind the
  development of Contactual's offering, so much so that the company
  claims to have invented the concept of the OnDemand Contact
  Centre. The key to that flexibility comes from being SaaS-based,
  as everything from customer interactions to customer and user set
  up routines are all managed via the internet. That makes any set
  up process exactly the same regardless of the situation. For
  example, it is possible to set up for people working from home, a
  capability already exploited by some customers in difficult
  locations such as areas where there can be potential problems for
  staff coming and going at night. Then the nightshift can simply
  work from home rather than going to the business location.
</p>
<p>
  Another common requirement being found amongst big contact
  management system users is the need for short-term scalability
  the classic "we need 100 extra seats for Christmas" scenario.
  This can be readily made available because the Capex is
  low&mdash;just a PC, a browser and an Internet connection.
</p>
<p>
  It also makes it an ideal service for small businesses that
  otherwise could not afford their own contact management
  environment and would have to fight for mindshare amongst the
  staff of a large outsourcing operation. In fact, a recent
  internal study showed the average customer for Contactual's
  services has 19 seats and, in practice, it can go down to just
  two seats and still be an economic proposition for both the
  company and the customer, even at a typical cost of
  &#36;150/seat/month in the US.
</p>
<p>
  Though targeted at the SME marketplace, the system is also
  finding a role with larger users looking for flexible and
  economically available scalability, particularly when it is
  required short-term. It claims that some of this is showing
  strong signs of turning into permanent service requirements as
  legacy installations reach the end of their operational
  lifecycle. The issue here for users is the strategic question of
  whether a single, large call centre and contact management
  service is the more appropriate solution for a large, often
  multi-faceted business, or whether several smaller services,
  dedicated to the specific needs of those facets, meets the
  business goals faster, with more agility and with better
  economics.
</p>
<p>
  The company runs its own HP blade server-based datacentres
  running Linux and Oracle Real Application Cluster (RAC) and
  already has platforms in US, Canada, Australia and Japan. It
  opened a UK datacentre this year, with 10 customers already plus
  what it claims is a "very healthy" pipeline. An additional
  European platform will be opened in Frankfurt next year, so it is
  already able to provide global hosting and full operational
  redundancy with 4x9s and 5x9s service availability. This allows
  it to run the systems flat out on the service, rather than
  sharing resources with other processes or users in a hosted
  environment.
</p>
<p>
  It uses an N+1 platform approach and the objective is to provide
  telco-quality service levels to customers. Should there be a
  platform failure the time taken to restore to full service
  provision is around 30 seconds. This ability can also be
  exploited for service upgrades as one platform can be taken
  off-line, upgraded, and selectively reloaded with customer
  workloads. The service has been designed to support twice as many
  simultaneous calls as the number of seats supported.
</p>
<p>
  In operation, the system is particularly easy and straight
  forward to set up. In fact, as a demonstration it was shown to be
  possible to set up the basics of a new contact management service
  using a laptop, browser and a mobile phone dongle while sitting
  in a hotel foyer. Front line call centre staff can become
  productive typically within six hours, while experienced call
  centre managers have been known to set the system up without
  requiring any training.
</p>
<p>
  There are over 30 standard service reports provided, such as how
  long calls wait at any chosen point in the call-handling
  sequence, how long a staff member stays on the phone with any
  individual call, and the number of calls accepted and abandoned.
  There is also the ability for users to build their own to suit
  their operational and business process requirements. In addition,
  there are a wide range of house-keeping tools and utilities
  provided, such as voice message management services. It provides
  out-of-the-box integration with many existing services, such as
  those provided by Oracle, NetSuite and Salesforce. Microsoft's
  upcoming CRM system will be supported next year.
</p>
<p>
  New individual users can be set up with all associated
  communications links in a matter of minutes. The users can then
  be grouped by work function such as sales, customer support, help
  desk etc. Skills sets can also be prioritised, and individual
  staff can be associated with multiple skills to give better
  operational flexibility. For example, an individual can be ranked
  high priority in sales and low priority in customer support. This
  is particularly valuable for smaller businesses where staff
  resources can be limited, allowing the individual to handle the
  initial stages of a customer support call if the primary support
  team is already fully committed.
</p>
<p>
  When calls come in it can be routed via typical key number menus
  to the appropriately skilled staff group, with an indication that
  a call is coming in. The next available group member can then
  accept the call. If no appropriate message is available the call
  can be forwarded to an individual in another group with low level
  skills in the required area. Each menu selection is voice driven,
  and users can easily record and set up the menu messages, even
  when using a mobile phone in a hotel lobby.
</p>
<p>
  As SaaS develops and more service providers come along, the
  company does see the potential for contact management to become a
  focal point for a wider set of interaction management services
  based on a service like Contactual acting as the SaaS platform.
  Here, other niche service providers would gain the market
  potential of aligning their technologies to the Contactual
  system, rather than trying to build market penetration on their
  own. It already provides a universal queue for email, chat and
  voicemail, for example, all of which are primary aspects of the
  services required for complex customer/supplier/vendor
  interaction management.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11700&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11700/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11700&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11700&ref=fd_side_itd">Contact Martin Banks (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11700&amp;title=Contact+management+for+all">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11700&amp;title=Contact+management+for+all">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11700&amp;title=Contact+management+for+all">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11700">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11700&amp;title=Contact+management+for+all">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11700/dm_0/c715785556d2c80dbe6a572bdcc820eb.gif" width="4" height="4" alt="" />]]></description>
            <author>Martin Banks, Bloor Research</author>
            <pubDate>Fri, 04 Dec 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11700/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Why text-based content access and management play crucial roles in real-time BI</title>
            <link>http://www.it-director.com/r/c/11656/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 10th November 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Text-based content and information
from across the Web are growing in importance to businesses. The need
to analyze web-based text in real-time is rising to where structured data was in importance just several years ago.
</p>
<p>
Indeed,
for businesses looking to do even more commerce and community building
across the Web, text access and analytics forms a new mother lode of
valuable insights to mine.
</p>
<p>
As the recession forces the need to identify and evaluate new revenue sources, businesses need to capture such <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://briefingsdirectblog.blogspot.com/2009/10/web-data-services-extend-data-access.html">web data services</a> for their business intelligence (BI) to work better, deeper, and faster.
</p>
<p>
In
this podcast discussion, Part 3 of a series on web data services for
BI, we discuss how an ecology of providers and a variety of content and
data types come together in several use-case scenarios.
</p>
<p>
In <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11555">Part 1</a> of our series we discussed how external data has grown in both volume and importance across the Internet, social networks, portals, and applications. In <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11581">Part 2</a>, we dug even deeper into how to make the most of web data services for BI, along with the need to share those web data services inferences quickly and easily.
</p>
<p>
Our panel now looks specifically at how near real-time text analytics
fills out a framework of web data services that can form a whole
greater than the sum of the parts, and this brings about a whole new
generation of BI benefits and payoffs.
</p>
<p>
To help explain the benefits of text analytics and their context in web data services, we're joined by <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://sethgrimes.com/">Seth Grimes</a>, principal consultant at Alta Plana Corp., and <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://www.zoominfo.com/Search/PersonDetail.aspx?PersonID=65467605&amp;searchSource=basic_ssb&amp;singleSearchBox=Stefan+Andreasen&amp;personName=Stefan+Andreasen">Stefan Andreasen</a>, co-founder and chief technology officer at Kapow Technologies. The discussion is moderated by me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:
</p>
<p>
<strong>Grimes:</strong>
&quot;Noise free&quot; is an interesting and difficult concept when you're
dealing with text, because text is just a form of human communication.
Whether it's written materials,
or spoken materials that have been transcribed into text, human
communications are incredibly chaotic ... and they are full of &quot;noise.&quot;
So really getting to something that's noise-free is very ambitious.
</p>
<p>
...
It's become an imperative to try to deal with the great volume of text&mdash;the fire hose, as you said&mdash;of information that's coming out. And,
it's coming out in many, many different languages, not just in English,
but in other languages. It's coming out 24 hours a day, 7 days a week&mdash;not only when your business analysts are working during your
business day. People are posting stuff on the web at all hours. They
are sending email at all hours.
</p>
<p>
... There are hundreds
of millions of people worldwide who are on the Internet, using email,
and so on. There are probably even more people who are using cell
phones, text messaging, and other forms of communication.
</p>
<p>
If you
want to keep up, if you want to do what business analysts have been
referring to as a 360-degree analysis of information, you've got to
have automated technologies to do it. You simply can't cope with the
flood of information without them.
</p>
<p>
Fortunately, the software is now up to the job in <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://textanalytics.wikidot.com/">the text analytics world</a>.
It's up to the job of making sense of the huge flood of information
from all kinds of diverse sources, high volume, 24 hours a day. We're
in a good place nowadays to try to make something of it with these
technologies.
</p>
<p>
<strong>Andreasen:</strong> ... There is also a huge amount of what I call &quot;deep web,&quot; very valuable information that you have to get
to in some other way. That's where we come in and allow you to build
robots that can go to the deep web and extract information.
</p>
<p>
... Eliminating noise is getting rid of all this stuff around the article that is really irrelevant, so you get better results.
</p>
<p>
The
other thing around noise-free is the structure. ... The key here is to
get noise-free data and to get full data. It's not only to go to the
deep web, but also get access to the data in a noise-free way, and in
at least a semi-structured way, so that you can do better text
analysis, because text analysis is extremely dependent on the quality
of data.
</p>
<p>
<strong>Grimes:</strong>
... [There are] many different use-cases for text analytics. This is
not only on the Web, but within the enterprise as well, and crossing
the boundary between the Web and the inside of the enterprise.
</p>
<p>
Those use-cases can be the early warning of a Swine flu epidemic or other medical issues. You can be sure that there is text analytics going on with Twitter and other instant messaging streams and forums to try to detect what's going on.
</p>
<p>
... You also have brand and reputation management.
If someone has started posting something very negative about your
company or your products, then you want to detect that really quickly.
You want early warning, so that you can react to it really quickly.
</p>
<p>
We
have a great use case in the intelligence world. That's one of the
earliest adopters of text analytics technology. The idea is that if you
are going to do something to prevent a terrorist attack, you need to
detect and respond to the signals that are out there, that something is
pending really quickly, and you have to have a high degree of certainty
that you're looking at the right thing and that you're going to react
appropriately.
</p>
<p>
... Text analytics
actually predate BI. The basic approaches to analyzing textual sources
were defined in the late '50s. Actually, there is a paper from an IBM
researcher from 1958, that defines BI as the analysis of textual
sources.
</p>
<p>
...[Now] we want to take a subset of all of the
information that's out there in the so-called digital universe and
bring in only what's relevant to our business problems at hand. Having
the infrastructure in place to do that is a very important aspect here.
</p>
<p>
Once
we have that information in hand, we want to analyze it. We want to do
what's called information extraction, entity extraction. We want to
identify the names of people, geographical location, companies,
products, and so on. We want to look for pattern-based entities like
dates, telephone numbers, addresses. And, we want to be able to extract
that information from the textual sources.
</p>
<p>
<strong>Suitable technologies</strong><br />
All
of this sounds very scientific and perhaps abstruse&mdash;and it is. But,
the good message here is one that I have said already. There are now
very good technologies that are suitable for use by business analysts,
by people who aren't wearing those white lab coats and all of that kind
of stuff. The technologies that are available now focus on usability by
people who have business problems to solve and who are not going to
spend the time learning the complexities of the algorithms that
underlie them.
</p>
<p>
<strong>Andreasen:</strong> ... Any
BI or any text analysis is no better than the data source behind it.
There are four extremely important parameters for the data sources. One
is that you have the right data sources.
</p>
<p>
There are so many
examples of people making these kind of BI applications, text analytics
applications, while settling for second-tier data sources, because they
are the only ones they have. This is one area where Kapow Technologies
comes in. We help you get <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://kapowtech.com/index.php/solutions/content-migration">exactly the right data sources you want.</a>
</p>
<p>
The
other thing that's very important is that you have a full picture of
the data. So, if you have data sources that are relevant from all kinds
of verticals, all kinds of media, and so on, you really have to be sure
you have a full coverage of data sources. Getting a full coverage of
data sources is another thing that we help with.
</p>
<p>
<strong>Noise-free data</strong><br />
We
already talked about the importance of noise-free data to ensure that
when you extract data from your data source, you get rid of the
advertisements and you try to get the major information in there,
because it's very valuable in your text analysis.
</p>
<p>
Of course, the
last thing is the timeliness of the data. We all know that people who
do stock research get real-time quotes. They get it for a reason,
because the newer the quotes are, the surer they can look into the
crystal ball and make predictions about the future in a few seconds.
</p>
<p>
The
world is really changing around us. Companies need to look into the
crystal ball in the nearer and nearer future. If you are predicting
what happens in two years, that doesn't really matter. You need to know
what's happening tomorrow. 
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-Web_Data_Services_for_Text_Analytics.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes/iPod</a>. View <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/11/heres-why-text-based-content-access-and.html">a full transcript</a> or <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/Kapow_Grimes.pdf">download</a> a copy. <a href="http://www.it-director.com/xurl.php?cid=11656&amp;ref=fd_side_itd&amp;url=http://kapowtech.com/blog/"></a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11656&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11656/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11656&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11656&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11656&amp;title=Why+text-based+content+access+and+management+play+crucial+roles+in+real-time+BI">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11656&amp;title=Why+text-based+content+access+and+management+play+crucial+roles+in+real-time+BI">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11656&amp;title=Why+text-based+content+access+and+management+play+crucial+roles+in+real-time+BI">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11656">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11656&amp;title=Why+text-based+content+access+and+management+play+crucial+roles+in+real-time+BI">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11656/dm_0/385695dc60ebf2772c53b93ce5d78127.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 10 Nov 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11656/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Aster Data architects application logic with data for speeded-up analytics processing en masse</title>
            <link>http://www.it-director.com/r/c/11643/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 9th November 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
In real estate, the mantra is &quot;location,
location, location.&quot; The same could be said for the juxtaposition of
applications logic and data. With enterprise data growing at an
explosive rate, having applications separate from the mountains of data
that they rely on has resulted in massive data movement&mdash;increasing
latency and restricting due analysis.
</p>
<p>
Aster Data, which provides massively parallel processing (MPP) data management, has tackled the location problem head-on with <a href="http://www.it-director.com/xurl.php?cid=11643&amp;ref=fd_side_itd&amp;url=http://www.pcworld.com/businesscenter/article/181153/aster_adds_dataapplication_server_in_version_40.html">the announcement last week</a> of <a href="http://www.it-director.com/xurl.php?cid=11643&amp;ref=fd_side_itd&amp;url=http://www.dbta.com/Articles/Editorial/News-Flashes/Aster-Data-Announces-Version-4.0,-Bringing-Applications-Inside-Its-MPP-Database--57802.aspx">Aster Data Version 4.0</a>, along with <a href="http://www.it-director.com/xurl.php?cid=11643&amp;ref=fd_side_itd&amp;url=http://www.dbms2.com/2009/10/30/aster-data-application-server-ncluster/">Aster nCluster System 4.0</a>, a massively parallel application-data server that allows companies to embed applications inside an MPP data warehouse. This is designed to speed the processing of terabytes to petabytes of data.
</p>
<p>
The latest offering from the <a href="http://www.it-director.com/xurl.php?cid=11643&amp;ref=fd_side_itd&amp;url=http://www.asterdata.com/">San Carlos, Calif., company</a>
fully parallelizes both data and a wide variety of analytics
applications in one system. This provides faster analysis for such
data-heavy applications as real-time fraud detection, customer behavior
modeling, merchandising optimization, affinity marketing, trending and
simulations, trading surveillance, and customer calling patterns.
</p>
<p>
While
both data and applications reside in the same system, they are
independent of one another, but both execute as &quot;first-class citizens&quot;
with their respective data and application management services.
</p>
<p>
<strong>Resource sharing</strong><br />
The
Aster Data Application Server is responsible for managing and
coordinating activities and resource sharing in the cluster. It also
acts as a host for the application processing and data inside the
cluster. In its role as data host, it manages incremental scaling, fault tolerance and heterogeneous hardware for application processing.
</p>
<p>
Aster Data Version 4.0 provides application portability, which allows companies to take their existing ava, C, C++, C#, .NET, Perl and Python applications, MapReduce-enable them and push them down into the data.
</p>
<p>
The
Dynamic Workload Management (WLM) helps support hundreds of concurrent
mixed workloads that can span interactive and batch data queries, as
well as application execution. It includes granular rule-based
prioritization of workloads and dynamic allocation and re-allocation of
resources.
</p>
<p>
Other features include:<br />
</p>
<ul>
	<li>Trickle feeds for granular data loading and interactive queries with millisecond response times</li>
	<li>New online partition splitting capabilities to allow infinite cost-effective scaling</li>
	<li>Dual-stage query optimizer, which ensures peak performance across hundreds to thousands of CPU cores</li>
	<li>Integrations with leading business intelligence (BI) tools and <a href="http://www.it-director.com/xurl.php?cid=11643&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/Hadoop">Hadoop.</a></li>
</ul>
<p>
More
companies want to bring more data to bear on more BI problems. While
Aster's benefits and value may be used for high-end and esoteric
analytics uses now, I fully expect that their data-intense
architectures will be finding more uses. The price, too, is dropping,
making the use of such systems more affordable.
</p>
<p>
Many of the core
users of high-end analytics are also moving on architecture-wise. The
systems designed five or more years ago will not meet the needs of five
or even a few years from now.
</p>
<p>
What's really cool about Aster
Data's approach is the analytics apps can be used, and the languages
and query semantics most familiar to users can be used with the new
systems and architectures.
</p>
<p>
I suppose we should also expect more
of these analytics engines to become available as services, aka cloud
services. That would allow joins of more data sets and they the massive
analytics applications can open up even more BI cans of worms.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11643&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11643/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11643&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11643&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11643&amp;title=Aster+Data+architects+application+logic+with+data+for+speeded-up+analytics+processing+en+masse">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11643&amp;title=Aster+Data+architects+application+logic+with+data+for+speeded-up+analytics+processing+en+masse">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11643&amp;title=Aster+Data+architects+application+logic+with+data+for+speeded-up+analytics+processing+en+masse">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11643">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11643&amp;title=Aster+Data+architects+application+logic+with+data+for+speeded-up+analytics+processing+en+masse">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11643/dm_0/42d2ee8e32bfe039daee441854febd55.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Mon, 09 Nov 2009 06:55:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11643/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Separating core from context brings high returns in legacy application transformation</title>
            <link>http://www.it-director.com/r/c/11627/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 30th October 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
This podcast is <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11613">the second</a> in a series of three to examine <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://h20338.www2.hp.com/enterprise/us/en/solutions/application-transformation-overview.html">Application Transformation</a>: Getting to the Bottom Line. Through panel discussions we examine the rationale and likely returns of assessing the true role and character of legacy applications, and then further determine the paybacks from modernization.
</p>
<p>
To gain the most return on modernization projects, many enterprises are separating core from context when it comes to legacy enterprise applications and their modernization processes. As enterprises seek to cut their total IT costs, they need to identify <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=3231">what legacy assets</a> are working for them and carrying their own weight, and which ones are merely hitching a high cost&mdash;but  largely unnecessary&mdash;ride.
</p>
<p>
A
widening cost and productivity division exists between older,
hand-coded software assets and replacement technologies on newer, more
efficient standards-based systems. Somewhere in the mix, there are also
core legacy assets distinct from so-called contextal assets. There are
peripheral legacy processes and tools that are costly vestiges of
bygone architectures. There is <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://searchsoa.techtarget.com/loginMembersOnly/1,289498,sid26_gci1352939,00.html?NextURL=http%3A//searchsoa.techtarget.com/tip/0%2C289483%2Csid26_gci1352939%2C00.html&amp;app_code=90&amp;">legacy wheat and legacy chaff</a>.
</p>
<p>
With us to delve deeper into the high rewards of transforming legacy enterprise applications is <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://systemsintegration.searchsoa.com/author;Steve+Woods,+Legacy+Transformation+Analyst,+EDS,+an+HP+Company/service-oriented-content.htm">Steve Woods</a>, distinguished software engineer at HP, and <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2006/10/transcript-of-dana-gardners_23.html">Paul Evans</a>, worldwide marketing lead on Applications Transformation at HP.  The discussion is moderated be me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Evans:</strong> This podcast is about two types of IT assets: core and context. That whole approach to classifying business processes and their associated applications was invented by Geoffrey Moore, who wrote Crossing the Chasm, Inside the Tornado, etc.
</p>
<p>
He came up in <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://www.amazon.com/Dealing-Darwin-Companies-Innovate-Evolution/dp/1591841070"><font style="font-style: italic">Dealing with Darwin: How Great Companies Innovate at Every Phase of their Evolution</font></a> with <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://www.ideaconnection.com/articles/00091-Moving-from-Context-to-Core.html">this notion of core and context applications</a>.
Core being those that provide the true innovation and differentiation
for an organization. Those are the ones that keep your customers. Those
are the ones that improve the service levels. Those are the ones that
generate your money. They are really important, which is why they're
called &quot;core.&quot;
</p>
<p>
When these applications were invented to provide
the core capabilities, it was 5, 10, 15, or 20 years ago. What we have
to understand is that what was core 10 years ago may not be core
anymore. There are ways of effectively doing it at a much different
price point.
</p>
<p>
As <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://academicearth.org/lectures/core-and-context">Moore points out</a>,
organizations should be looking to build &quot;core,&quot; because that is the
unique intellectual property of the organization, and to then buy
&quot;context.&quot; They need to understand, how do I get the lowest-cost
provision of something that doesn't make a huge difference to my
product or service, but I need it anyway.
</p>
<p>
The &quot;context&quot;
applications are not less important, but ... you should be looking to
understand how that could be done in terms of lower-cost provisioning
[of them].
</p>
<p>
<strong>Woods:</strong> [A lot of the interest in separating core and context in legacy IT applications] has to do with the pain users are going through. We have had customers
who had assessments with us before, as much as a year ago, and now
they're coming back and saying they want to get started and actually do
something. So, a good deal of the interest is caused by the need to
drive down costs.
</p>
<p>
Also, there's the realization that a lot of these tools&mdash;extract, transform, and load (ETL) tools, enterprise application integration (EAI) tools, reporting, and business process management (BPM)&mdash;are proving themselves now. We can't say that there is a risk in
going to these tools. They realize that the strength of these tools is
that they bring a lot of agility, solve skill sets issues, and make you
much more responsive to the business needs of the organization.
</p>
<p>
...
What I created at HP is a tool, an algorithm, that can go into any
language legacy code and find the duplicate code, and not only find it,
but visualize it in very compelling ways. That helps us drill down to
identify what I call the unintended design. When we find these
unintended designs, they lead us to ask very critical questions that
are paramount to understanding how to design the transformation
strategy.
</p>
<p>
... When you identify the IT elements that are not
core and that could be moved out of handwritten code, you're
transferring power from the developers&mdash;say, of COBOL&mdash;to the users of the more modern tools, like the BPM tools.
</p>
<p>
So
there is always a political issue. What we try to do, when we present
our findings, is to be very objective. You can't argue that we found
that 65 percent of the application is not doing core. You can then
focus the conversation on something more productive. What do we do with
this? The worst thing you could possibly do is take a million lines of
COBOL that's generating reports and rewrite that in Java or C# hard-written code.
</p>
<p>
We
take the concept of core versus context not just to a possible
off-the-shelf application, but at architectural component level. In
many cases, we find that this is helpful for them to identify legacy
code that could be moved very incrementally to these new architectures.
</p>
<p>
... A typical COBOL application&mdash;this is true of all legacy code, but particularly mainframe
legacy code&mdash;can be as much as 5, 10, or 15 million lines of code. I
think the sheer idea of the size of the application is an impediment.
There is some sort of inertia there. An object at rest tends to stay at
rest, and it's been at rest for years, sometimes 30 years.
</p>
<p>
So,
the biggest impediment is the belief that it's just too big and complex
to move and it's even too big and complex to understand. Our approach
is a very lightweight process, where we go in and answer to a lot of
questions, remove a lot of uncertainty, and give them some <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://h20338.www2.hp.com/enterprise/us/en/solutions/application-transformation-overview.html">very powerful visualizations and understanding of the source code</a> and what their options are.
</p>
<p>
...
When you go to the legacy side of the house, you start finding that 65
percent of this application is just doing ETL. It's just parsing files
and putting them into databases. Why don't you replace that with a
tool? The big resistance there is that, if we replace it with a tool,
then the people who are maintaining the application right now are
either going to have to learn that tool or they're not going to have a
job.
</p>
<p>
If we get the facts on the table, particularly visually,
then we find that we get a lot of consensus. It may be partial
consensus, but it's consensus nonetheless, and we open up the
possibilities and different options, rather than just continuing to
move through with hand-written code.
</p>
<p>
<strong>Evans:</strong>
If you look at this whole core-context thing, at the moment,
organizations are still in survival mode. Money is still tight in terms
of consumer spending. Money is still tight in terms of company
spending. Therefore, you're in this position where keeping your
customers or trying to get new customers is absolutely fundamental for
staying alive. And, you do that by improving service levels, improving
your services, and improving your product.
</p>
<p>
... The
line-of-business people are now pushing on technology and saying, &quot;You
can't back off. You can't not give us what we want. We have to have
this ability to innovate and differentiate, because that way we will
keep our customers and we will keep this organization alive.&quot;
</p>
<p>
That
applies equally to the public and private sectors. The public sector
organizations have this mandate of improving service, whether it's in
healthcare, insurance, tax, or whatever. So all of these commitments
are being made and people have to deliver on them, albeit that the
money, the IT budget behind it, is shrinking or has shrunk.
</p>
<p>
The
leaders must understand what drives their company. Understand the
values, the differentiation, and the innovations that you want and put
your money on those and then find a way of dramatically reducing the
amount of money you spend on the contextual stuff, which is pure
productivity.
</p>
<p>
<strong>Woods:</strong> ...
Decentralizing the architecture improves your efficiency and your
redundancy. There is much more opportunity for building a solid,
maintainable architecture than there would be if you kept a sort of
monolithic approach that's typical on the mainframe.
</p>
<p>
... The
problem is sometimes not nearly as big as it seems. If you look at the
analogy of the clone codes that we find, and all the different areas
that we can look at the code and say that it may not be as relevant to
a transformation process as you think it is.
I do this presentation called &quot;Honey I Shrunk the
Mainframe.&quot; If you start looking at these different aspects between the
clone code and what I call the asymmetrical transformation from
handwritten code to model driven architecture, you start looking at
these different things. You start really seeing it.
</p>
<p>
We see this,
when we go in to do the workshops. The subject matter experts and the
stakeholders very slowly start to understand that this is actually
possible. It's not as big as we thought. There are ways to transform it
that we didn't realize, and we can do this incrementally. We don't have
to do it all at once.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-Modernizing_Data_Center_Cores.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes/iPod</a>. View <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/10/separating-core-from-context-can-bring.html">a full transcript</a> or <a href="http://www.it-director.com/xurl.php?cid=11627&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/100909HPModernizeCore.pdf">download</a> the transcript.<br />
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11627&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11627/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11627&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11627&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11627&amp;title=Separating+core+from+context+brings+high+returns+in+legacy+application+transformation">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11627&amp;title=Separating+core+from+context+brings+high+returns+in+legacy+application+transformation">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11627&amp;title=Separating+core+from+context+brings+high+returns+in+legacy+application+transformation">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11627">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11627&amp;title=Separating+core+from+context+brings+high+returns+in+legacy+application+transformation">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11627/dm_0/16ba9efe3c054e59611dcc1868c9d65e.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Fri, 30 Oct 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11627/f/fd_side_itd</guid>
        </item>
        <item>
            <title>IT in lifesaving environments</title>
            <link>http://www.it-director.com/r/c/11616/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/99/rob_bamforth.php?ref=fd_side_itd" title="View profile for Rob Bamforth"><img border="0" src="http://www.it-director.com/images/people/small/rob_bamforth.gif" width="40" height="50" alt="Rob Bamforth" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/99/rob_bamforth.php?ref=fd_side_itd" title="View profile for Rob Bamforth">Rob Bamforth</a>, <em>Principal Analyst</em>, Quocirca<br/>Posted: 28th October 2009<br/>Copyright Quocirca &copy; 2009</td><td><a href="http://www.it-director.com/about/company/20/quocirca.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/quocirca.gif" width="88" height="33" alt="Logo for Quocirca" /></a></td></tr></table></div>

<p>
Virtually every form of endeavour is dependent on access to information and communication in order to provide controls and support for the processes that it entails. While much of this can be accomplished by face-to-face interaction between people or using paper based records, the volumes of information involved and the need to communicate instantly at a distance with increasing numbers of people means that technology is playing a role in most processes.  Mobile technology, in particular, can be of great benefit.
</p>
<p>
However, in many environments it is still paper-based processes that dominate.  Quocirca recently interviewed 150 healthcare professionals and 28% thought paper-based processes were so widespread in their workplace that it was a &quot;pen pusher's paradise&quot;.  This should not be a surprise as there are many critical processes and decisions that have to be made which have far reaching consequences, both medically and financially.  Recording the stages of the process to ensure that the right procedures have been followed and who was involved are vital not only for doing what is best for those in care, but also offering the right support and protection to those providing the care, demonstrating compliance with pre-determined procedures in the event of a problem.
</p>
<p>
There is relentless pressure for increased productivity in healthcare, as in other industries, and consequently the need to automate processes increases.  Information captured needs to be verified and shared more readily, and may involve more people in many locations.  This means form filling, ticking checklists and getting confirmation signatures and, according to Quocirca's research, security, speed and accuracy of input are the most important factors.
</p>
<p>
An IT solution based on mobile devices should be able to meet those requirements, but with a wide diversity of technologies and products available, choosing the right elements is a challenge. Despite its widespread use by both commercial organisations and consumers, information technology is relatively fragile; mobile devices break, software crashes and networks connections are lost.  In time and life critical environments, these failures can have a profound impact.
</p>
<p>
There are many reasons why mobile devices might fail, but lack of care or attention by those using them plays a big part. This is rarely a deliberate act on the part of the user and in healthcare often stems from the challenges of the environment workers operate in, where patients are the primary focus for care, not computer hardware.  
</p>
<p>
While few health roles have a need for truly ruggedised technology, improvements in hardware design, sound policies and frequent employee communication have minimised the risk of devices failing.  Similarly, the problems associated with software failures can be addressed by choosing simpler and more dedicated or specialised technology. This has the added benefit of users seeing the device as a useful tool for a frontline job, rather than an indication of status only bestowed on managers, or an object of management control. 
</p>
<p>
However, it is still important to look at the specific needs of those who might directly benefit most from the use of mobile IT. Thorough training and ongoing support is necessary to assist all workers transitioning from a paper-based system to mobile technology. It also requires upfront consultation to ensure that automated processes work, and that they will be accepted by staff and any representative trade bodies. In addition to training in basic functionality, there is also a need for ongoing coaching to ensure the new system continues to deliver benefits and does not introduce new complexity or interfere with the primary tasks.
</p>
<p>
The more complex or intrusive the technology, the more training will be required and the greater the total cost. In the most challenging health environments, like intensive care or emergency response, where workers have many other critical considerations, the last thing they need is to be taking time to learn how to best use the tools at their disposal.  It has to become second nature, but all too often training is focused on the technology rather than its use, and is too brief.
</p>
<p>
The traditional paper-based processes that surround healthcare professionals provide useful controls and guidance but have fallibilities as well as inefficiencies. They are error prone, labour intensive and make it difficult to distribute or process information in a timely fashion. Automating these processes makes sense, and many different mobile technologies, not only the established laptop and PDA, but lightweight simple to use technologies for example Digital Pen and Paper , allow information to be captured, processed and used at the point of need.
</p>
<p>
The challenge in roles where information processing only plays a secondary part is that much of what IT solutions offer is complex and intrusive.   It needs to be kept simple and specific to the task in hand&mdash;this is a thought process that not only healthcare, but any industry could benefit from. The research referred to in this article is discussed in Quocirca's report &quot;Light touch, firm impression&quot;, which is freely available for download <a href="http://www.it-director.com/xurl.php?cid=11616&amp;ref=fd_side_itd&amp;url=http://www.quocirca.com/pages/analysis/reports/view/store250/item21778/?link_683=21778">here</a>.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11616&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11616/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11616&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11616&ref=fd_side_itd">Contact Rob Bamforth (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11616&amp;title=IT+in+lifesaving+environments">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11616&amp;title=IT+in+lifesaving+environments">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11616&amp;title=IT+in+lifesaving+environments">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11616">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11616&amp;title=IT+in+lifesaving+environments">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11616/dm_0/b2453749d93e099525e6f6144070ad0b.gif" width="4" height="4" alt="" />]]></description>
            <author>Rob Bamforth, Quocirca</author>
            <pubDate>Wed, 28 Oct 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11616/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Application transformation case study targets enterprise bottom line with eye-popping ROI</title>
            <link>http://www.it-director.com/r/c/11613/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 26th October 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
This podcast is the first in the series of three to examine <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://h20338.www2.hp.com/enterprise/us/en/solutions/application-transformation-overview.html">Application Transformation</a>: Getting to the Bottom Line. Through a case study, we'll discuss the rationale and likely returns of assessing the true role and character of legacy applications, and then assess the true paybacks from modernization.
</p>
<p>
The ongoing impact of <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://www.businessinsider.com/2009/2/ballmer-expects-a-fundamental-economic-reset">the reset economy</a> is putting more emphasis on lean IT&mdash;of identifying and <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/service-oriented/?p=3066">eliminating waste</a> across the data-center landscape. The top candidates, on several levels, are the silo-architected legacy applications and the aging IT systems that support them.
</p>
<p>
Using our case study, we'll also uncover a number of proven strategies on how to <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://h71028.www7.hp.com/enterprise/us/en/messaging/feature-enterprise-application-modernization.html">innovatively architect legacy applications</a>
for transformation and for improved technical, economic, and
productivity outcomes. The podcasts coincidentally run in support of HP virtual conferences on the same subjects:
</p>
<p>
Here to start us off on our series on the how and why of transforming legacy enterprise applications are <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2006/10/transcript-of-dana-gardners_23.html">Paul Evans</a>, worldwide marketing lead on Applications Transformation at HP, and <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/in/vogeleer">Luc Vogeleer</a>, CTO for Application Modernization Practice in HP Enterprise Services. The discussion is moderated be me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:
</p>
<p>
<strong>Evans:</strong> When the economic situation hit really hard, we definitely saw customers retreat, and basically
say, &quot;We don't know what to do now. Some of us have never been in this
position before in a recessionary environment, seeing IT budgets reduce
considerably.&quot;
</p>
<p>
That wasn't surprising. ... It was obvious that people would retrench and then scratch their heads and say, &quot;Now what do we do?&quot;
</p>
<p>
Now we're seeing <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://sify.com/news/IT-spending-to-rebound-in-2010-Gartner-news-jkvoucbgjdc.html">a different dynamic</a>,
... something like a two-fold increase in what you might call &quot;customer
interest&quot; [in applications transformation]. The number of opportunities
we're seeing as a company has doubled over the last six or nine months.
</p>
<p>
If
you ask any CIO or IT head, &quot;Is application transformation something
you want to do,&quot; the answer is, &quot;No, not really.&quot; It's like tidying
your garage at home. You know you should do it, but you don't really
want to do it. You know that you benefit, but you still don't want to
do it.
</p>
<p>
This has moved from being something that maybe I should
do to something that I have to do, because there are two real forces
here. One is the force that says, &quot;If I don't continue to innovate and
differentiate, I go out of business, because my competitors are doing
that.&quot; If I believe the economy doesn't allow me to stand still, then
I've got it wrong. So, I have to continue to move forward.
</p>
<p>
Secondly,
I have to reduce the amount of money I spend on my innovation, but at
the same time I need a bigger payback. I've got to reduce the cost of
IT. Now, with 80 percent of my budget being dedicated to maintenance,
that doesn't move my business forward. So, the strategic goal is, I
want to flip the ratio.
</p>
<p>
... Today, we'll hear about a case study&mdash;with the <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://www.miur.it/DefaultDesktop.aspx">Italian Ministry of Instruction, University and Research (MIUR)</a>.
This customer received an ROI in 18 months. In 18 months, the savings
they had made&mdash;and this runs into millions of dollars&mdash;had been
paid for. Their new system, in under 18 months, paid for itself. After
that, it was pure money to the bottom-line.
</p>
<p>
... Our job is to
minimize that risk by exposing them to customers who have done it
before. They can view those best-case scenarios and understand what to
do and what not to do.
</p>
<p>
<strong>Vogeleer:</strong> We take a very holistic approach and look at the entire portfolio of applications from a customer.
Then, from that application portfolio&mdash;depending on the usage of the
application, the business criticality of the application, as well as
the frequency of changes that this application requires&mdash;we deploy
different strategies for each application.
</p>
<p>
We not only focus on
one approach of completely re-writing or re-platforming the application
or replacing the application with a package, but we go for a
combination of all those elements. By doing a complete portfolio
assessment, as a first step into the customer legacy application
landscape, we're able to bring out a complete road map to conduct this
transformation.
</p>
<p>
We first execute applications that bring a quick
ROI. We first execute quick wins and the ROI and the benefits from
those quick wins are immediately reinvested for continuing the
transformation. So, transformation is not just one project. It's not
just one shot. It's a continuous program over time, where all the
legacy applications are progressively migrated into a more agile and
cost-effective platform.
</p>
<p>
The Italian Ministry of Instruction, University and Research (MIUR),
is the customer we're going to cover with this case, is a large
governmental organization and their overall budget is &euro;55 billion.
</p>
<p>
This
Italian public education sector serves 8 million students from 40,000
schools, and the schools are located across the country in more than
10,000 locations, with each of those locations connected to the
information system provided by the ministry.
</p>
<p>
<strong>Very large employer</strong><br />
The
ministry is, in fact, one of the largest employers in the world, with
over one million employees. Its system manages both permanent and
temporary employees, like teachers and substitutes, and the
administrative employees. It also supports the ministry users, about
7,000 or 8,000 school employees. It's a very large employer with a
large number of users connected across the country.
</p>
<p>
Why do they need to modernize their environment? In fact, their system was written in the early 1980s on IBM mainframe architecture. In early 2000, there was a substantial change in Italian legislation, which was so-called a Devolution Law.
The Devolution Law was about more decentralization of their process to
school level and also to move the administration processes from the
central ministry level into the regions, and there are 20 different
regions in Italy.
</p>
<p>
This change implied a completely different
process workflow within their information systems. To fulfill the
changes, the legacy approach was very time-consuming and inappropriate.
A number of strong applications have been developed incrementally to
fulfill those new organizational requirements, but very quickly this
became completely unmanageable and inflexible. The aging legacy systems
were expected to be changed quickly.
</p>
<p>
In addition to the element
of agility to change applications to meet the new legislation
requirement, the cost in that context went completely out of control.
So, the simple, most important objective of the modernization was to
design and implement a new architecture that could reduce cost and
provide a more flexible and agile infrastructure.
</p>
<p>
The first step we took was to develop a <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://h10134.www1.hp.com/services/appsmodernization/technical.aspx">modernization road map</a>
that took into account the organizational change requirements, using
our service offering, which is the application portfolio assessment.
</p>
<p>
From
the standard engagement that we can offer to a customer, we did an
analysis of the complete set of applications and associated data assets
from multiple perspectives. We looked at it from a financial
perspective, a business perspective, functionality and the technical
perspective.
</p>
<p>
From those different dimensions, we could make the
right decision on each application. The application portfolio
assessment ensured that the client's business context and strategic
drivers were understood, before commencing a modernization strategy for
a given application in the portfolio.
</p>
<p>
A business case was
developed for modernizing each application, an approach that was
personalized for each group of applications and was appropriate to the
current situation.
</p>
<p>
... This assessment phase took about three
months with the seven people. From there, we did a first transformation
pilot, with a small staff of people in three months.
</p>
<p>
After the
pilot, we went into the complete transform and user-acceptance test,
and after an additional year, 90 percent of the transformation was
completed. In the transformation, we had about 3,500 batch processes.
We had the transformation. We had re-architecting of 7,500 programs.
And, all the screens were also transformed. But, that was a larger
effort with a team of about 50 people over one year.
</p>
<p>
... We
tried to use automated conversion, especially for non-critical
programs, where they're not frequently changed. That represented 60
percent of the code. This code could be then immediately transferred by
removing only the barriers in the code that prevented it from compiling.
</p>
<p>
<strong>All barriers removed</strong><br />
We
had also frequently updated programs, where all barriers were removed
and code was completely cleaned in the conversion. Then, in critical
programs, especially, the conversion effort was bigger than the rewrite
effort. Thirty percent of the programs were completely rewritten.
</p>
<p>
The
applications are now accessed through a more efficient web-based user
interface, which replaces the green screen and provides improved
navigation and better overall system performance, including improved
user productivity.
</p>
<p>
End-user productivity is doubled in terms of
the daily operation of some business processes. Also, the overall
application portfolio has been greatly simplified by this approach. The
number of function points that we're managing has decreased by 33
percent.
</p>
<p>
From a financial perspective, there are also very
significant results. Hardware and software license and maintenance cost
savings were about &euro;400,000 in the first year, &euro;2 million in the second
year, and are projected to be &euro;3.4 million this year. This represents a
savings of 36 percent of the overall project.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-Application_Transformation_Case_Study.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes/iPod</a> and view a <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/10/application-transformation-case-study.html">full transcript</a> or <a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/100909HPAppTransform.pdf">download</a> a copy.<br />
<a href="http://www.it-director.com/xurl.php?cid=11613&amp;ref=fd_side_itd&amp;url=http://en.wikipedia.org/wiki/HP"></a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11613&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11613/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11613&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11613&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11613&amp;title=Application+transformation+case+study+targets+enterprise+bottom+line+with+eye-popping+ROI">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11613&amp;title=Application+transformation+case+study+targets+enterprise+bottom+line+with+eye-popping+ROI">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11613&amp;title=Application+transformation+case+study+targets+enterprise+bottom+line+with+eye-popping+ROI">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11613">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11613&amp;title=Application+transformation+case+study+targets+enterprise+bottom+line+with+eye-popping+ROI">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11613/dm_0/9b05b7ed26942c9fa21599cb52b63b02.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Mon, 26 Oct 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11613/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Podcast: Cloud computing by industry</title>
            <link>http://www.it-director.com/r/c/11578/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 6th October 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Welcome to a podcast discussion on how to make the most of cloud computing
for innovative solving of industry-level problems. As enterprises seek
to exploit cloud computing, business leaders are focused on new
productivity benefits. Yet, the IT folks need to focus on the
technology in order to propel those business solutions forward.
</p>
<p>
As
enterprises confront cloud computing, they want to know what's going to
enable new and potentially revolutionary business outcomes. How will business process innovation&mdash;necessitated by the reset economy&mdash;gain from using cloud-based services, models, and solutions?
</p>
<p>
Early examples of applying cloud to industry challenges, such as the recent GS1 <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11501">Canada Food Recall Initiative</a>, show that doing things in new ways can have huge payoffs.
</p>
<p>
We'll learn about the <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://www.hp.com/hpinfo/newsroom/press/2009/090824xb.html">HP Cloud Product Recall Platform</a> that provides the underlying infrastructure for the GS1 Canada <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://logisticsviewpoints.com/2009/10/01/overview-of-gs1-canada-product-recall-service/">food recall solution</a>,
and we will dig deeper into what cloud computing means for companies in
the manufacturing and distribution industries and the &quot;new era&quot; of
Moore's Law.
</p>
<p>
Here to help explain the benefits of cloud computing and vertical business transformation, we're joined by <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/mick-keyes/1/6a2/2a8">Mick Keyes</a>, senior architect in the HP Chief Technology Office; <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://friendfeed.com/rebeccalawson">Rebecca Lawson</a>, director of Worldwide Cloud Marketing at HP, and Chris Coughlan, director of HP's Track and Trace Cloud Competency Center. The dicussion is moderated by me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Lawson:</strong> Everyone knows that &quot;cloud&quot; is a word that tends to get hugely overused. We try to think about
what kinds of problems our customers are trying to solve, and what are
some new technologies that are here now, or that are coming down the
pike, to help them solve problems that currently can't be solved with
traditional business processing approaches.
</p>
<p>
Rather than the cloud being about just reducing costs, by moving workloads to somebody else's virtual machine,
we take a customer point of view&mdash;in this case, manufacturing&mdash;to
say, &quot;What are the problems that manufacturers have that can't be
solved by traditional supply chain or business processing the way that we know it today, with all the implicated integrations and such?&quot;
</p>
<p>
As
we move forward, we see that, different vertical markets&mdash;for
example, manufacturing or pharmaceuticals&mdash;will start to have
ecosystems evolve around them. These ecosystems will be a place or a
dynamic that has technology-enabled services, cloud services that are
accessible and sharable and help the collaboration and sharing across
different constituents in that vertical market.
</p>
<p>
We think that, just as social networks
have helped us all connect on a personal level with friends from the
past and such, vertical ecosystems will serve business interests across
large bodies of companies, organizations, or constituents, so that they
can start to share, collaborate, and solve different kinds of issues
that are germane to that industry.
</p>
<p>
A great example of that is what we're doing with the manufacturing industry around our <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1365849,00.html">collaboration with GS1</a>, where we are solving problems related to traceability and recall.
</p>
<p>
<strong>Keyes:</strong> If you look at supply chains, food is a good example. It's one of the more complicated ones, actually. You can have anywhere up to 15&ndash;20 different entities involved in a supply chain.
</p>
<p>
In
reality, you've got a farmer out there growing some food. When he
harvests that food, he's got to move it to different manufacturers,
processors, wholesalers, transportation, and to retail, before it
finally gets to the actual consumer itself. There is a lot of data
being gathered at each stage of that supply chain.
</p>
<p>
<strong>Coughlan:</strong>
As a consumer, it gives you a lot more confidence that the health and
safety issues are being dealt with, because, in some cases, this is a
life and death situation. The sooner you solve the problem, the sooner
everybody knows about it. You have a better opportunity of potentially
saving lives.
</p>
<p>
As
well as that, you're looking at brand protection and you're also
looking at removing from the supply chain things that could have
further knock-on effects as well.
</p>
<p>
<strong>Keyes:</strong>
In the traditional way we looked at how that supply chain has
traceability, they would have the&mdash;infamous, I would call it&mdash;&quot;one
step up, one step down&quot; exchange of data, which meant really that each
entity in the supply chain exchanged information with the next one in
line.
</p>
<p>
That's fine, but it's costly. Also, it doesn't allow for
good visibility into the total supply chain, which is what the end goal
actually is.
</p>
<p>
What we are saying to industry at the moment&mdash;and
this is our thesis here that we are actually developing&mdash;is that, HP,
with a cloud platform, will provide the hub, where people can either
send data or allow us to access data. What a cloud will do is aggregate
different piece of information to provide value to all elements of the
supply chain to give greater visibility into the supply itself.
</p>
<p>
...
We have SaaS now, not just to any individual entity in the supply
chain, but anybody who subscribes to our hub. We can aggregate all the
information, and we're able to give them back very valuable information
on how their product is used further up the supply chain. So we really
look at it from a positive view also, about how this is creating
benefits from a business point of view.
</p>
<p>
So, depending on what
type of industry you're in, we're looking at this platform as being
almost a repeatable type of offering, and you can start to lay out
individual or specific industry services around this.
</p>
<p>
We're also
looking at how you integrate this into the whole social-networking
arena, because that's information and data out there. People are
looking to consume information, or get involved in information sharing
to a certain degree. We see that as a cool component also that we can
perhaps do some BI around and be able to offer information to industry,
consumers, and the regulatory bodies fairly quickly.
</p>
<p>
<strong>Coughlan:</strong>
The point there is that cloud is enabling a convergence between
enterprises. It's enabling enterprise collaboration, first of all, and
then it's going one step further, where it's enabling the convergence
of that enterprise collaboration with Web 2.0.
</p>
<p>
You can overlay a whole pile of things --carbon footprints,
dietary information, and ethical food. Not only is it going to be in
the food area, as we said. It's going to be along every manufacturing
supply chain&mdash;pharmaceuticals, the motor industry, or whatever.
</p>
<p>
<strong>Lawson:</strong>
The key to this is that this technology is not causing the
manufacturers to do a lot of work. ... It's not a lot of effort on my
part to participate in the benefits of being in that traceability and
recall ecosystem, because I and all the other people along that supply
chain are all contributing the relevant data that we already have.
That's going to serve a greater whole, and we can all tap into that
data as well.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/082709HPCloud.pdf">Download</a> a transcript of the podcast and subscribe to the series in <a href="http://www.it-director.com/xurl.php?cid=11578&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes</a>.   
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11578&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11578/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11578&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11578&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11578&amp;title=Podcast%3A+Cloud+computing+by+industry">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11578&amp;title=Podcast%3A+Cloud+computing+by+industry">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11578&amp;title=Podcast%3A+Cloud+computing+by+industry">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11578">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11578&amp;title=Podcast%3A+Cloud+computing+by+industry">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11578/dm_0/689a8dbd57d901574da860f4baee51cb.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 06 Oct 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11578/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Podcast: Doing nothing can be costly</title>
            <link>http://www.it-director.com/r/c/11570/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 1st October 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
This
latest BriefingsDirect podcast discussion tackles the high&mdash;and often
under-appreciated&mdash;cost for many enterprises of doing nothing about aging, monolithic applications. Not making a choice about legacy mainframe
and poorly utilized applications is, in effect, making a choice not to
transform and modernize the applications and their supporting systems.
</p>
<p>
Not doing anything about aging IT essentially embraces an ongoing cost structure
that helps prevent new spending for efficiency-gaining IT innovations.
It&rsquo;s a choice to suspend applications on ossified platforms and to make
their reuse and integration difficult, complex, and costly.
</p>
<p>
Doing nothing is a choice that, especially in a recession, hurts companies in multiple ways&mdash;because successful transformation is the lifeblood of near and long-term productivity improvements.
</p>
<p>
Here
to help us better understand the perils of continuing to do nothing
about aging legacy and mainframe applications, we&rsquo;re joined by four IT
transformation experts from Hewlett-Packard (HP): <a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/brad-hipps/0/915/86a">Brad Hipps</a>, product marketer for Application Lifecycle Management (ALM) and Applications Portfolio Software at HP; <a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://www.zoominfo.com/Search/PersonDetail.aspx?PersonID=411335964">John Pickett</a> from Enterprise Storage and Server marketing at HP; <a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://paulevans.sys-con.com/">Paul Evans</a>, worldwide marketing lead on Applications Transformation at HP, and <a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://systemsintegration.searchsoa.com/author;Steve+Woods,+Legacy+Transformation+Analyst,+EDS,+an+HP+Company/service-oriented-content.htm">Steve Woods</a>, application transformation analyst and distinguished software engineer at HP Enterprise Services. The discussion is moderated by me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:
</p>
<p>
<strong>Evans:</strong> What we&rsquo;re seeing is that the cost of legacy systems and the cost of supporting the mainframe hasn&rsquo;t changed in 12 months. What has
changed is the available cash that companies have to spend on IT, as,
over time, that cash amount may have either been frozen or is being
reduced. That puts even more pressure on the IT department and the CIO
in how to spend that money, where to spend that money, and how to
ensure alignment between what the business wants to do and where the
technology needs to go.
</p>
<p>
Our concern is that there is a cost of
doing nothing. People eventually end up spending their whole IT budgets
on maintenance and upgrades and virtually nothing on innovation.
</p>
<p>
At
a time when competitiveness is needed more than it was a year ago,
there has to be a shift in the way we spend our IT dollars and where we
spend our IT dollars. That means looking at the legacy software
environments and the underpinning infrastructure. It&rsquo;s absolutely a
necessity.
</p>
<p>
<strong>Woods:</strong> For years, the biggest hurdle was that most customers would say they didn&rsquo;t really have
to make a decision, because the [replacement] performance wasn&rsquo;t there.
The performance-reliability wasn't there. That is there now. There is
really no excuse not to move because of performance-reliability issues.
</p>
<p>
What's
changing today is the ability to look at a legacy source code. We have
the tools now to look at the code and visualize it in ways that are
very compelling.
</p>
<p>
What has also changed is the growth of architectural components, such as extract transform and load (ETL) tools, data integration tools, and reporting tools. When we look at a large body of, say, 10 million lines of COBOL
and we find that three million lines of that code is doing reporting,
or maybe two million is doing ETL work, we typically suggest they move
that asymmetrically to a new platform that does not use handwritten
code.
</p>
<p>
That&rsquo;s really risk aversion&mdash;doing it very incrementally with low intrusion, and that&rsquo;s also where the best return on investment (ROI)
is. ... These tools have matured so that we have the performance and we
also have the tools to help them understand their legacy systems today.
</p>
<p>
<strong>Pickett:</strong> Typically, when we take a look at the high-end of applications that are going to be moving
over and sitting on a legacy system, many times they&rsquo;re sitting on a
mainframe platform. With that, one of the things that has changed over
the last several years is the functionality gap between what exists in
the past 5 or 10 years ago in the mainframe. That gap has not only been
closed, but, in some cases, open systems exceed what&rsquo;s available on the
mainframe.
</p>
<p>
It&rsquo;s not only a matter of cost, but it&rsquo;s also factoring in the power and cooling
as well. Certainly, what we&rsquo;ve seen is that the cost savings that can
be applied on the infrastructure side are then applied back into
modernizing the application.
</p>
<p>
<strong>Hipps:</strong> This term &quot;agility&quot; gets used so often that people tend to
forget what it means. The reality of today&rsquo;s modern organization&mdash;and
this is contrasted even from 5, certainly 10 years ago&mdash;is that when
we look at applications, they are everywhere. There has been an
application explosion.
</p>
<p>
When we start talking about application
transformation and we assign that trend to agility, what we&rsquo;re
acknowledging is that for the business to make any change today in the
way it does business&mdash;in any new market initiative, in any
competitive threat it wants to respond to, there is going to be an
application&mdash;very likely &quot;applications&quot; plural.
</p>
<p>
The decisions
that you're going to make to transform your applications should all be
pointed at and informed by shrinking the amount of time that takes you
to turn around and realize some business initiative.
</p>
<p>
That's what we&rsquo;re seeking with agility. Following pretty closely behind that, you can begin to see why there is a promise in cloud.
It saves me a lot of infrastructural headaches. It&rsquo;s supposed to
obviate a lot of the challenges that I have around just standing up the
application and getting it ready, let alone having to build the
application itself.
</p>
<p>
So I think that is the view of
transformation in terms of agility and why we&rsquo;re seeing things like
cloud. These other things really start to point the direction to
greater agility.
</p>
<p>
... I tend to think that in application
transformation in most ways they&rsquo;re breaking up and distributing that
which was previously self-contained and closed.
</p>
<p>
Whether you're
looking at moving to some sort of mainframe processing to distributed
processing, from distributed processing to virtualization, whether you
are talking about the application team themselves, which now are some
combination of in-house, near-shore, offshore, outsourced sort of a
distribution of the teams from sort of the single building to all
around the world, certainly the architectures themselves from being
these sort of monolithic and fairly brittle things that are now sort of
services driven things.
</p>
<p>
You can look at any one of those trends
and you can begin to speak about benefits, whether it&rsquo;s leveraging a
better global cost basis or on the architectural side, the fundamental
element we&rsquo;re trying to do is to say, &quot;Let&rsquo;s move away from a world in
which everything is handcrafted.&quot;
</p>
<p>
<strong>Assembly-line model</strong><br />
Let&rsquo;s
get much closer to the assembly-line model, where I have a series of
preexisting trustworthy components and I know where they are, I know
what they do, and my work now becomes really a matter of assembling
those. They can take any variety of shapes on my need because of the
components I have created.
</p>
<p>
We're getting back to this idea of
lower cost and increased agility. We can only imagine how certain car
manufacturers would be doing, if they were handcrafting every car. We
moved to the assembly line for a reason, and software typically has
lagged what we see in other engineering disciplines. Here we&rsquo;re finally
going to catch up. We're finally be going to recognize that we can take
an assembly line approach in the creation of application, as well, with
all the intended benefits.
</p>
<p>
Evans:
... Once we have done it, once we have removed that handwritten code,
that code that is too big for what it needs to be in terms to get the
job done. Once we have done it once, it&rsquo;s out and it&rsquo;s finished with
and then we can start looking at economics that are totally different
going forward, where we can actually flip this ratio.
</p>
<p>
Today, we
may spend 80 percent or 90 percent of our IT budget on maintenance, and
10 percent on innovation. What we want to do is flip it. We're not
going to flip it in a year or maybe even two, but we have got to take
steps. If we don&rsquo;t start taking steps, it will never go away.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://interarborsolutions.books.officelive.com/Documents/DoingNothing901.pdf">Download</a> a transcript of the podcast and subscribe to the series in <a href="http://www.it-director.com/xurl.php?cid=11570&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes</a>.  
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11570&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11570/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11570&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11570&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11570&amp;title=Podcast%3A+Doing+nothing+can+be+costly">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11570&amp;title=Podcast%3A+Doing+nothing+can+be+costly">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11570&amp;title=Podcast%3A+Doing+nothing+can+be+costly">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11570">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11570&amp;title=Podcast%3A+Doing+nothing+can+be+costly">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11570/dm_0/b7708c5391c10bfa5a85d6339fbcbd1b.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Thu, 01 Oct 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11570/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Economic and climate imperatives combine to elevate green IT</title>
            <link>http://www.it-director.com/r/c/11544/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 21st September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Welcome to a podcast discussion on Green IT and <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.hp.com/hpinfo/globalcitizenship/environment/education/energytips.html">the many ways to help</a>
reduce energy use, stem carbon dioxide creation, and reduce total IT
costs&mdash;all at the same time. We're also focusing on how IT can be a
benefit to a whole business or corporate-level look at energy use.
</p>
<p>
We'll look at how current IT planners <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.eweek.com/c/a/Green-IT/HP-Practicing-What-It-Preaches-with-Internal-Green-IT-Initiatives/">should view energy concerns</a>,
some common approaches to help conserve energy, and at how IT suppliers
themselves can make &quot;green&quot; a priority in their new systems and
solutions.
</p>
<p>
Here to help us better understand the Green IT issues,
technologies, and practices impacting today's enterprise IT
installations and the larger businesses they support, we're joined by
five executives from HP: <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://h30423.www3.hp.com/index.jsp?fr_story=d5309fcae37004e3f6f9ca56bf8b9a0a2f6582db&amp;rf=rss">Christine Reischl</a>, general manager of HP's Industry Standard Servers; <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://paulmiller.sys-con.com/">Paul Miller</a>, vice president of Enterprise Servers and Storage Marketing at HP; <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.hp.com/hpinfo/newsroom/press_kits/2009/convergeeverything2009/MichelleWeissTechnologyServices.pdf">Michelle Weiss</a>, vice president of marketing for HP's Technology Services; <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.spock.com/Jeff-Wacker-knMe1MD">Jeff Wacker</a>, an EDS Fellow, and <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/doug-oathout/7/993/938">Doug Oathout</a>, vice president of Green IT for HP's Enterprise Servers and Storage. The panel was moderated be me, Dana Gardner, principal analyst at Interarbor Solutions.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Oathout: </strong>The current cost of energy continues to rise.
The amount of energy used by IT is not going down. So, it's becoming a
larger portion of their budget. ... [Executives] want to look at energy
use and how they can reduce it, not only from a data center perspective, but also from consumption of the monitors, printers, and desktop PCs as well. So, the first major concern is the cost of energy to run IT.
</p>
<p>
[They also] want to <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://searchdatacenter.techtarget.com/tip/0,289483,sid80_gci1360868,00.html">extend the life of their data center</a>.
They don't want to have to spend &#36;10 million, &#36;50 million, or &#36;100
million to build another data center in this economic environment. So,
they want to know anything possible, from best practices to new
equipment to new cooling designs, to help them extend the life of the
data center.
</p>
<p>
Lastly, they're concerned with regulations coming
in the marketplace. A number of countries already have a demand to
reduce power consumption through most of their major companies. We have
a <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F9082%2F28818%2F01295830.pdf%3Farnumber%3D1295830&amp;authDecision=-203">European Code of Conduct</a>, that's optional for data centers, and then the U.S. has regulations now in front of Congress to start a <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.epa.gov/captrade/">cap-and-trade</a> system.
</p>
<p>
IT can <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://h71028.www7.hp.com/enterprise/us/en/technologies/green-business-overview.html">multiply the effects of intelligence</a>
being built into the system. IT is the backbone of digitization of
information, which allows smart business people to make good, sound
decisions. ... This is a must-do. The business environment
is saying, &quot;You've got to reduce cost,&quot; and then the government is
going to come in and say, &quot;You're going to have to reduce your energy.&quot;
So, this is a must-do.
</p>
<p>
<strong>Miller:</strong> One of the key issues is who owns the problem of energy within the business and within the data center. IT clearly has a role. The CFO
has a role. The data center facilities manager has a role. ... You
can't manage what you can't see. There are very limited tools today to
understand where energy is being used, how efficient systems are, and
how making changes in your data center can help the end customer.
</p>
<p>
Our
expertise in knowing where and how changes to different equipment,
different software models, and different service models can drive a
significant impact to the amount of energy that customers are using and
also help them grow their capacity at the same time.
</p>
<p>
... Everyone needs an ROI that's as quick as possible. It's gone from 12 months down to 6 months. With our new ProLiant G6
servers, the cost and energy savings alone is so significant, when you
tie in technologies like virtualization and the power and performance
we have, we're seeing up to three months ROI over older servers by
companies being able to save on energy plus software costs.
</p>
<p>
<strong>Reischl:</strong>
Well, we have been investing in that area for several years now. We
will have an energy power cooling roadmap and we will continuously
launch innovation as we go along. We also have an overall environment around power and cooling, which we call the <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://h18000.www1.hp.com/products/blades/thermal-logic/">Thermal Logic</a>
environment. Under this umbrella, we are not only innovating on the
hardware side, but on the software side as well, to ensure that we can
benefit on both sides for our customers.
</p>
<p>
In addition to that, HP ProCurve, for example, has switches that now use 40 percent less energy than industry average network switches. We also have our <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.compaq.com/storage/disk_storage/eva_diskarrays/index.html">StorageWorks Enterprise Virtual Array</a>, which reduces the cost of power and cooling by 50 percent using thin provisioning and larger capacity disks.
</p>
<p>
<strong>Weiss:</strong> IT tends to think in terms of a lifecycle. If you think about ITIL and all of the <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/content.php?cid=11497">processes and procedures</a> most IT people follow, they tend to be more process oriented than most groups. But,
there is even more understanding now about that latter stage of the
lifecycle and not just in terms of disposing of equipment.
</p>
<p>
The
other area that people are really thinking about now is data&mdash;what do
you do at the end of the lifecycle of data? How do you keep the data
around that you need to, and what do you do about data that you need to
archive and maybe put on less energy-consuming devices? That's a very
big area.
</p>
<p>
<strong>Wacker:</strong> [At EDS] we look
for total solutions, as opposed to spot solutions, as we approach the
entire ecology, energy, and efficiency triumvirate. It's all three of
those things in one. It's not just energy. It's all three.
</p>
<p>
We
look from the origination all the way through the delivery of the data
in a business process. Not only do we do the data centers, and run
servers, storage, and communications, but we also run applications.
</p>
<p>
Applications
are also high on the order of whether they are green or not. First of
all, it means reconciling an application's portfolio, so that you're
not running three applications in three different places. That will run
three different server platforms and therefore will require more energy.
</p>
<p>
It's
being able to understand the inefficiencies with which we've coded much
of our application services in the past, and understanding that there
are much more efficient ways to use the emerging technologies and the
emerging servers than we've ever used before. So, we have a very high
focus on building green applications and reconciling existing
portfolios of applications into green portfolios.
</p>
<p>
<strong>How you use IT</strong><br />
Moving onto the business processes,
the best data delivered into the worst process will not improve that
process at all. It will just have extended it. Business process
outsourcing, business process consulting, and understanding how you use
IT in the business is continuing to have a very large impact on
environmental and green.
</p>
<p>
You've already identified the major
culprit in this. That is that the cost of energy is going to continue
to accelerate, and to be higher and higher, and therefore a major
component of your cost structure in running IT. So everybody is looking
at that.
</p>
<p>
Cloud
is, by its definition, moving a lot of processes into a very few number
of boxes -- ultra virtualization, ultra flexibility. So it's a
two-sided sword and both sides have to be looked at. One, is for you to
be able to get the benefits of the cloud, but the other one is to make
sure that the cost of the cloud, both in terms of capabilities as well
as the environment, are in your mindset as you contract.
</p>
<p>
One of the things about what has been called cloud or <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://h71028.www7.hp.com/enterprise/cache/483409-0-0-0-121.html">Adaptive Infrastructure</a>
is that you've got to look at it from two sides. One, if you know where
you're getting your IT from, you can ask that supplier how green is
your IT, and hold that supplier to a high standard of green IT. 
</p>
<p>
View a <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/09/economic-and-climate-imperatives.html">transcript</a> of the podcast. Download it from <a href="http://www.it-director.com/xurl.php?cid=11544&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes</a>. 
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11544&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11544/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11544&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11544&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11544&amp;title=Economic+and+climate+imperatives+combine+to+elevate+green+IT">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11544&amp;title=Economic+and+climate+imperatives+combine+to+elevate+green+IT">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11544&amp;title=Economic+and+climate+imperatives+combine+to+elevate+green+IT">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11544">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11544&amp;title=Economic+and+climate+imperatives+combine+to+elevate+green+IT">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11544/dm_0/f1f296dc0cc445f3877f9b25978728e7.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Mon, 21 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11544/f/fd_side_itd</guid>
        </item>
        <item>
            <title>SOA user survey helps define latest ESB trends, middleware use patterns</title>
            <link>http://www.it-director.com/r/c/11541/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 17th September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
<a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://www.surveymonkey.com/s.aspx?sm=bpXouf5Cnp_2bwWgdcYCtj7g_3d_3d"></a>
Forgive my harping on this, but I keep hearing about how powerful social media
is for gathering insights from the IT communities and users. Yet I
rarely see actual market research conducted via the social media milieu.<br />
<br />
So now's the time to fully test the process. I'm hoping that you users and specifiers of enterprise software middleware, SOA infrastructure, integration middleware, and enterprise service buses (ESBs) will take 5 minutes and <a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://www.surveymonkey.com/s.aspx?sm=bpXouf5Cnp_2bwWgdcYCtj7g_3d_3d">fill out my BriefingsDirect survey</a>. We'll share the results via this blog in a few weeks.<br />
<br />
We're seeking to uncover the latest trends in actual usage and perceptions around these SOA technologies&mdash;both open source and commercial.<br />
<br />
How
middleware products&mdash;like ESBs&mdash;are used is not supposed to change
rapidly. Enterprises typically choose and deploy integration software
infrastructure slowly and deliberately, and they don't often change
course without good reason.<br />
<br />
But the last few years have <a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://searchsoa.techtarget.com/news/article/0,289142,sid26_gci1364431,00.html">proven an exception</a>. Middleware products and brands have shifted more rapidly than ever before. Vendors have consolidated, product lines have merged. Users have had to grapple with <a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://searchsoa.techtarget.com/news/article/0,289142,sid26_gci1362697,00.html">new and dynamic requirements</a>.<br />
<br />
Open source offerings
have swiftly matured, and in many cases advanced capabilities beyond
the commercial space. Interest in SOA is now shared with anticipation
of cloud computing approaches and needs.<br />
<br />
So
how do enterprise IT leaders and planners view the middleware and SOA
landscape after a period of adjustment -- including the roughest global recession in more than 60 years?<br />
<br />
This brief survey, distributed by BriefingsDirect for <a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://www.interarbor-solutions.com/home.html">Interarbor Solutions</a>,
is designed to gauge the latest perceptions and patterns of use and
updated requirements for middleware products and capabilities. Please
take a few moments and share your preferences on enterprise middleware software. Thank you.<br />
<br />
<a href="http://www.it-director.com/xurl.php?cid=11541&amp;ref=fd_side_itd&amp;url=http://www.surveymonkey.com/s.aspx?sm=bpXouf5Cnp_2bwWgdcYCtj7g_3d_3d">Take the BriefingsDirect middleware/ESB survey now.</a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11541&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11541/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11541&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11541&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11541&amp;title=SOA+user+survey+helps+define+latest+ESB+trends%2C+middleware+use+patterns">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11541&amp;title=SOA+user+survey+helps+define+latest+ESB+trends%2C+middleware+use+patterns">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11541&amp;title=SOA+user+survey+helps+define+latest+ESB+trends%2C+middleware+use+patterns">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11541">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11541&amp;title=SOA+user+survey+helps+define+latest+ESB+trends%2C+middleware+use+patterns">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11541/dm_0/d8189e87f058247e7b0c79ab74f5060e.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Thu, 17 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11541/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Podcast: Open Group ramps up cloud and security activities</title>
            <link>http://www.it-director.com/r/c/11540/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 16th September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Standards
and open access are increasingly important to users of cloud-based
services. Yet security and control also remain top-of-mind for
enterprises. How to make the two&mdash;cloud and security&mdash;work in
harmony?
</p>
<p>
The Open Group is leading some of the top efforts to
make cloud benefits apply to mission critical IT. To learn more about
the venerable group's efforts I recently interviewed <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/contacts/bios/brown_bio.htm">Allen Brown</a>, president and CEO of The Open Group. We met at the global organization's <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/toronto2009/">23rd Enterprise Architecture Practitioners Conference</a> in Toronto.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Brown:</strong>
We started off in a situation where organizations recognized that they
needed to break down the boundaries between their organizations.
They're now finding that they need to continue that, and that investing
in enterprise architecture (EA) is a solid investment developing for the future. You're not going to stop that just because there is a downturn.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://1.bp.blogspot.com/_hLjiae7OY_o/Smecb8QoSkI/AAAAAAAAAi0/2bbWxxHfTFg/s1600-h/brown-small.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5361425885254142530" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 79px; height: 78px" src="http://1.bp.blogspot.com/_hLjiae7OY_o/Smecb8QoSkI/AAAAAAAAAi0/2bbWxxHfTFg/s200/brown-small.jpg" border="0" alt="" /></a>In fact, some of our members who I've been speaking to <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11462">see EA as critical</a> to ready their organization for coming out of this economic downturn.
</p>
<p>
... We're seeing <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11468">the merger of the need for EA with security</a>. We've got a number of security initiatives in areas of architecture, compliance, <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11512">audit</a>,
risk management, trust, and so on. But the key is bringing those two
things together, because we're seeing a lot of evidence that <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=3138">there are more concerns about security</a>.
</p>
<p>
...
IT security continues to be a problem area for enterprise IT
organizations. It's an area where our members have asked us to focus
more. Besides the obvious issues, the move to cloud does introduce some
more security concerns, especially for the large organizations, and it
continues to be seen as an obstacle.
</p>
<p>
On the vendor side, the
cloud community recognizes they've got to get security, compliance,
risk, and audit sorted out. That's the sort of thing our <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/security/">Security Forum</a> will be working on. That provides more opportunity on the vendor side for cloud services.
</p>
<p>
...
We've always had this challenge of how do we breakdown the silos in the
IT function. As we're moving towards areas like cloud, we're starting
to see some federation of the way in which the IT infrastructure is
assembled.
</p>
<p>
As far as the information, wherever it is, and what
parts of it are as a service, you've still got to be able to integrate
it, pull it together, and have it in a coherent manner. You&rsquo;ve got to
be able to deliver it not as data, but as information to those
cross-functional groups&mdash;those groups within your organization that
may be partnering with their business partners. You've got to deliver
that as information.
</p>
<p>
The whole concept of Boundaryless
Information Flow, we found, was even more relevant in the world of
cloud computing. I believe that cloud is part of an extension of the
way that we're going to break down these stovepipes and silos in the IT
infrastructure and enable Boundaryless Information Flow to extend.
</p>
<p>
One
of the things that we found internally in moving from the business side
of what our architecture is that the stakeholders understand to where
the developers can understand, is that you absolutely need that skill
in being able to be the person that does the translation. You can
deliver to the business guys what it is you're doing in ways that they
understand, but you can also interpret it for the technical guys in
ways that they can understand.
</p>
<p>
As this gets more complex, we've
got to have the equivalent of city-plan type architects, we've got to
have building regulation type architects, and we've got to have the
actual solution architect.
</p>
<p>
... We've come full circle. Now there
are concerns about portability around the cloud platform opportunities.
It's too early to know how deep the concern is and what the challenges
are, but obviously it's something that we're well used to -- looking at
how we adopt, adapt, and integrate standards in that area, and how we
would look for establishing the best practices.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect_Open_Group_Toronto_Brown.mp3">Listen</a> to the podcast. Find it on <a href="http://www.it-director.com/xurl.php?cid=11540&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes</a>.
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11540&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11540/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11540&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11540&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11540&amp;title=Podcast%3A+Open+Group+ramps+up+cloud+and+security+activities">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11540&amp;title=Podcast%3A+Open+Group+ramps+up+cloud+and+security+activities">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11540&amp;title=Podcast%3A+Open+Group+ramps+up+cloud+and+security+activities">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11540">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11540&amp;title=Podcast%3A+Open+Group+ramps+up+cloud+and+security+activities">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11540/dm_0/29f7ac79f058e0cbdc2df39d5016066f.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Wed, 16 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11540/f/fd_side_itd</guid>
        </item>
        <item>
            <title>XDAS standard aims to empower IT audit trails from across complex events, perhaps clouds</title>
            <link>http://www.it-director.com/r/c/11512/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 8th September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
<a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-XDAS_Auditing_Standard_Podcast.mp3"></a><font size="5"></font>Welcome to the latest BriefingsDirect podcast discussion, recorded at The Open Group&rsquo;s 23rd Enterprise Architecture Practitioners Conference and the associated 3rd Security Practitioners Conference in Toronto.<br />
</p>
<p>
We're going to take a look at an emerging updated standard called <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/security/das/xdas_int.htm">XDAS</a>, which looks at audit trail information from a variety of systems and software across the enterprise IT environment.<br />
</p>
<p>
This is <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://openxdas.sourceforge.net/">an emerging standard</a> that&rsquo;s being orchestrated <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/projects/security/xdas/">through The Open Group</a>, but it&rsquo;s an <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://xdas4j.codehaus.org/">open-source standard</a>
that is hopefully going to help in compliance and regulatory issues and
in improving automation of events across heterogeneous environments.
This could be increasingly important, as we get <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11509">deeper</a> into virtualization and cloud computing.<br />
</p>
<p>
Here to help us drill into XDAS (<a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://xdas4j.codehaus.org/demo/">see a demo now</a>), we're joined by <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/contacts/bios/dobson_bio.htm">Ian Dobson</a>, director of the Security Forum for The Open Group, as well as <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/jo%C3%83%C2%ABl-winteregg/1/160/867">Jo&euml;l Winteregg</a>, CEO and co-founder of NetGuardians. The discussion is moderated by me, Dana Gardner, principal analyst at Interarbor Solutions.<br />
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Dobson:</strong> We actually got involved way back in '90s, in 1998, when we published <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/projects/security/xdas/">the Distributed Audit Service (XDAS) </a><a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/projects/security/xdas/">Standard</a>.
It was, in many ways, ahead of its time, but it was a distributed audit
services standard. Today&rsquo;s audit and logging requirements are much more
demanding than they were then. There is a heightened awareness of
everything to do with audit and logging, and we see a need now to
update it to meet today&rsquo;s needs. So that&rsquo;s why we've got involved now.<br />
</p>
<p>
A
key part of this is event reporting. Event reports have all sorts of
formats today, but that makes them difficult to consume. Of course, we
then generate events so that they can be consumed in useful ways. So,
we're aiming <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://openxdas.sourceforge.net/">the new audit standard from XDAS</a>
to be something that defines an interoperable event-reporting format,
so that they can be consumed equally by everybody who needs to know.<br />
</p>
<p>
<strong>Winteregg:</strong> My company is working in the <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://www.netguardians.ch/index.php/resources/initiatives">area of audit event management</a>. We saw that it was a big issue to collect all these different audit trails from each different IT environment.<br />
</p>
<p>
We
saw that, if it was possible to have a single and standard way to
represent all this information, that would be much easier and relevant
for an IT user and for a security officer to analyze all this information,
in order to find out what the exact issues are, and to troubleshoot
issue in the infrastructure, and so on. That&rsquo;s a good basis for
understanding what's going on the whole infrastructure in the company.<br />
</p>
<p>
There is no uniform way to represent this information, and we thought that
this initiative would be really good, because it will bring something
uniform and universal that will help all the IT users to understand
what is going on.<br />
</p>
<p>
In distributed environments, it's really hard
to track a transaction, because it starts on a specific component, then
it goes through another one, and to a cloud. You don&rsquo;t know exactly
where everything is happening. So, the only way to track these
transactions or to track the accountability in such an environment
would be through some transaction identifiers, and so on.<br />
</p>
<p>
For auditors or administrator, it is really costly to understand this information and use it in
order to get relevant information for management to have metrics and to
understand what's really happening on the IT infrastructure.
</p>
<p>
Audit
information deals a lot with the accountability of the different
transactions in an enterprise IT infrastructure. The real logs, which
are modulated to develop strong meaning for debugging applications, may
be providing the size of buffers or parameters of an application. Audit
trails are much more business oriented. That means that you will have a
lot of accountability information. You will be able to track the who,
the what, and the when in the whole IT infrastructure, which is really
important these days with all these different regulations, like Sarbanes-Oxley (SOX) and the others.
</p>
<p>
With
a standard like XDAS, it will be much easier for a company to be in
compliance with regulations, because there will be really clear and
specific interfaces from all the different vendors to these generated
audit trails.
</p>
<p>
The standard will be open, but there is a Java
implementation of that standard called XDAS for J, which is a Java
Library. This implementation is open source and business friendly. That
means that you can use it in some proprietary software without having
to then provide your software as an open-source software. So, it is
available for business software too, and all the code is open. You can
modify it, look at it, and so on. It&rsquo;s on the <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://xdas4j.codehaus.org/demo/">Codehaus platform</a>.
</p>
<p>
We're
waiting for some feedback from vendors and users about how it is easy
to use, how helpful it is, and if there are maybe some use cases -- if
the scope is too wide, too narrow, etc. We're open to every comment
about the current standard.
</p>
<p>
Read a <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/09/xdas-standard-aims-to-empower-it-audit.html">transcript</a> of the podcast or download it from <a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes</a>.
</p>
<a href="http://www.it-director.com/xurl.php?cid=11512&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-XDAS_Auditing_Standard_Podcast.mp3"></a>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11512&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11512/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11512&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11512&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11512&amp;title=XDAS+standard+aims+to+empower+IT+audit+trails+from+across+complex+events%2C+perhaps+clouds">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11512&amp;title=XDAS+standard+aims+to+empower+IT+audit+trails+from+across+complex+events%2C+perhaps+clouds">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11512&amp;title=XDAS+standard+aims+to+empower+IT+audit+trails+from+across+complex+events%2C+perhaps+clouds">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11512">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11512&amp;title=XDAS+standard+aims+to+empower+IT+audit+trails+from+across+complex+events%2C+perhaps+clouds">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11512/dm_0/567b0e90643dbcb76cb8c74ed1aea335.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 08 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11512/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Intelligent Clinical Leadership in Mental Health</title>
            <link>http://www.it-director.com/r/c/11517/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><img border="0" src="http://www.it-director.com/images/people/small/blank.gif" width="40" height="50" alt="[No Image]" /></td><td valign="top" width="100%">By: Dr Alex Horne, <em>Medical Director</em>, North East London Foundation Trust<br/>Posted: 3rd September 2009<br/>Copyright North East London Foundation Trust &copy; 2009</td></tr></table></div>

<p>
For decades, the focus in healthcare business intelligence has been on acute hospitals, almost to the exclusion of all other sectors. Even when other areas began to acquire systems, the tendency was to start with primary care, and then commissioners, and leave mental healthcare as something of an afterthought. 
</p>
<p>
What has caused that to change has been the move towards Foundation Trust status. Over half of all Mental Health Trusts have now achieved foundation status, putting them on a par with their counterparts in the acute sector. As Foundation Trusts enjoy increased autonomy they face a requirement for improved management and more robust financial control, which in turn poses a significant and unique challenge to Mental Health Trusts. 
</p>
<p>
So what are the specific obstacles faced, and what role can business intelligence play in helping to not only meet mandatory mental health reporting requirements, but also to transform healthcare delivery? 
</p>
<p>
<strong>Bridging the geographical divide</strong><br />
Mental Health Trusts can operate over hundreds of sites across large geographical areas, and across multiple local authorities and PCTs. A large proportion of the work carried out by Mental Health hospitals takes place on neither an inpatient nor an outpatient basis, but through community contacts. 
</p>
<p>
All of which poses a challenge in ensuring unified and accessible clinical records&mdash;multiple case notes at different sites can make it difficult for health and social care teams, clinicians and managers to share patient data effectively to deliver the best possible care. 
</p>
<p>
The deployment of electronic patient record systems will improve accessibility, but challenges remain, both in developing more flexible systems which can be adapted to the needs of the clinicians who use them, and also in educating clinicians on these new systems and the way in which data needs to be recorded. 
</p>
<p>
The approach taken at North East London is to deploy a single data warehouse from Ardentia, to ensure the information silos that can all too easily exist within the distributed geography of mental health are broken down. A web-based approach also means data can be shared more easily. Improving access to data in this way will not only improve care delivery, and meet management reporting requirements, but is also a fundamental building block to transforming healthcare delivery, giving clinicians the ability to lead, in line with the recommendations of the Darzi review. 
</p>
<p>
<strong>Business intelligence for business processes</strong><br />
Foundation status requires Trusts to function on a robust and clear business footing. Greater autonomy brings with it the need for more far-reaching management decisions, based on reliable evidence and giving clear understanding of the issues that need to be addressed. 
</p>
<p>
There is also a requirement for far more detailed financial reporting, a mandated requirement from Monitor, which oversees Foundation Trust applications, regulates performance and requires the development of service line reporting to meet these financial requirements. 
</p>
<p>
The challenge for senior clinicians is to understand the financial and management issues related to the care being delivered, in order to ensure more robust management. They need accurate information on resources used, quality of care and financial performance, and to access this, they need powerful business intelligence solutions. 
</p>
<p>
<strong>Dealing with complex patient pathways</strong><br />
Many patients with mental health have long-standing and complex needs. Unlike acute physical care&mdash;where clear-cut pathways determine the intervention needed&mdash;the challenge in mental health is to bring the relevant services together at the right time, according to patient need, ensuring the appropriate care bundles are delivered. 
</p>
<p>
Within the treatment of a single patient for a single condition, there may be moments when the patient moves from one bundle of care to another. This would be the case, for example, when the patient is being treated for a sub-psychotic condition but goes through a psychotic episode in the course of treatment. This all impacts on resource usage and the costs involved. 
</p>
<p>
Mental health trusts therefore require good quality data on multiple patient episodes and need to reason in terms of real pathways of care, in order to develop comprehensive reports and develop the right care package. Business intelligence systems must be able to bring together and link data from many different systems, to build pathways that identify community contacts, therapy sessions, outpatient attendances and so on into coherent pathways, to be analysed as a package. 
</p>
<p>
<strong>Bringing it all together</strong><br />
That kind of complex care then needs to be married with financial data drawn from our accounting systems so that we can provide service line reporting and meet the management requirements set out by Monitor. 
</p>
<p>
Looking at the financial implications and management issues associated with the care delivered in this way also does something else that is profoundly important: just as it brings together data about the healthcare activity carried out, the inpatient stays, outpatient attendances and community contacts delivered, with data from accounts, so it brings together clinicians who provide the care with the finance managers who are answerable for the performance of the Trust. 
</p>
<p>
Bringing together clinicians and managers to break down information barriers and meet the unique data challenges within mental health will not happen overnight, but in doing so, will generate unprecedented improvements in patient care. 
</p>
<p>
<strong>Creating the clinical leaders of the future</strong><br />
The Department of Health, guided by the recommendations of the Darzi review, is committed to bringing senior clinicians and consultants to the very heart of decision-making. To do so requires clinicians to have an understanding of the wider financial and management issues, and the resulting challenge for Trusts is to provide the necessary data. This is where business intelligence is crucial, bringing together information on care delivered, outcomes and the financial costs attached. 
</p>
<p>
North East London Foundation Trust is working closely with Ardentia to ensure they have good quality service line reporting which provides the data needed on cost, activity and outcome. As a result, for the first time, clinicians will get a more comprehensive understanding of the care delivered, empowering them to make more meaningful decisions, and to work more closely with commissioners to shape future healthcare delivery. 
</p>
<p>
Give senior clinicians the data they need, and you give them the capacity to lead, to function in a business manner as proposed in the Darzi review, and as a result to transform care delivery and meet the needs of those who need it. 
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11517&amp;ref=fd_side_itd&amp;url=http://www.ardentia.co.uk/">http://www.nelft.nhs.uk/</a> <a href="http://www.it-director.com/xurl.php?cid=11517&amp;ref=fd_side_itd&amp;url=http://www.ardentia.co.uk/">http://www.ardentia.co.uk/</a> 
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11517&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11517/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11517&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11517&ref=fd_side_itd">Contact Dr Alex Horne (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11517&amp;title=Intelligent+Clinical+Leadership+in+Mental+Health">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11517&amp;title=Intelligent+Clinical+Leadership+in+Mental+Health">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11517&amp;title=Intelligent+Clinical+Leadership+in+Mental+Health">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11517">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11517&amp;title=Intelligent+Clinical+Leadership+in+Mental+Health">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11517/dm_0/370de4658188db697690ae1c32202666.gif" width="4" height="4" alt="" />]]></description>
            <author>Dr Alex Horne, North East London Foundation Trust</author>
            <pubDate>Thu, 03 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11517/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Nimble BPM helps enterprises gain rapid productivity returns</title>
            <link>http://www.it-director.com/r/c/11507/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 2nd September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Welcome to a podcast discussion on the importance of business process management (BPM), especially for use across a variety of existing systems, in complex IT landscapes, and for building flexible business processes in dynamic environments.
</p>
<p>
The current economic climate
has certainly highlighted how drastically businesses need to quickly
adapt. Many organizations have had to adjust internally to new
requirements and new budgets. They have also watched as their markets
and supplier networks have shifted and become harder to predict.
</p>
<p>
To better understand how business processes can be developed and managed <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.ecmexpert.org/uploadedFiles/Products/iMarkup/F-Nimble%20BPM%20WP.pdf">nimbly</a> to help deal with such change, I recently moderated a panel of users, BPM providers, and analysts. Please join me in welcoming <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.upsideresearch.com/about/team/">David A. Kelly</a>, senior analyst at Upside Research; <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/joby-o-brien/0/96/763">Joby O'Brien</a>, vice president of development at BP Logix, and Jason Woodruff, project manager at TLT-Babcock.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Kelly:</strong>
What's important is to be able to drive efficiency throughout an
organization, and across all these business processes. With the
economic challenges that organizations are facing, they've had to
juggle suppliers, products, customers, ways to market, and ways to sell.
</p>
<p>
As
they're doing that, they're looking at their existing business
processes, trying to increase efficiencies, and they are trying to
really make things more streamlined. ... Some organizations are even
getting into cloud solutions and outside services that they need to
integrate into their business processes. We've seen a real change in
terms of how organizations are looking to manage these types of
processes across applications, across data sources, across user
populations.
</p>
<p>
... BPM solutions have been around for quite
some time now, and a lot of organizations have really put them to good
use. But, over the past three or four years, we've seen this
progression of organizations that are using BPM from a task-oriented
solution to one that they have migrated into this infrastructure
solution. ... [But] now with the changes and pressures that
organizations are facing in the economy and their business cycles, we
see organizations look for much more direct, shorter-term payback and
ways to optimize business processes.
</p>
<p>
<strong>O'Brien: </strong>It's
difficult for an organization, especially right now, to look at
something on a one-, two-, or three-year plan. A lot of the BPM
infrastructure products and a lot of the larger, more traditional ways
that BPM vendors approach this reflect that type of plan. What we're
seeing is that companies are looking for a quicker way to see a return
on their BPM investment. What that means really is getting an
implementation done and into production faster.
</p>
<p>
When there are
particular business needs that are critical to an organization or
business, those are the ones they tend try to address first. They are
looking for ways to provide a solution that can be deployed rapidly.
... They take the processes that are most critical, and that are being
driven by the business users and their needs, and address those with a
one-at-a-time approach as they go through the organization.
</p>
<p>
It's
very different than a more traditional approach, where you put all of
the different requirements out there and spend six months going through
discovery, design, and the different approaches. So, it's very
different, but provides a rapid deployment of highly customized
implementations.
</p>
<p>
<strong>Woodruff:</strong>
TLT-Babcock is a supplier of air handling and material handling
equipment, primarily in the utility and industrial markets. So, we have
our hands in a lot of markets and lot of places.
</p>
<p>
As a project
manager, ... I realized a need for streamlining our process. Right now,
we don't want to ride the wave, but we want to <em>drive</em>
the wave. We want to be proactive and we want to be the best out there.
In order to do that, we need to improve our processes and continuously
monitor and change them as needed.
</p>
<p>
After quite a bit of
investigation and looking at different products, we developed and used
a matrix that, first and foremost, looked at functionality. We need to
do what we need to do. That requires flexibility and ultimately
usability, not only from the implementation stage, but the end user
stage, and to do so in the most cost-effective manner. That's <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.reuters.com/article/pressRelease/idUS104635+07-Apr-2009+BW20090407">where we are today</a>.
</p>
<p>
We
looked at why document control was an issue and what we could do to
improve it. Then, we started looking at our processes and internal
functions and realized that we needed a way to not just streamline
them. One, we needed a way to define them better. Two, we needed to
make sure that they are consistent and repetitive, which is basically
automation.
</p>
<p>
<strong>O'Brien:</strong> There's one thing that Jason said that we think is particularly important. He used one phrase that's key to <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.ecmexpert.org/uploadedFiles/Products/iMarkup/F-Nimble%20BPM%20WP.pdf">Nimble BPM</a>.
He used the term &quot;monitor and change,&quot; and that is really critical.
That means that I have deployed and am moving forward, but have the
ability, with <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://www.bplogix.com/technology/">BP Logix Workflow Director</a>,
to monitor how things are going&mdash;and then the ability to make changes
based on the business requirements. This is really key to a Nimble BPM
approach.
</p>
<p>
The approach of trying to get everybody to have a
consensus, a six-month discovery, to go through all the different
modeling, to put it down in stone, and then implement it works well in
a lot of cases. But organizations that are trying to adapt very quickly
and move into a more automated phase for the business processes need
the ability to start quickly.
</p>
<p>
... The idea or the approach with
the Nimble BPM is to allow folks like Jason&mdash;and those within IT&mdash;to be able to start quickly. They can put one together based on what
the business users are indicating they need. They can then give them
the tools and the ability to monitor things and make those changes, as
they learn more.
</p>
<p>
In that approach, you can significantly
compress that initial discovery phase. In a lot of the cases, you can
actually turn that discovery phase into an automation phase, where, as
part of that, you're going through the monitoring and the change, but
you have already started at that point.
</p>
<p>
<strong>Woodruff:</strong>
We saw this as an opportunity not just to implement a new product like
Workflow Director, but to really reevaluate our processes and, in many
cases, redefine them, sometimes gradually, other times quite
drastically.
</p>
<p>
Our project cycle, from when we get an order to
when our equipment is up and operating, can be two, three, sometimes
four years. During that time there are many different processes from
many different departments happening in parallel and serially as well.
You name it -- it's all over the place. So, we started with that
six-month discovery process, where we are trying to really get our
hands around what do we do, why do we do it that way and what we should
be doing.
</p>
<p>
As a result, we've defined some pretty complex
business models and have begun developing. It&rsquo;s been interesting that
during that development of these longer-term, far-reaching
implementations, the sort of spur-of-the-moment things have come up,
been addressed, and been released, almost without realizing it.
</p>
<p>
A
user will come and say they have a problem with this particular
process. We can help. We'll sit down, find out what they need, create a
form, model the workflow, and, within a couple of days, they're off and
running. The feedback has been overwhelmingly positive.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/nimble-business-process-management.html">Read a full transcript</a> of the discussion. The full podcast is also available on <a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes.</a>
</p>

<a href="http://www.it-director.com/xurl.php?cid=11507&amp;ref=fd_side_itd&amp;url=http://media.libsyn.com/media/interarbor/BriefingsDirect-BP_Logix_Podcast.mp3"></a>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11507&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11507/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11507&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11507&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11507&amp;title=Nimble+BPM+helps+enterprises+gain+rapid+productivity+returns">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11507&amp;title=Nimble+BPM+helps+enterprises+gain+rapid+productivity+returns">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11507&amp;title=Nimble+BPM+helps+enterprises+gain+rapid+productivity+returns">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11507">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11507&amp;title=Nimble+BPM+helps+enterprises+gain+rapid+productivity+returns">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11507/dm_0/2a562e118c7eefb72d0fad2039b5ee80.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Wed, 02 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11507/f/fd_side_itd</guid>
        </item>
        <item>
            <title>New era enterprise architects need sweeping skills to straddle the IT-business alignment chasm</title>
            <link>http://www.it-director.com/r/c/11506/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 1st September 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Welcome to a special sponsored podcast discussion coming from The Open Group&rsquo;s 23rd Enterprise Architecture Practitioners <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/toronto2009/">Conference</a> in Toronto. This podcast, part of a series from the event, centers on  the issue of the enterprise architect (EA)&mdash;the role, the responsibilities, the certification, and skills&mdash;both now and into the future.
</p>
<p>
The burgeoning impact of cloud computing, the down economy, and the interest in projecting more value from IT to the larger business  is putting new requirements on the enterprise IT department.  [See a <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://blogs.zdnet.com/Gardner/?p=3107">related discussion</a> on the effect of cloud computing on the architect role.] 
</p>
<p>
So who takes on the mantle of grand overseer as IT expands its purview into more business processes and productivity issues?
Who is responsible? Who can instrument these changes, and, in a sense,
be a new kind of leader in the transition and transformation of IT and
the enterprise?
</p>
<p>
To help us sort through who takes on the mantle of grand overseer as IT expand its purview, we're joined by <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.theopengroup.org/contacts/bios/deraeve_bio.htm">James de Raeve</a>, vice president of certification at The Open Group; <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.theopengroup.org/contacts/bios/fehskens_bio.htm">Len Fehskens</a>, vice president, Skills and Capabilities at The Open Group; <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.footepartners.com/FPbiographies.htm">David Foote</a>, CEO and co-founder, as well as chief research officer, at Foote Partners, and <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/member/member-spotlight-uppal.htm">Jason Uppal</a>, chief architect at QRS. The discussion is moderated by me, BriefingsDirect's Dana Gardner.
</p>
<p>
Here are some excerpts:
</p>
<p>
<strong>Fehskens:</strong>
One of the things that I've seen over my career in architecture is that
the focus of architects has moved up the stack, so to speak. Initially
the focus was on rationalizing infrastructure, looking for ways to
reduce cost by removing redundancy and unneeded diversity. It's moved
up through the middleware layer to the application layer to business
process, and now people are saying, &quot;Well, the place where we need to
look for those kinds of benefits is now at the strategy level.&quot; That's
inevitable.<br />
</p>
<p>
The thing to understand, though, is that's it's not
moving forward in a linear front across the entire industry. The rate
of progress is locally defined, so to speak. So, different
organizations will be at different points in that evolutionary path.<br />
</p>
<p>
<strong>Uppal:</strong> As
the role of the architect starts to ascend in the organization ... it makes
a lot of other professionals very nervous about what we do. In this day
and age, you have to be very good at what you always did in the
rationalization technology, but you also have to be very much almost a
priest-like sensitive person, so that you don't trample on somebody's
feelings.<br />
</p>
<p>
You have to make sure that you don't trample somebody
else along the way, because, without them, you're not going to go very
far. Otherwise, they're going to throw a lot of stones along the way.
So that's another a huge challenge that we have from skills of the
architect ... having this soul that is sensitive to the other
professions.<br />
</p>
<p>
<strong>Foote:</strong> In
the total group of enterprise architects I've met, every one of them
was a great communicator. They were able to really make people feel
comfortable around some very abstruse, very abstract, and, for people
who are not technical, very technical concepts. They just could
communicate. They could set people at ease. They were nonthreatening,
and by the way, most of them, I think, were really close to genius.<br />
</p>
<p>
<strong>Fehskens:</strong>
One of the architects who I worked with on a fairly regular basis told
me that the most satisfying moment in her career was when one of her
clients told her, &quot;You make me feel smart.&quot; That for me really
encapsulated the communications goal for an architect&mdash;to make points
about these complex issues so clear that people understand them and
feel comfortable with them.<br />
</p>
<p>
<strong>Foote:</strong>
People really don't know who enterprise architects are. ... [The
average HR department person] thinks &quot;architect&quot; is a title that all
people in IT want to have ... without really grabbing hold and defining
the architect. They've let the IT organization simply hand out these
titles to people as a way to attract them to the organization.
<br />
</p>
<p>
...
That lack of control in HR is commonplace today. I tell HR
organizations that ... You should have a representative to the HR
organization that was selected by the CIO or the IT management there to
represent them to HR. That person should be the person who advocates
also for HR, so that they never are handed job descriptions that do not
exist in the company. ... Mainly the lack of control is around job
descriptions.<br />
</p>
<p>
<strong>De Raeve:</strong> The
other thing is that architects are, by their nature, extremely
adaptive, and they redefine themselves to fit into where there are gaps
in the organization where there are needs. They reshape themselves to
address those needs. So, we're sort of like chameleons or
shape-shifters, depending on what the organizational context is.<br />
</p>
<p>
If
you've got a whole bunch of people doing that, it's very hard to say,
&quot;You people are all basically performing the same role, because it will
look different in some respect. See one person do it. It's even worse.
So the only thing you could do is say, &quot;Oh, shape-shifter, some kind of
a magician.&quot;<br />
</p>
<p>
... I think what you're asking for is the
universally agreed professional framework for the enterprise architect,
and I'll give it you the moment we have it. ... We're at an early stage
in the maturity of this concept in the profession or in the industry.<br />
</p>
<p>
...
This was the very problem that we were given when developing our
certification. We've got some documentation, which defines what those
skills and experience levels are. You can look at that, if you're
practicing architecture or you are in the architecture space. You could
look at that stuff and say, &quot;These are really good things that I ought
to be drawing from as I work on my definitions of roles, or as I look
at recruiting people or developing or promoting people.&quot; The
certification is a separate piece of value.<br />
</p>
<p>
So, we provide a lot
of material that enables you to actually come to grips with what best
practice things are, a set of core skills, competencies, and
experiences that are needed by successful architects. In response to
that, we developed our <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/itac/">IT Architect Certification Program (ITAC)</a> for the skills and experience, the ITAC Program, and we also have <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://www.opengroup.org/certification/togaf-home.html">the TOGAF program</a>, which is more about knowledge.
<br />
</p>
<p>
The
community is crying out for it. They may not know that they're asking
for it, but they're asking for it. One of my things is that I have to
go and sell our certification programs to people. So I visit a number
of different organizations and explain what we're doing and what it
means.<br />
</p>
<p>
So, we've got the two things: tools to enable
organizations to start understanding what best practice is in the
space, and then the certification program that allows people to
communicate to their customers, their employers, and their next
employer that they actually possess these skills and competencies.
<br />
</p>
<p>
<strong>Uppal:</strong>
If we step outside of the IT industry, you'll see a lot of parallels of
other professionals being developed, very similarly to how we develop
architects. Architects are not this nebulous thing that just grows.
They are developed.<br />
</p>
<p>
<strong>Foote:</strong>
There are definitely some activities in architecture that you can't
outsource. ... Most companies that we talk to say, &quot;We like our
architects. They've done very well, because we trust them. The business
trusts them. We trust them. They are good channels of communication.
They've opened up a lot of thought in our company. We'd really like
three times more of these people. How do we accelerate the growth
internally?&quot;<br />
</p>
<p>
They want to know how they can develop architects
internally, because they know that they're not going to get that same
quality. Now, these are people who are architecting out of that very
delicate core competency, strategic level that you don't want to share
with outsiders&mdash;for a lot of reasons.<br />
</p>
<p>
... I've never met a
recruiter who specialized in architects. I don't know that those
recruiters exist. They probably don't, because there isn't a lot of
demand on the outside for hiring architects.<br />
</p>
<p>
I do think the
architects that I see that are brought in from outside are often
consultants, formerly of Accenture, IBM, CSC, or one of the large
houses. They are brought in basically to calm down the chatter, to
educate, and train. They're there to cleanup a fire, to calm things
down, get people on the same page, and then go. Sometimes, that's the
best way to bring in an architect.<br />
</p>
<p>
<strong>Fehskens:</strong>
In a couple of conversations that I've had with people about where we
seem to be evolving the role of enterprise architect, they have said
basically, &quot;Yeah, these people are going to become in-house management
consultants and they're going to be better for that. They're going to
know your business intimately, because they're going to have
participated in strategic evolution over time.&quot;<br />
</p>
<p>
There is a lot
of merit in that analogy and a lot of similarity. I think the only
difference is that what we're trying to do with EA is bring more of
engineering rigor and engineering discipline to this domain and less of
the touchy, feely, &quot;do it because I think it's the right thing to do&quot;
kind of stuff&mdash;not to disparage management consultants and the like.
</p>
<p>
<strong>Uppal:</strong>
One of the big differences between management consultant and enterprise
architects is that what you put on the table, you have to execute. The
management consultant says, &quot;You should do this, this, and this,&quot; and
walks away. At the end of the day, if you, as an architect, put
something on the table and you can't execute this thing, you have
basically zero value. People are no longer buying management
consultants at face value. They want you to execute.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/new-era-enterprise-architects-need.html">Read a full transcript</a> of the discussion. The full podcast is also available on <a href="http://www.it-director.com/xurl.php?cid=11506&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes.</a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11506&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11506/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11506&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11506&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11506&amp;title=New+era+enterprise+architects+need+sweeping+skills+to+straddle+the+IT-business+alignment+chasm">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11506&amp;title=New+era+enterprise+architects+need+sweeping+skills+to+straddle+the+IT-business+alignment+chasm">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11506&amp;title=New+era+enterprise+architects+need+sweeping+skills+to+straddle+the+IT-business+alignment+chasm">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11506">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11506&amp;title=New+era+enterprise+architects+need+sweeping+skills+to+straddle+the+IT-business+alignment+chasm">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11506/dm_0/52702dc27949d49a18af83cc101c1d87.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 01 Sep 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11506/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Cloud computing uniquely enables product and food recall processes across supply chains</title>
            <link>http://www.it-director.com/r/c/11501/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 28th August 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
This week brought <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.managingautomation.com/maonline/news/read/HP_Partner_Roll_Out_CloudBased_Product_Recall_Service_32996">an excellent example</a> of how cloud-based services can meet business goals better than traditional IT and process management approaches.
</p>
<p>
In conjunction with <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.gs1ca.org/">GS1 Canada</a>, HP announced <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.siliconbeat.com/2009/08/25/hp-gets-into-the-food-safety-business/">a product recall process Monday</a> that straddles many participants across global supply chains.
The pressures in such multi-player process ecologies can mount past the
breaking point for such change management nightmares as rapid food or product recalls.
</p>
<p>
You may remember recent food recalls
that hurt customers, sellers, suppliers and manufacturers&mdash;potentially irreparably. There have been similar issues with product
or public health outbreaks. The only way to protect users is to
identify the risks, warn the communities and public, and remove the
hazards. It demands a tremendous amount of coordination and adjustment,
often without an initial control source or authority.
</p>
<p>
The keys
to making such recalls effective is traceability, visibility and
collaboration across many organization boundaries. Traditional &quot;one
step up, one step down&quot; methods&mdash;the norm today in addressing the
tracing of any product&mdash;has its limitations in providing required
visibility into products across their lifecycle. Without viable
information about how food or products get to market, you can't get
them out.
</p>
<p>
Hence, developing an accurate, single picture of the
&quot;life story of a product&quot; is something the industry and the consumers
have struggled with continuously, according to <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/mick-keyes/1/6a2/2a8">Mick Keyes</a>, Senior Architect in HP's CTO's Office. [Disclosure: HP is a sponsor of BriefingsDirect podcasts.]
</p>
<p>
That
&quot;life story of a product&quot; became the nexus of the initiative to create
a &quot;cloud traceability platform,&quot; which arrived Monday. <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://enterpriseapplications.cbronline.com/news/hp_gs1_canada_launch_cloudbased_product_recall_process_090824">The GS1 Canada Product Recall service</a> runs on the <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.communities.hp.com/online/blogs/manufacturing-distribution/archive/2009/08/24/a-cloud-ecosystem-for-inter-enterprise-visibility.aspx">HP cloud computing platform for manufacturing</a>
to provide users with secure, real-time access to product information
so that recalled products are fully traced and promptly removed from
the supply chain.
</p>
<p>
This enables more accurate targeting of recall
products. Security enhancements help make sure that only authorized
recalls are issued and that only targeted retailers receive
notifications. HP will be creating a number of additional specific
services that leverage cloud computing to meet specific industry need
in other sectors, such as hospitality and retail.
</p>
<p>
I recently
moderated a sponsored podcast discussion on the fast-evolving
implications that cloud computing has on companies in industries like
manufacturing. The goal is not to define cloud by what it is, but
rather by what it can do, and to explore what cloud solutions can
provide to manufacturing and other industries.
</p>
<p>
In addition to Keyes, I was joined in the discussion by <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/christian-verstraete/0/416/9a4">Christian Verstraete</a>,
Chief Technology Officer for Manufacturing &amp; Distribution
Industries Worldwide at HP, and Bernd Roessler, marketing manager for
Manufacturing Industries at HP.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Keyes:</strong>
In the whole area of recall, we're looking at value-add services that
we will offer to regulatory bodies, other industry groups, and
governments, so they can have a visibility into what's happening in
real-time.
</p>
<p>
This is something that's been missing in the industry
up to today. What we're offering is a centralized offering, a hub,
where any of the entities in the supply chain or nodes in the supply
chain&mdash;be they manufacturers, be they transportation networks,
retailers, or consumers&mdash;can use the cloud as a mechanism from which
they will be able to gain information on whether our product is
recalled or not.
</p>
<p>
In the last few years, we've seen a large
number of recalls across the world, which hit industry fairly heavily.
But also, from a consumer point of view or visibility into where the
food comes from, this can be extended to other product areas. It
improves consumer confidence in products that they purchase.
</p>
<p>
It's
not just in the food area. We also see it expanding into areas such as
healthcare and the whole pharmaceutical area as well. We're looking at
the whole idea of how you profile people in the cloud itself. We're
looking at how next generation devices, edge of the network devices as
well, will also feed information from anywhere in the world into the
profile that you may have in the cloud itself.
</p>
<p>
We're taking data
from many disparate types of sources&mdash;be it the food you actually
eat, be it your health environment, be it your life cycle&mdash;and be
able to come with up cloud based offerings to offer a variety of
different services to consumers. It's a real extension to what industry
is doing.
</p>
<p>
<strong>Roessler:</strong>
Cloud services to consumers are distinct, different things, compared to
cloud services in the enterprise. From an industry vertical
perspective, I think we need to have a particular look at what is
different in providing cloud services for enterprises. ... Some
dimensions of cloud are changing business behavior of companies.
</p>
<p>
Number
one is that everybody likes to live up to the promise of saving costs
by introducing cloud services to enterprises and their value chains.
Nevertheless, compared to consumer services like free e-mail, the
situation in enterprises is dramatically different, because we have a
different cost structure, as we need not only talk about the cost of
transaction.
</p>
<p>
In the enterprise, we also need to think about privacy, storage, and archiving information, because that is the
context under which cloud services for enterprises live.
</p>
<p>
The
second dimension, which is different, is the management of intellectual
property and confidentiality in the enterprise environment. Here it is
necessary that cloud services, which are designed for industry usage,
are capturing data. At the moment, everybody is trying to make sure
that critical enterprise information in IT is secured and stays where
it should stay. That definitely imposes a critical functionality
requirement to any cloud service, which might contradict the need for
creating this, &quot;everybody can access anywhere,&quot; vision of a cloud
service.
</p>
<p>
Last but not least, it is important that we're able to
scale those services according to the requirement of the function and
the services this cloud environment should provide. This is imposing
quite a few requirements on the technical infrastructure. You need to
have compute power, which you can inject into the market, whenever you
need it.
</p>
<p>
You need to be able to scale up very much on the
dependencies, however. And, coming back to the promise of the cost
savings, if you're not combining this technology infrastructure
scalability with the dimension of automation, then cloud services for
enterprises will not deliver the cost savings expected. These are the
kinds of environments and dimensions any cloud provisioning,
particularly in enterprises, need to work against.
</p>
<p>
<strong>Verstraete: </strong>By
using cloud services and by changing the approach that is provided to
the customer, at the same time you do a very good thing from an
environmental perspective. You suddenly start seeing that cloud is
adding value in different ways, depending on how you use it. As you
said earlier, it allows you to do things that you could not do before,
and that's an important point.
</p>
<p>
Gain a good understanding of what
the cloud is and then really start thinking about where the cloud could
really add value to their enterprise. One of the things that we
announced last week is a workshop that helps them to do that&mdash;The HP
Cloud Discovery Workshop&mdash;that involves sitting down with our
customers and working with them, trying to first explain cloud to them,
having them gain a good understanding of what a cloud really is, and
then looking with them at where it can really start adding value to
them.
</p>
<p>
Once they&rsquo;ve done that, they can then start building a
roadmap of how they will start experimenting with the cloud, how they
will learn from implementing the cloud. They can then move and grow
their capabilities in that space, as they grow those new services, as
they grow those new capabilities, as they build a trust that we talked
about earlier.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/cloud-computing-uniquely-enables.html">Read a full transcript</a> of the discussion. The full podcast is also available on <a href="http://www.it-director.com/xurl.php?cid=11501&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes.</a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11501&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11501/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11501&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11501&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11501&amp;title=Cloud+computing+uniquely+enables+product+and+food+recall+processes+across+supply+chains">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11501&amp;title=Cloud+computing+uniquely+enables+product+and+food+recall+processes+across+supply+chains">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11501&amp;title=Cloud+computing+uniquely+enables+product+and+food+recall+processes+across+supply+chains">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11501">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11501&amp;title=Cloud+computing+uniquely+enables+product+and+food+recall+processes+across+supply+chains">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11501/dm_0/46578515b2ef725a2cbcaba0bc449356.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Fri, 28 Aug 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11501/f/fd_side_itd</guid>
        </item>
        <item>
            <title>ITIL 3 helping IT transform into mature business units</title>
            <link>http://www.it-director.com/r/c/11497/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 26th August 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
Running IT departments as mature business units
has clearly become more pressing. Recessionary budget pressures and the
need to compare existing IT costs to newer options and investments
means IT and business leaders need to understand how IT operates from
an IT services management (ITSM) perspective.
</p>
<p>
The <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.businessinsider.com/2009/2/ballmer-expects-a-fundamental-economic-reset">&quot;reset economy&quot;</a> has moved the business and operations maturity process of IT from &quot;nice to have&quot; to &quot;must have,&quot; if costs are going to be cut without undermining operational integrity. IT financial management (ITFM) must be pervasive and transparent if true costs are to be compared to alternative sourcing options like data center modernization, SaaS, virtualization, and cloud computing models.
</p>
<p>
Fortunately, there is a template and tried-and-true advise on moving IT operations to such business unit maturity. The standards and methods around ITIL Version 3
provide a pattern for better IT efficiency, operational accountability
and ITSM. Yet there are some common misunderstandings about ITIL and
how it can be best used.
</p>
<p>
To help unlock the secrets and to debunk some confusion about ITIL v3, I recently gathered three
experts on ITIL for a podcast discussion on how IT leaders
can best leverage ITSM.
</p>
<p>
Please welcome <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.zoominfo.com/Search/PersonDetail.aspx?PersonID=14425938">David Cannon</a>, co-author of the <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.amazon.com/Service-Operation-Itil-Version-3/dp/0113310463">Service Operation Book</a> for the latest version of ITIL, and an ITSM practice principal at HP; <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/in/stuartrance">Stuart Rance</a>, service management expert at HP, as well as co-author of <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.best-management-practice.com/gempdf/ITIL_Glossary_V3_1_24.pdf">ITIL Version 3 Glossary</a>; and Ashley Hanna, business development manager at HP and also a co-author of ITIL Version 3 Glossary.
</p>
<p>
Here are some excerpts of our discussion:<br />
</p>
<p>
<strong>Cannon:</strong>
IT needs to save costs. In fact, the business puts a lot of pressure on
IT to bring their costs down. But, in this economy, what we're seeing
is that IT plays a way more important role than simply saving money.
</p>
<p>
Business
has to change the way in which it works. It has to come up with
different services. The business has to reduce its cost. It has to find
better ways of doing business. It has to consolidate services. In every
single one of those decisions, IT is going to play an instrumental
role. The way in which the business moves itself toward the current
economy has to be supported by the way in which IT works.
</p>
<p>
Now,
if there is no linkage between the business and the way in which IT is
managed, then it's going to be really, really difficult for the
business to get that kind of value out of IT. So, ITSM provides a way
in which IT and the business can communicate and design new ways of
doing business in the current economy.
</p>
<p>
IT is going to drive
these changes to the business. What we're seeing in the reset is that
businesses have to change their operating models.
</p>
<p>
Part of an
operating model within any business is their IT environments and the
way in which IT works and is integrated into the business processes
and services. So, when we talk about a reset, what we're really talking
about is just a re-gearing of the operating models in the business&mdash;and that includes IT.
</p>
<p>
<strong>Rance:</strong> A lot of people don't really get what we're talking about, when we talk about <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://h20338.www2.hp.com/services/cache/10309-0-0-225-121.html">service management</a>.
</p>
<p>
The
point is that there are lots of different service providers out there
offering services. Everybody has some kind of competition, whether it's
internal, a sort of outsourcing, or <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11356">alternate ways of providing service</a>.
</p>
<p>
All
of those service providers have access to the same sorts of resources.
They can all buy the same servers, network components, and software
licenses, and they can all build data centers of the same standards.
So, the difference between service providers isn't in what
resources they bring to bear. They are all the same.
</p>
<p>
Service
management is the capabilities a service provider brings in order to
deploy, control, and manage those resources to create some value for
their customers. It includes things about all of your processes for
managing changes, incidents, or the organizational designs and their
roles and responsibilities, and lots of different things that you
develop over time as an organization. It's how you create value from
your resources and distinguish yourself from alternate service
providers.
</p>
<p>
... What I've seen recently is that organizations
that have already achieved a level of ITSM maturity are really building
on that now to improve their efficiency, their effectiveness, and their
cost-effectiveness.
</p>
<p>
Maybe a year or two years ago, other
organizations that were less mature and a bit less effective were
managing to keep up, because things weren't so tight and there was
plenty of fat left. What I'm seeing now is that those organizations
that implemented ITSM are getting further and further ahead of their
competition.
</p>
<p>
For organizations that are not managing their IT
services effectively toward the end of the slump, it's going to be
really difficult. Some organizations will <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.nytimes.com/2009/08/12/business/global/12asiaecon.html">start to grow fast and pick up business</a>, and they are going to carry on shrinking.
</p>
<p>
<strong>Hanna:</strong>
If ITIL has been implemented correctly, then it is not an overhead. As
times get tough, it's not something you turn off. It becomes part of
what you do day-to-day, and you gain those improvements and
efficiencies over time. You don't need to stop doing it. In fact, it's
just part of what you do.
</p>
<p>
... We've gone from managing
technology processes, which was certainly an improvement, to managing
end-to-end IT service and its lifecycle and focusing on the business
outcome. It's not just which technology we are supporting and what
silos we might be in. We need to worry about what the outcome is on the
business. The starting point should be the outcome, and everything we
do should be designed to achieve what's wanted.
</p>
<p>
<strong>Cannon:</strong> In terms of trends like cloud,
what you're seeing is a focus on exactly what it is that I get out of
IT, as opposed to a focus from the business on the internal workings of
IT.
</p>
<p>
... What things like cloud tend to do is to provide business
with a way of relating to IT as a set of services, without needing to <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/change/content.php?cid=11254">worry about what's going on underneath the surface</a>. So, business is going to look for clear solutions that meet their needs and can change with their needs in very short times.
</p>
<p>
They
still have to worry about managing the technology. These issues don't
go away. It really is just a different way of dealing with the sourcing
and resourcing of how you provide services.
</p>
<p>
... Businesses need
to be able to react quickly and ... to be very flexible within a
rapidly changing, volatile economy. So, business is going to look for
clear solutions that meet their needs and can change with their needs
in very short times.
</p>
<p>
<strong>Hanna: </strong>An
issue that comes up quite a lot is that ITIL Version 3 appears to have
gotten much bigger and more complex. Some people look at it and wonder
where the old service delivery and service support areas have gone, and
they've been taken by surprise by the size of V3 and the number of core books.
</p>
<p>
When
Version 3 came out, it launched with a much bigger perspective right
from the beginning. Instead of having just two things to focus on,
there are five core books. I think that has made it look much bigger
and more complex than Version 2.
</p>
<p>
It is true that if you go
through education, you do need to get your head around the new service
life-cycle concept and the concept called <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://www.govtech.com/pcio/388228">&quot;business outcomes,&quot;</a>
as we've already mentioned. And, you need to have an appreciation of
what's unique to the five core books. But, these changes are long
awaited and they're very useful additions to ITIL, and complementary to
what we've already learned before.
</p>
<p>
<strong>Rance:</strong>
If you look at financial management in ITIL Version 3, it says you
really have to understand the cost of supplying each service that you
supply and you have to understand the value that each of those services
delivers to your customers.
</p>
<p>
Now, that's a very simple concept.
If you think of it in a broader context, you can't imagine, say, a car
manufacturer who didn't know the cost of producing a car or the value
of that car in the market. But, huge numbers of IT service providers
really don't understand the cost of using its service and the value of
that service in the market.
</p>
<p>
ITIL V3 very much focuses on that
sort of idea -- really understanding what we are doing in terms of
value and in terms of cost-effectiveness of that level, rather than
that procedural level.
</p>
<p>
<strong>Cannon:</strong>
Financial management really hasn't changed in the essence of what it
is. Financial management is a set of very well defined disciplines.
Within Version 3, the financial management questions become more
strategic. How do we calculate value? How do we align the cost of a
service with the actual outcome that the business is trying to achieve?
How do we account for changing finances over time?
</p>
<p>
<strong>Rance:</strong>
A lot of businesses are in the service business themselves. It might
not be IT service, but many of the customers we're dealing with are in
some kind of service business, whether it's a logistics business or a
transport business. Even a retailer is in the service businesses, and
they provide goods as well.
</p>
<p>
In order to run any kind of a
service you need to have service management. You need to manage your
incidents, problems, changes, finances, and all those other things.
What I'm starting to see is that things that started within the IT
organization&mdash;<a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;cp=1-11-16-18%5E1299_4000_100__">incident management, problem management and change management</a>&mdash;some of my better customers are now starting to pick up within their business operations.
</p>
<p>
They're
doing something very much like ITIL incident management, ITIL change
management, or ITIL problem management within the business of
delivering the service to their customers.
</p>
<p>
<strong>Hanna:</strong>
If you're running yourself as a business, you need to understand the
business or businesses you serve, and you need to behave in the same
way.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/itil-3-leads-way-in-helping-it.html">Read a full transcript</a> of the discussion. The full podcast is also available on <a href="http://www.it-director.com/xurl.php?cid=11497&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes.</a> 
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11497&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11497/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11497&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11497&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11497&amp;title=ITIL+3+helping+IT+transform+into+mature+business+units">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11497&amp;title=ITIL+3+helping+IT+transform+into+mature+business+units">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11497&amp;title=ITIL+3+helping+IT+transform+into+mature+business+units">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11497">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11497&amp;title=ITIL+3+helping+IT+transform+into+mature+business+units">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11497/dm_0/e8cdbe403f3f90654c24cfd580c9db16.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Wed, 26 Aug 2009 06:55:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11497/f/fd_side_itd</guid>
        </item>
        <item>
            <title>IT and log search as SaaS gains operators fast, affordable and deep access to system behaviors</title>
            <link>http://www.it-director.com/r/c/11498/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 25th August 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
The complexity
of data centers escalates. Managed service providers face daunting
performance obligations. And the budget to support the operations of
these critical endeavors suffers downward pressure.
</p>
<p>
In this podcast, we explore how IT search and systems log management
as a service provides low-cost IT analytics that harness complexity to
improve performance at radically reduced costs. We'll examine how
network management, systems analytics, and log search come together, so
that IT operators <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://briefingsdirectblog.blogspot.com/2009/07/paglo-saas-offering-provides-means-to.html">can gain easy access</a> to identify and fix problems deep inside complex distributed environments.
</p>
<p>
Here to help better understand how systems log management and search work together are <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://paglo.com/aboutpaglo/team">Dr. Chris Waters</a>, co-founder and chief technology officer at Paglo, and <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/jignesh-ruparel/0/788/a10">Jignesh Ruparel</a>, system engineer at Infobond, a value-added reseller (VAR). The discussion is moderated by me, BriefingsDirect's  Dana Gardner.
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Waters:</strong>
[Today] there&rsquo;s just more information flowing, and more information
about the IT environment. Search is a great technology for quickly
drilling through a lot of noise to get to the exact piece of data that
you want, as more and more data flows at you as an IT professional.
</p>
<p>
One
of the other challenges is the distribution of these applications
across increasingly distributed companies and applications that are now
running out of remote data centers and out of the cloud as well.
</p>
<p>
When
you're trying to monitor applications outside of a data center, you can
no longer use software systems that you have installed on your local
premises. You have to have something that can reach into that data
center. That&rsquo;s where being able to deliver your IT solution as software-as-a-service (SaaS) or a cloud-based application itself is really important.
</p>
<p>
You've
got this heterogeneity in your IT environments, where you want to bring
together solutions from traditional software vendors like Microsoft and
cloud providers like Amazon, with their EC2, and it allows you to run things out of the cloud, along with software from open-source providers.
</p>
<p>
All
of the software in these systems and this hardware is generating
completely disparate types of information. Being able to pull all that
together and use an engine that can suck up all that data in there and
help you quickly get to answers is really the only way to be able to
have a single system that gives you visibility across every aspect of
your IT environment.
</p>
<p>
And &quot;inventory&quot; here means not just the
computers connected to the network, but the structure of the network
itself&mdash;the users, the groups that they belong to, and, of course,
all of the software and systems that are running on all those machines.
</p>
<p>
Search
allows us to take information from every aspect of IT, from the log
files that you have mentioned, but also from information about the
structure of the network, the operation of the machines on the network,
information about all the users, and every aspect of IT.
</p>
<p>
We put
that into a search index, and then use a familiar paradigm, just as
you'd search with Google. You can search in Paglo to find information
about the particular error messages, or information about particular
machines, or find which machines have certain software installed on
them.
</p>
<p>
We <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://www.it-director.com/business/compliance/content.php?cid=11403">deliver the solution as a SaaS offering</a>.
This means that you get to take advantage of our expertise in running
our software on our service, and you get to leverage the power of our
data centers for the storage and constant monitoring of the IT system
itself.
</p>
<p>
The [open source] <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://paglo.com/opensource/paglocrawler">Paglo Crawler</a>
is a small piece of software that you download and install onto one
server in your network. From that one server, the Paglo Crawler then
discovers the structure of the rest of the network and all the other
computers connected to that network. It logs onto those computers and
gathers rich information about the software and operating environment.
</p>
<p>
That
information is then securely sent to the Paglo data center, where it's
indexed and stored on the search index. You can then log in to the
Paglo service with your Web browser from anywhere in your office, from
your iPhone, or from your home and gain visibility into what's
happening in real time in the IT environment.
</p>
<p>
This allows people
who are responsible for networks, servers, and workstations to focus on
their expertise, which is not maintaining the IT management system, but
maintaining those networks, servers, and workstations.
</p>
<p>
The
Crawler needs some access to what&rsquo;s going on in the network, but any
credentials that you provide to the Crawler to log in never leaves the
network itself. That&rsquo;s why we have a piece of software that sits inside
the network. So, there are no special firewall holes that need to be
opened or compromised in the security with that.
</p>
<p>
There is
another aspect, which is very counterintuitive, and that people don't
expect when they think about SaaS. Here at Paglo, we are focused on one
thing, which is securely and reliably operating the Paglo service. So,
the expertise that we put into those two things is much more focused
than you would expect within an IT department, where you are focused on
solving many, many different challenges.
</p>
<p>
<strong>Ruparel:</strong>
For 15 years, we [at Infobond] have been primarily a break-fix
organization, moving into managed services, monitoring services. We
needed visibility into the networks of the customers we service. For
that we needed a tool that would be compatible with the various
protocols that are out there to manage the networks&mdash;namely SNMP, WMI, Syslog. We needed to have all of them go into a tool and be able to quickly search for various things.
</p>
<p>
We
found that the technology that Paglo is using is very, very advanced.
They aggregate the information and make it very easy for you to search.
</p>
<p>
You
can very quickly create customized dashboards and customized reports
based on that data for the end customer, thus providing more of a
personal and customized approach to the monitoring for the customers.
</p>
<p>
Some of the dashboards are a common denominator to various sorts of customers. An example would be a Microsoft Exchange
dashboard. Customers would love to have a dashboard that they have on
the screen. At the end of the day, I look at it very simply as
collecting information in one place, and then being able to extract
that easily for various situations and environments.
</p>
<p>
These are
some things that are a common denominator to almost all customers that
are moving with the technology, implementing new technologies, such as
VMware, the latest Exchange versions, Linux environments for
development, and Windows for their end users.
</p>
<p>
The number of
pieces of software and the number of technologies that IT implements is
far more than it used to be, and it&rsquo;s going to get more and more
complex as time progresses. With that, you need something like Paglo,
where it pulls all the information in one place, and then you can
create customized uses for the end customers.
</p>
<p>
If I go and set
things up without Paglo, it would require me to place a server at the
customer site. We would have to worry about not only maintenance of the
hardware, but the maintenance of the software at the customer site as
well, and we would have to do all of this effort.
</p>
<p>
We would then
have to make sure that our systems that those servers communicate to
are also maintained and steady 24/7. We would have multiple data
centers, where we can get support. In case one data center dies, we
have another one that takes over. All of that infrastructure cost would
be used as an MSP.
</p>
<p>
At the end of the day, I look at it very
simply as collecting information in one place, and then being able to
extract that easily for various situations and environments.
</p>
<p>
Now,
if you were to look at it from a customer's perspective, it's the same
situation. You have a software piece that you install on a server. You
would probably need a person dedicated for approximately two to three
months to get the information into the system and presentable to the
point where its useful. With Paglo, I can do that within four hours.
</p>
<p>
<strong>Waters:</strong>
We have a lot of users who are from small and medium-sized businesses.
We also see departments within some very large enterprises, as well,
using Paglo, and often that's for managing not just on-premise
equipment, but also managing equipment out of their own data centers.
</p>
<p>
Paglo
is ideal for managing data-center environments, because, in that case,
the IT people and the hardware are already remote from each other. So,
the benefits of SaaS are double there. We also see a lot of MSPs and IT consultants who use Paglo to deliver their own service to their users.
</p>
<p>
<strong>Ruparel:</strong>
As far as cost is concerned, right now Paglo charges a &#36;1.00 a device.
That is unheard of in the industry right now. The cheapest that I have
gotten from other vendors, where you would install a big piece of
hardware and the software that goes along with it, and the cost
associated with that per device is approximately &#36;4&ndash;5, and not
delivering a central source of information that is accessible from
anywhere.
</p>
<p>
As far as cost, infrastructure cost wise, we save a
ton of money. Manpower wise, the number of hours that I have to have
engineers working on it, we save tons of time. Number three, after all
of that, what I pay to Paglo is still a lot less than it would cost me.
</p>

<p>
<a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/it-and-log-search-as-saas-gains.html">Read a full transcript</a> of the discussion. The full podcast is also available on <a href="http://www.it-director.com/xurl.php?cid=11498&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">iTunes.</a> 
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11498&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11498/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11498&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11498&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11498&amp;title=IT+and+log+search+as+SaaS+gains+operators+fast%2C+affordable+and+deep+access+to+system+behaviors">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11498&amp;title=IT+and+log+search+as+SaaS+gains+operators+fast%2C+affordable+and+deep+access+to+system+behaviors">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11498&amp;title=IT+and+log+search+as+SaaS+gains+operators+fast%2C+affordable+and+deep+access+to+system+behaviors">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11498">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11498&amp;title=IT+and+log+search+as+SaaS+gains+operators+fast%2C+affordable+and+deep+access+to+system+behaviors">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11498/dm_0/35feea527d9e5c0fbe3d6b94d1c6c40e.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Tue, 25 Aug 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11498/f/fd_side_itd</guid>
        </item>
        <item>
            <title>Compuware weighs in on portfolio management that rationalizes IT budgets in tough economy</title>
            <link>http://www.it-director.com/r/c/11495/f/fd_side_itd</link>
            <description><![CDATA[<div style="background-color: #efefef; border: 1px solid #cccccc; padding: 2px; margin: 0 0 10px 0;"><table style="font-size: 98%;" width="100%"><tr><td width="40"><a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner"><img border="0" src="http://www.it-director.com/images/people/small/dana_gardner.gif" width="40" height="50" alt="Dana Gardner" /></a></td><td valign="top" width="100%">By: <a href="http://www.it-director.com/about/author/15095/dana_gardner.php?ref=fd_side_itd" title="View profile for Dana Gardner">Dana Gardner</a>, <em>Principal Analyst</em>, Interarbor Solutions<br/>Posted: 24th August 2009<br/>Copyright Interarbor Solutions &copy; 2009</td><td><a href="http://www.it-director.com/about/company/8862/interarbor_solutions.php?ref=fd_side_itd" title="View company profile"><img border="0" src="http://www.it-director.com/images/company/button/interarbor_solutions.gif" width="88" height="33" alt="Logo for Interarbor Solutions" /></a></td></tr></table></div>

<p>
The current economic downturn highlights how drastically businesses and their IT operations need to
change&mdash;whether through growth, reductions, or transformation (or all
three).<br />
</p>
<p>
As IT budgets <a href="http://www.it-director.com/xurl.php?cid=11495&amp;ref=fd_side_itd&amp;url=http://blogs.gartner.com/john_pescatore/2009/05/18/security-budgets-recession-recovery-or-dead-cat-bounce/">react to such change</a>, leaders need to better understand how to manage such change holistically, and not have change manage them (or worse).<br />
</p>
<p>
One strong way to be on top of change is by employing IT portfolio management
techniques, products, and processes. To learn more about helping
enterprises better manage their IT costs and priorities while preparing
for flexible growth when the economic tide turns, I recently
interviewed <a href="http://www.it-director.com/xurl.php?cid=11495&amp;ref=fd_side_itd&amp;url=http://www.linkedin.com/pub/lori-ellsworth/8/167/203">Lori Ellsworth</a>, vice president of Changepoint Solutions at Compuware, and <a href="http://www.it-director.com/xurl.php?cid=11495&amp;ref=fd_side_itd&amp;url=http://www.upsideresearch.com/about/team/">David A. Kelly</a>, senior analyst at Upside Research.<br />
</p>
<p>
Here are some excerpts:<br />
</p>
<p>
<strong>Kelly:</strong>
It's really hard to improve, if you don't have a way to measure how
you're doing, or a way to set goals for where you want to be. That's
the idea behind IT portfolio management, as well as project portfolio management (PPM).
... [Leaders need to] take the same type of metrics and measurements
that organizations have had in the financial area around their
financial processes and try to apply that in the IT area and around the
projects they have going on.<br />
</p>
<p>
[IT portfolio management] measures
the projects, as well as helps try to define a way to communicate
between the business side of an organization that's setting the goals
for what these projects or applications are going to be used for, and
the IT side of the organization, which is trying to implement these.
And, it makes sure that there are some metrics, measurements, and ways
to correlate between the business and IT side.<br />
</p>
<p>
<strong>Ellsworth:</strong>
IT organizations now are moving toward acting in a more strategic role.
Things are changing rapidly in the business environment, which means
the organizations that they're serving need to change quickly and they
are depending on, or insisting on, IT changing and being responsive
with them.<br />
</p>
<p>
It's essential that IT watch what's going on,
participate in the business, and move quickly to respond to competitive
opportunities or economic challenges. They need to understand
everything that's under way in their organization to serve the business
and what they have available to them in terms of resources&mdash;and they
need to be able to collaborate and interact with the business on a
regular basis to adjust and make change and continue to serve the
business.<br />
</p>
<p>
If IT wants to engage in a conversation about moving
investments, about stopping something they're working on so they can
respond to a market opportunity, for example, they need to understand
who are the people, what is the cost, and where can we make changes to
respond to the business. ... This isn't about IT deciding on different
projects they could work on and what benefit it might deliver to the
business. The business is at the table, collaborating, looking at all
the potential opportunities for investment, and reaching agreement as a
business on what are the top priorities.<br />
</p>
<p>
<strong>Kelly:</strong>
The other thing that's needed is consistency. When you're making these
kinds of decisions, for a lot of IT organizations and organizations in
general, if times are good, you can make a lot of decisions in an ad
hoc fashion and still be pretty successful.<br />
</p>
<p>
But, in dynamic and
more challenging economic times, you want the decisions that you or
other people on the IT team, as well as the business, are making to be
consistent. You want them to have some basis in reality and in an
accepted process. You talked about metrics here and what kind of
metrics can you provide to the Chief Operating Officer.<br />
</p>
<p>
You need consistency in these dynamic times and also you need a way to collaborate.<br />
</p>
<p>
<strong>Ellsworth:</strong>
There are a couple of problems with manual processes. They're very
labor-intensive. We've talked about responsiveness. We need information
to drive decision-making. So, the moment we rely on individual efforts
or on people who have to go out and sit through meetings and collect
data, we're not getting data that we can necessarily trust. We're not
getting data that is timely to your point and we're not able to make
those decisions to be responsive.<br />
</p>
<p>
You end up with a situation
where very definitely your resources are busy and fully deployed, but
they're not necessarily doing the right things that matter the most to
the business. That data needs to be real-time, so that, at multiple
levels in the organization, we can be constantly assessing the health
and the alignment in terms of what IT is doing to deliver to the
business, and we have the information to make a change.<br />
</p>
<p>
<strong>Kelly: </strong>To
me, it's analogous to what we saw maybe 10 years ago in software
development, when a whole bunch of automated testing tools became
available, and organizations started to put a lot of emphasis in that
area.<br />
</p>
<p>
As you're developing an application, you can certainly
test it manually and have people sitting there testing it, but when you
can automate those processes they become more consistent. They become
thorough, and they become something that can be done automatically in
the background.<br />
</p>
<p>
We're seeing the same thing when it comes to
managing IT applications and projects, and the whole situation that's
going on in the IT area.<br />
</p>
<p>
When you start looking at IT portfolio
management, that provides the same kind of automation, controls, and
structure by which you can not only increase the quality of the
decisions that are being made, but you can also do it in a way that
almost results in less overhead and less manual work from an
organization.<br />
</p>
<p>
... Areas such as legacy transformation or
modernization are good for this, because you do have to make a lot of
decisions ... where you need to gain consensus. [IT portfolio
management] can certainly help deliver that return on investment (ROI) much faster.<br />
</p>
<p>
<strong>Ellsworth:</strong>
It's also an opportunity to reduce the total number of applications,
and the follow-on is an approach to being more efficient or investing
in the applications that are strategic to the business.<br />
</p>
<p>
It
sounds pretty basic, but the moment an organization starts to inventory
all of the projects that are under way and all of the applications that
are deployed in production serving the business, even just that simple
exercise of putting them in a single view and maybe categorizing them
very simply with one or two criteria, quite quickly allows
organizations to identify those rogue projects that were under way.<br />
</p>
<p>
...
They will quickly learn, &quot;We thought we had 100 applications, and we've
now discovered there are 300.&quot; They'll also quickly identify those
applications that no one is using. There is some opportunity to start
pulling back the effort or the cost they're investing in those
activities and either reducing the cost out of the business or
reinvesting in something that's more important to the business.<br />
</p>
<p>
... I'm also seeing an increased interest in participation, from a finance perspective, outside the IT organization. Often, the Chief Information Officer (CIO) and the executive in the finance area are working together.<br />
</p>
<p>
The
line of business executives&mdash;the customers, if you will, the CIO&mdash;	are starting to be more mature, if I can use that expression in terms
of their understanding of technology and of how they should be working
with technology and driving that collaboration. So, there is some
increased executive involvement even from outside IT, from the CIO's
peers.<br />
</p>
<p>
... IT needs to recognize that there are competitive
alternatives, and certainly, if IT isn't delivering, the business will
go and look elsewhere. In some simple examples, you can see
line-of-business customers going out and engaging with a software-as-a-service (SaaS) solution in a particular area, because they can do that and bypass IT.<br />
</p>
<p>
If
they're not making the right decisions and doing the things that have
the highest return to the business or if they are delivering poorly,
it's really about missed opportunity and lower ROI.<br />
</p>
<p>
<strong>Kelly:</strong> If you can do some application consolidation, you may be able to consider new deployment opportunities and cloud-based solutions.
It will make the decision-making process within IT more nimble and more
flexible, as well as enable them to respond more quickly to the line of
business owners and be able to almost empower them with the right
information and a structured decision-making process.
</p>
<p>
<a href="http://www.it-director.com/xurl.php?cid=11495&amp;ref=fd_side_itd&amp;url=http://briefingsdirect.blogspot.com/2009/08/portfolio-management-techniques-help.html">Read a full transcript</a> of the discussion. The full podcast is also available for download <a href="http://www.it-director.com/xurl.php?cid=11495&amp;ref=fd_side_itd&amp;url=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=85270006&amp;s=143441">here.</a>
</p>

<p>Useful Links:<ul><li><a href="http://www.it-director.com/form/comment.php?cid=11495&ref=fd_side_itd">Post Comment</a> | <a href="http://www.it-director.com/r/c/11495/f/fd_side_itd#comment">Read Comments</a> </li>
<li><a href="http://www.it-director.com/form/tell_a_friend.php?cid=11495&type=content&ref=fd_side_itd">Send Page Referral</a></li>
<li><a href="http://www.it-director.com/form/private_message.php?cid=11495&ref=fd_side_itd">Contact Dana Gardner (Private)</a></li><li>Social Bookmarks: <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11495&amp;title=Compuware+weighs+in+on+portfolio+management+that+rationalizes+IT+budgets+in+tough+economy">Delicious</a> | <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11495&amp;title=Compuware+weighs+in+on+portfolio+management+that+rationalizes+IT+budgets+in+tough+economy">Digg</a> | <a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11495&amp;title=Compuware+weighs+in+on+portfolio+management+that+rationalizes+IT+budgets+in+tough+economy">Reddit</a> | <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11495">Facebook</a> | <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-director.com%2Fenterprise%2Fpublic_sector%2Fcontent.php%3Fcid%3D11495&amp;title=Compuware+weighs+in+on+portfolio+management+that+rationalizes+IT+budgets+in+tough+economy">StumbleUpon</a></li></ul>
<img src="http://www.it-director.com/plg/ty_article/pg_11495/dm_0/262093995068579e47ad210e2e053a45.gif" width="4" height="4" alt="" />]]></description>
            <author>Dana Gardner, Interarbor Solutions</author>
            <pubDate>Mon, 24 Aug 2009 07:00:00 +0100</pubDate>
            <guid>http://www.it-director.com/r/c/11495/f/fd_side_itd</guid>
        </item>
    </channel>
</rss>
