Skip to main content

EA and IT Service Management


EA and IT Service Management


I completed my USA trip with a visit to the EA team at Miami University.  For the uninitiated (as I was), don't confuse this with the city in Florida: Miami University is in Oxford, Ohio, and takes its name from that of the local Native American tribe.

The EA team at Miami is newer than the other teams I visited on this trip.  Still, they have managed to achieve quite a lot in the few years of their existence.  Their CIO has tasked them with mapping the current state of the five domains (Business, Information, Applications, Infrastructure and Security) and they have made good progress with this.

Their Enterprise Architect chose to use simple tools for this task.  By using Google sheets to collect data, they could crowd source much of the information, getting input from the staff within each org unit who know the details of which applications are used to deliver which capabilities.  This had a secondary effect of publicising the work of the EA team within the University and giving people some sense of involvement.

They have also written some PHP and AngularJS scripts to give simple graphical views of this information.  The following example shows the three levels of business capabilities for Learning, with each level three capability mapped to the central IT applications that support it.


I was particularly interested by the way the team are integrating EA with the ITIL service management initiative. They have entered capabilities into their Configuration Management Database (CMDB) so that they can map ITIL services to business capabilities.  The applications are already in the CMDB, of course, so the mapping of applications to capabilities can also be represented in the CMDB.  The CMDB also has entries for each interface between applications, with links to more information on the EA web site.

I’d like to know more about how to relate ITIL services to EA business capabilities.  It would seem that an ITIL service should represent a business capability, which would imply that the ITIL service catalogue should ideally be a subset of the business capabilities captured by EA.  At Edinburgh, our service teams are finding it challenging to decide which services should be represented at which level of our ITIL catalogue.  Perhaps EA techniques might be able to help.

Comments

Unknown said…
Miami is also the the name of a two rivers (Great Miami and Little Miami) that flow into the Ohio River on either side of Cincinnati.

Here is a link to our modeling spreadsheet:

https://docs.google.com/spreadsheets/d/1OSW3lu5aykFQOMEuAuhbY_F4METOuDVK5cWUbTzzhRI/edit#gid=61762854

Which can show you how we attempted to map capability to service.

The next steps are to map the capabilities to services and service to technical applications in the CMDB with the goal to visualize the relationships between capability, service, application and tickets.

Popular posts from this blog

Project Leadership

When I look back over recent projects that I've been involved in, it seems that one key to making a project successful is having someone on the team who really drives it forward: someone who is invested in the project as a whole and not just their own part in it. We (by which I mean the University's Applications division) have a well-defined project process, with defined roles, required milestones, deployment standards, and so forth.    All these are useful, but if the team doesn't have a leader, it seems a project can lose its way, perhaps not responding to changing circumstances, getting stuck on a technical problem, or not securing a needed resource in time to meet some external constraint. The leader can be any member of the team - it could be a developer, a project manager, or the sponsor, or someone in another role.  A team can include several people who are this committed to the project; it doesn't have to be a single person.   As an example, one of...

Business Model Canvas

A Business Model Canvas is a tool for mapping the core functions and capabilities of an organisation.  Compared to the Core Diagrams that I described in an earlier post , the business model canvas attempts to present more aspects of the business, starting with the value proposition – a statement of what the organisation offers to its users (in the business world, to its customers).  It shows the activities and resources, as Core Diagrams do, but also shows user relationships & channels, and also benefits and costs.  I’m not aware of any universities that have used this tool but you can find examples from elsewhere on the web. We are considering business model canvases as a tool for mapping the strategic capabilities of units at the University of Edinburgh.  Phil Taylor, our EA contractor, sketched an outline of what a business model canvas might begin to look like for HR: This is only intended to be suggestive: the real canvas would need to result from in-de...

"That's not Grid!" - A cautionary tale

I don't usually attempt humour here, but see if you like this... Once upon a time, in the far-off world of Computerland, a great guru arose and declared a vision. "I see a future when all computers will be linked together and people will run their programs without knowing which computers are running them. People do not need to know where their jobs run; they just need the results. I call this Grid Computing!" The people of Computerland were excited by the guru's vision. They went away and worked to make it happen. When they were ready, they returned to the guru and said: "Oh great guru! We have implemented your vision. We can run our programs on whichever processor is free at the time, making sure that all programs can run and making best use of all our processors. No longer does one computer sit idle while another one is overloaded. Your vision is a great success!" "No, no, no!", said the guru, "That's not Grid!" The guru exp...