12-01-2009 04:14 AM
Hello
I am currently investigating the options with BES 5 high availability and have a few questions I hope someone may be able to answer.
We would like to implement high availability across two well connected datacenters. The datacenters do not suffer from high latency. After reading the planning documentation it seems this is possible. I was thinking of the primary active BES server is datacenter 1 and the passive BES server placed in datacenter 2.
I am unsure how the pool and instances are configured. Would I be correct carrying out a complete install of all instances in both datacenter 1 and datacenter 2. Can one instance failover and not the complete server whichy will mean some components are in datacenter 1 and some in datacenter 2? Or can it be configured to completely failover if only one instance fails?
Hopw someone can help
mark
12-01-2009 01:58 PM - edited 12-01-2009 02:00 PM
Ok, first... the BES HA can do a failover for a component (recommended only if the component is remote) or a complete bes. In the case of a fail the demote process shut down the first server and promote the second server.
Both BlackBerry Enterprise Server instances in the BlackBerry Enterprise Server pair include, by default, the BlackBerry Attachment Service, BlackBerry Dispatcher, BlackBerry MDS Connection Service, BlackBerry Messaging Agent, BlackBerry Policy Service, BlackBerry Router, and BlackBerry Synchronization Service components.
So in the case of a failover all the components run in one server of the pair.
Also you can make a BB DB work with HA, using SQL 2005 mirroring.
SQL 2005 mirroring requires the use of a third server instance, known as the witness. This witness is an optional instance of SQL Server than enables the mirror server to recognize whether to initiate an automatic failover. Unlike the two partners, the witness does not serve the database. Supporting automatic failover is the only role of the witness. Should the principle configuration database fail, the BlackBerry Enterprise Server components are designed to automatically connect with the mirrored database.
12-02-2009 03:00 AM
Many thanks for your help. Regarding the SQL mirror, is it possible to use a SQL cluster? The documention does not mention it.
Thanks
12-02-2009 09:27 AM
Good question, next week I will try a similar environment. I think it should work.
12-02-2009 05:11 PM
It's not officially supported, but I've seen it work.
If BlackBerry Support suspects that a given issue is a result of clustering, they would have to check to see if the issue reproducible in a supported environment before it could be escalated to dev.
12-10-2009 08:30 PM
If your 2 data centers are on 2 different networks, you may want to do some testing. I was told by someone at RIM that we could setup our HA environment across 2 different sites/networks. I then set things up this way only to find that right now I have a BES HA setup that doesn't really work.
04-21-2010 08:10 PM
Hi DMXOP..
Yes you can setup a cluster for SQL..
Cheers!!
04-21-2010 08:15 PM
Hi.. I'm about to imlement 3 blackberry (primary) servers using the same configuration database. Should i create IT policies and admin groups in all the servers??
Cheers!!
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
04-21-2010 08:58 PM
You only need to create one since all 3 share a caommon database.
then creat inheritance policies to define groups if you need them
Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
BESAdmin's, please make a signature with your BES environment info. SIM Free BlackBerry Unlocking FAQ
Follow me on Twitter @knottyrope
04-22-2010 09:04 AM
Lion77 wrote:
Hi DMXOP..
Yes you can setup a cluster for SQL..
Cheers!!
SQL clustering is considered best effort. It will work as long as any SQL failovers are transparent to the BES. BES does fully support SQL mirroring.