Latest Article – May Madness – Fascinating Acquisitions Surrounding IBM DB2 and Sybase

In his latest article for Database Journal, Julian Stuhler writes about the fascinating acquisitions surrounding IBM DB2 that have been announced in the last few weeks.

xkoto & Teradata – Firstly, Teradata Corporation acquired Xkoto on 12th May 2010. Xkoto was the creator of some very interesting clustering technology dubbed GRIDSCALE, which was designed to improve database availability and scalability with minimal impact to the application. If that sounds familiar to you as an IBM DB2 person, you’ve probably been reading about IBM’s pureScale feature for the DB2 for LUW product, which is aimed pretty much at exactly the same market.

Sybase & SAP – On the same day SAP announced it’s intention to purchase Sybase.  The official SAP press release majors on the enhanced mobile and in-memory computing technologies that Sybase will bring to SAP, and this is indeed very much in line with SAP’s technical vision.

Join Julian as he speculates on the facts, rumors and implications of these acquisitions.  Click here to read the full article.

  • Share/Bookmark

1 Comment | Filed under DB2, Xkoto

It’s official – Teradata Buys xkoto

As an xkoto business partner we received offical notification a couple of weeks ago that they had been acquired by Teradata Corporation.  The announcement has now gone public – more details here.   Xkoto was the creator of the clustering technology GRIDSCALE which was designed to improve database availability and scalability with minimal impact to the application.  GRIDSCALE has now been withdrawn from sale with new customers still being supported but not able to purchase new licenses.

This is an interesting turn of events, especially considering the latest product update for the DB2 LUW platform from IBM – pureScale.  You may have read about Triton’s involvement with pureScale when we became the first IBM Business Partners in Europe to work with the product.  With GRIDSCALE leaving the market, pureScale is currently the only solution for increasing resilience and scalability for DB2 LUW. 

We are continuing to build our skills on pureScale and we’re expecting to hear some new announcements from IBM soon so watch this space.

  • Share/Bookmark

No Comments | Filed under DB2, Xkoto, db2 pureScale, pureScale

xkoto named “Cool Vendor” by Gartner

Congratulations to our partners at xkoto for their latest accolade of “Cool Vendor” in the recently released Gartner report, “Cool Vendors in IT Operations and Virtualization, 2009.”

  • Share/Bookmark

No Comments | Filed under Availability & disaster recovery, Xkoto

High Availability Technologies for DB2

In one of our recent blog posts Paul Stoker chats to James Cockayne of EDS about some of the headaches of managing databases in a 24/7 environment. we looked at some of the high availability solutions in the market.  We’re running a webinar in march – High Availability Technologies for DB2 – which will look in-depth at the solutions with particular reference to database virtualization and how this can provide organisations with the continuous availability they need.

  • Share/Bookmark

No Comments | Filed under Availability & disaster recovery, DB2, Xkoto

Paul Stoker chats to James Cockayne of EDS about some of the headaches of managing databases in a 24/7 environment.

Just how important is it for organisations to ensure they have a robust database availability & disaster recovery solution?

The database is always the lynchpin of an application.  Without the database, the application doesn’t function, and there’s a bunch of angry users wanting to know why (not to mention angry managers seeing money slipping down the drain).  More and more there is an expectation that the services we provide will always be available when the customer wants them, and as expectations get higher the tolerance for failure gets lower.  It is vital that we not only ensure the customer can access the service they want during the traditional ‘working day’, but increasingly all the way up to 24×7 availability.

 

What are some of the issues for database administrators looking after databases in a 24/7 environment?

DB2 UDB on distributed platforms offers a highly reliable database solution, but in the real world many different applications and scripts run against our databases which are hosted on various pieces of complicated hardware and problems will occur.  An outage during the day is bad enough, but at least the DBAs and other support teams are at work and ready to respond.  When supporting a 24×7 system a failure in the middle of the night can be, literally, a nightmare as the DBA has to get connected and conduct a diagnosis and fix as quickly as possible – after all, in a 24×7 system the middle of the night here in the UK is daytime for customers elsewhere in the world.  Often an issue will mean calling (and usually waking up) other support personnel from teams such as server support, storage, or networks for diagnosis or resolution – not to mention managers on the escalation list…

 

