Skip to main content
So what else does Operations do?

Well, there is a whole organisation run by the UK govermnent to help answer that question!

ITIL, or the IT Infrastructure Library, is a library of best practice information that basically tells you everything you need to do to run an IT department. Similarly developers have development methodologies such as RAD, JAD, Agile/XP, and Project Managers have PM methodologies such as Prince 2, PMBok etc to cover off their areas in more specific detail.

ITIL breaks it down into 7 key areas:
  1. Service Support - deals with the actual provision of IT services such as the service (help) desk, incident management, problem management, release management etc
  2. Service Delivery - deals with ensuring that you can continue to DELIVER the service support functions with things like contigency planning, capacity management, service levels etc
  3. The Business Perspective - helps to ensure that the IT function is aligned with the organisation's business strategy and that how to best integrate CHANGE within IT and the Business together.
  4. ICT Infrastructure Management - handles all the plumbing like networks, servers, workstations and how to manage all of these elements across the enterprise
  5. Application Management - covers software development (aka the "SDLC" Software Development Lifecycle), software testing and quality assurance etc
  6. Security Management - provides best practice on how to do all of the above whilst ensuring the confidentiality, integrity and availability of your organisation's information assets. Given that 90% of the value of modern companies are "intangible" assets (e.g. patents, customer data, brands etc) the security aspect cannot be neglected!
  7. Planning to Implement Service Management - provides guidance on how to implement all the elements of ITIL service management.

So what does that all mean to the lay person reading this blog?

Well, consider your PC sitting on your desk at work.

Someone had to work out what was suitable PC hardware for all the different job roles within your organisation - some users may have faster processors and more memory for crunching big spreadsheets or bigger screens for doing graphic design work. Some people might have a different keyboard or mouse for ergonomic reasons.

Similarly, your PC's runs lots of different applications, including the operating system, your office productivity software (word processor, spreadsheet, presentation software), not to mention systems software such as anti-virus, personal firewalls, software asset management agents etc.

Someone had to work out what software was best to use, and how to configure it and distribute it to your workstation!

Your workstation is almost certainly connected via a network (wired? or wireless?) to a server... what type of network are you running, what operating system does your server run, how much space is on the server (and how do we know when space is running out!), how many user accounts are there, how do users get added/removed, how many printers are connected to the network, who puts the toner cartridges in them etc etc.

Somewhere on your network you almost certainly have financial systems (such as Oracle Financials), customer management systems, HR & payroll systems, intranets, email, web publishing, document management, asset management, online training, etc.

And more importantly, what's the help desk number you ring when it all stops working (and how many minutes is acceptable to keep you in a queue when you do ring?)

All of these systems need to be designed, implemented and then managed on a daily basis, 24 hours a day, 7 days a week, 365 days a year (just because you get evenings and weekends off doesn't mean the computers do... especially the web systems that external clients access constantly!).

And then there are all the other less techie things like "how much should we spend in each IT area?", "When is the right time to upgrade systems?", "which vendor should I use e.g. Dell, HP, IBM?", "should we outsource or offshore?", "should we build it ourselves or buy it off the shelf?".

These are the sorts of issues that your friendly neighbourhood Operations Manager has to deal with on a daily basis... and you wonder why we look so stressed all the time :-)

Comments

Anonymous said…
what has happened to Divestment Watch?
The Ops Mgr said…
TheOpsMgr is alive and well, still working at Totaljobs Group, and in future will focus his blogging on IT Operations... anyone want to know about ITIL? :-)

Popular posts from this blog

Top 13 Website Crashes of 2010?

I was doing a bit of research for an article and I started compiling a list of high-profile website crashes in 2010. Pingdom have published a list here - http://www.readwriteweb.com/archives/major_internet_incidents_and_outages_of_2010.php as have Alertsite here - http://www.huffingtonpost.com/2010/12/29/the-biggest-web-outages-o_n_801943.html But I decided to compile my own list from a more UK-centric perspective and came up with my “baker’s dozen” below. # Site Date News Link 1 National Rail Jan-10 http://www.theregister.co.uk/2010/01/05/rail_chaos/ 2 Outnet Apr-10 http://www.guardian.co.uk/lifeandstyle/blog/2010/apr/16/outnet-sale-website-crash 3 Apple (iPhone 4 Launch) Jun-10 http://www.dailymail.co.uk/sciencetech/article-1286756/Apple-iPhone-4-pre-order-Website-crashes-new-iPhone-goes-sale.html 4 ITV.com (World C...

Using Gmail aliases to create multiple test email accounts for QA

Came across this today when someone wanted to know how to create multiple email test accounts without involving their IT department (don’t ask!) or managing multiple free email accounts. Gmail allows you to create aliases for your email address automatically. For example, if your Gmail account is joe.bloggs@gmail.com then joe.bloggs+test.case01@gmail.com will work for your account – anything after the “+” sign can be used to create an alias.  These emails will be delivered to your normal Gmail inbox. So when you are testing you can use +test.case01, +test.case02, +test.case03 and so on as your test email addresses (assuming that your application doesn’t get upset at the use of the “+” in an email address. It shouldn’t, its a valid character in the RFC http://tools.ietf.org/html/rfc3696#page-5 ) So lets say you want to filter these test emails and label so they don’t get lost in your Inbox. Easy, just use a Gmail filter and search for a whatever common “stem” you used ...