So how can those midnight calls best be avoided?

For both happier customers and support staff a backup standby server with an automated failover solution is often the answer.  This isn’t a panacea for all database woes – but in a well run and maintained production DB2 environment a sizable percentage of any unplanned downtime will be caused by hardware or third party software issues, so having the database automatically move onto another server can make a serious difference to the time it takes to get the applications up and running again. 

 

So, will end users still experience an outage with an automated failover system?

Depending on the exact solution, and the application the database supports, the time to get the production service available again could be anything from a matter of minutes if using features such as DB2’s HADR in conjunction with Automatic Client Reroute, up to an hour if relying solely on mechanisms such as HACMP and scripting to start up DB2 on a cold server and restart the applications.  In reality though, the actual detection of a problem and the subsequent time it takes to make a decision to fail over is usually much more than a matter of minutes for HADR. But compare this to potentially several hours of work to manually restore a database onto a standby server and reconfigure so the application can see it, and the benefit is clear – it’s always worth setting the management expectations in advance though: it’s automatic, not instant! Both of these are active-passive solutions with a powered up standby server sitting idly by ready to take over from the primary server if a problem occurs  

 

You mention HADR and HACMP as potential solutions, what are the main differences?

HADR is a warm standby solution and gives not only fast failover but also high availability while applying DB2 FixPaks, effectively meaning the only downtime to install maintenance is switching between primary and standby servers. However it needs twice as much disk space because your database requires both the primary and standby servers have their own copy of the database; a pure HACMP failover solution will use a cold standby and so can share one copy of the database on disk. Also, HADR is high availability at the database layer of the application stack, whilst HACMP is high availability at the Operating System level.

 

So, the database automatically fails-over to the standby server.  Great!  That means you can carry on your beauty sleep undisturbed, right?

Not necessarily, automatic failover isn’t the answer to all database problems – indeed if your database failover kicks into action the DBA and other support teams will still need to diagnose and fix the problem and unfortunately it’s still the case that things will go wrong which can’t be solved by failover (batch jobs will still error and require sorting out, user error will certainly still occur…) so this isn’t an end to phone calls in the middle of the night.  What automatic failover gives us is a faster response to getting the production systems available to the users again, and enables fault diagnosis and resolution to take place possibly at a more sociable hour – certainly at a more careful and considered pace.

 

Okay, so I understand the potential pitfalls with Active-Passive solutions, but is there an alternative that can address these issues and provide close to 100% availability?

An alternative would be an active-active solution where both the primary and standby servers are operational and data is maintained on both servers. Having an active-active solution can provide the ultimate in high availability for DB2 UDB on distributed platforms.  Whilst traditional thinking is based around minimising the time taken for the database to become available on a standby server after a serious problem on the primary, with active-active the standby server is already active – using a virtualisation product it’s possible for a failure to be invisible both to the users and even the application itself.  Couple this with the ability to perform maintenance on one server whilst the other(s) continue to be available to the application and it’s realistic to be aiming for 100% availability.  There are also other benefits to going for an active-active solution which are especially relevant at this time:  in failover solutions there is a standby server which has purchase and maintenance costs but is effectively only used in an emergency.  With active-active this server can be providing more of a return on that investment – by taking on some of the workload which would otherwise all be routed through the one ‘primary’ server performance can be improved.  In a system with a growing workload utilising this solution could even save the cost of upgrading the hardware to cope with demand.

 

Thanks for your time. Hopefully you won’t get called out tonight, in the early hours, to resolve any Production server problems…

 

  • Share/Bookmark

1 Comment | Filed under Availability & disaster recovery, DB2, Paul Stoker, Xkoto