BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-17-2008, 09:05 AM   #1
Konsept
New Member
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Telus
Posts: 11
Default Three Questions: Backend-Migration to SQL, Backup and High-availability?

Please Login to Remove!

Hey all,

I'm new to this blackberry server administration thing and I'm trying to get familiar with it as quick as possible.

A few things thats' been thrown around in my head that I want to get done and I'm just not sure how to approach it.

1st problem: Backup. How do I backup the blackberry server properly? Right now it's using the MSDE backend and this is something I want to push over to SQL database instead (this should clear up the evil RPC requests my exchange servers are getting).

2nd problem: Migration. Is there a proper document on how to go through with this? Keep in mind, we have 3 BES servers and they are all hosting their own MSDE database and I want this unified in some way so that it's just a centralized backup of the database.

3rd problem: High-Availability. How can I get this BES network so that it'll be on a high availability system? I'm thinking something along the lines of like clustering but not sure how to put things in their place with blackberry enterprise servers.

Any documents, links, webcasts, etc is greatly appreciated.

Hopefully I can have the right information by the end of this week to make a proper assessment when I finish planning out my Exchange 2007 deployment.
Offline  
Old 03-17-2008, 09:26 AM   #2
alwayzurboy
Thumbs Must Hurt
 
Join Date: Jan 2007
Location: palm beach
Model: 8300
Carrier: cingular
Posts: 68
Default

Quote:
Originally Posted by Konsept View Post
Hey all,

I'm new to this blackberry server administration thing and I'm trying to get familiar with it as quick as possible.

A few things thats' been thrown around in my head that I want to get done and I'm just not sure how to approach it.

1st problem: Backup. How do I backup the blackberry server properly? Right now it's using the MSDE backend and this is something I want to push over to SQL database instead (this should clear up the evil RPC requests my exchange servers are getting).

2nd problem: Migration. Is there a proper document on how to go through with this? Keep in mind, we have 3 BES servers and they are all hosting their own MSDE database and I want this unified in some way so that it's just a centralized backup of the database.

3rd problem: High-Availability. How can I get this BES network so that it'll be on a high availability system? I'm thinking something along the lines of like clustering but not sure how to put things in their place with blackberry enterprise servers.

Any documents, links, webcasts, etc is greatly appreciated.

Hopefully I can have the right information by the end of this week to make a proper assessment when I finish planning out my Exchange 2007 deployment.
Answers for 1&2:

http://www.blackberryforums.com/bes-...store-how.html

plus i dont recommend consolidating all three server DB's into one single. maybe others could shed some light on this but i just wouldnt do it.

Answer for 3:

Clustering is currently not supported for the BES, there are talks about 5 having clustering built in... which would be a great thing but its just not feasible right now. A knige edge cut over is probaby your best bet, you can find the more technical drill down on this from the blackberry technical center.

Hope i was of some help.
__________________
Domain Admin
Exchange 2007 cluster Admin
BES 4.14 Admin
Offline  
Old 03-17-2008, 10:03 AM   #3
Konsept
New Member
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Telus
Posts: 11
Default

Quote:
Originally Posted by alwayzurboy View Post
Answers for 1&2:

http://www.blackberryforums.com/bes-...store-how.html

plus i dont recommend consolidating all three server DB's into one single. maybe others could shed some light on this but i just wouldnt do it.

Answer for 3:

Clustering is currently not supported for the BES, there are talks about 5 having clustering built in... which would be a great thing but its just not feasible right now. A knige edge cut over is probaby your best bet, you can find the more technical drill down on this from the blackberry technical center.

Hope i was of some help.
Thanks!

So if I understand this right, as far as disaster recovery goes like my BES server has blown up and is on fire, etc...

If I have the database backup using the command osql -E to get the data, I can restore it anywhere?

Like I reinstall BES on another server with the same name and IP address and just do a restore of the database config file?
Offline  
Old 03-17-2008, 11:48 AM   #4
gibson_hg
BlackBerry Extraordinaire
 
gibson_hg's Avatar
 
Join Date: Dec 2007
Model: NA
PIN: 80081ES
Carrier: NA
Posts: 1,006
Default

The same BES name in the managermust be used, the machine name and IP are irrelevant. But you are right about the DB, it's all you need. Just restore and install the BES with the same BES name and you are back in business.
Offline  
Old 03-18-2008, 06:01 AM   #5
hdawg
BlackBerry Genius
 
hdawg's Avatar
 
Join Date: Aug 2006
Model: hdawg
PIN: port3101.org
Carrier: hdawg
Posts: 6,632
Default

Quote:
Hey all,

I'm new to this blackberry server administration thing and I'm trying to get familiar with it as quick as possible.
IMO, the #1 challenge of all new BES Admins ... management wants it up and working 100% without any issues yesterday.

Quote:
1st problem: Backup. How do I backup the blackberry server properly? Right now it's using the MSDE backend and this is something I want to push over to SQL database instead (this should clear up the evil RPC requests my exchange servers are getting).
If you want to continue to use MSDE, start from the sample script I created

Moving from MSDE to SQL Standard / Enterprise won't necessarily fix RPC problems you're having with Exchange; be aware of that.

Quote:
2nd problem: Migration. Is there a proper document on how to go through with this? Keep in mind, we have 3 BES servers and they are all hosting their own MSDE database and I want this unified in some way so that it's just a centralized backup of the database.
First thing is to get the databases from MSDE to that central SQL server ... KB12247 - How to move from an MSDE database to a Microsoft SQL Server database

Then, Increase mail agent limitation on the BlackBerry Enterprise Server when moving from MSDE to SQL Server

Then, perform a DBMerge

You'll not only have your database on a central server, but they'll be in a central database!

Quote:
3rd problem: High-Availability. How can I get this BES network so that it'll be on a high availability system? I'm thinking something along the lines of like clustering but not sure how to put things in their place with blackberry enterprise servers.
RIM offers nothing out of the box for automated HA / DR ... you might look to: Neverfail - Continuous Availability: Disaster Recovery: Data Protection: High Availability or MessageOne for something to help with that. Rumor is in BES 5 we'll see some HA, but we're still a long time away before we see it.
Offline  
Old 03-23-2008, 12:18 AM   #6
Konsept
New Member
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Telus
Posts: 11
Default

Quote:
Originally Posted by hdawg View Post
IMO, the #1 challenge of all new BES Admins ... management wants it up and working 100% without any issues yesterday.
I know... my problem is that I just don't know how to approach this beast. There's far too many people that rely on this system (that's currently up and running) that I just wouldn't know how to do anything with it if a problem arised.

Right now I'm reading up like mad to figure out how to safely transition from BES 4.1 sp3 to BES 4.1 sp4.

Keep in mind, I have 3 BES servers in different geographical locations.

Seeing how this isn't your typical Microsoft product, I have this feeling that I can't just easily go to setup on each machine and let it guide me through.

Any advice/strategies to accomplish this is uber appreciated...

Quote:
If you want to continue to use MSDE, start from the sample script I created

Moving from MSDE to SQL Standard / Enterprise won't necessarily fix RPC problems you're having with Exchange; be aware of that.
Cool script, but how does it actually work? The commands just don't make any sense to me... remember I'm the rookie of all rookies here.

Quote:
First thing is to get the databases from MSDE to that central SQL server ... KB12247 - How to move from an MSDE database to a Microsoft SQL Server database

Then, Increase mail agent limitation on the BlackBerry Enterprise Server when moving from MSDE to SQL Server

Then, perform a DBMerge

You'll not only have your database on a central server, but they'll be in a central database!
I was going to do this but the other guy in this thread advised against the central database theory. It was "alwayzurboy". So now who is right and who is wrong?

Quote:
RIM offers nothing out of the box for automated HA / DR ... you might look to: Neverfail - Continuous Availability: Disaster Recovery: Data Protection: High Availability or MessageOne for something to help with that. Rumor is in BES 5 we'll see some HA, but we're still a long time away before we see it.
I see...
Offline  
Old 03-23-2008, 02:10 AM   #7
BBcharel
New Member
 
Join Date: Mar 2008
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 5
Default

We are running blackberry enterprise server on a vmware esx cluster with 4 physical machines on a mirrored san (which makes it more high available)
__________________
Blackberry Software List : a collection of useful blackberry software
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


NEW STT250M14M GOP POWER BLOCK MODULE THYRISTOR STD250M14M 9144  picture

NEW STT250M14M GOP POWER BLOCK MODULE THYRISTOR STD250M14M 9144

$225.00



AVC Specialists RASTD074 Thyristor switch picture

AVC Specialists RASTD074 Thyristor switch

$199.95



NBR CR38104 POWER THYRISTOR W/ WASHER & NUT picture

NBR CR38104 POWER THYRISTOR W/ WASHER & NUT

$49.95



New 6 PCS S6008L 600V 8 Amp Sensitive Gate Thyristor SCR TO-220 Pack 5P6-22-01 picture

New 6 PCS S6008L 600V 8 Amp Sensitive Gate Thyristor SCR TO-220 Pack 5P6-22-01

$10.00



Lab-Volt 91011-20 Thyristor  & Power Control Circuits Board Training Module picture

Lab-Volt 91011-20 Thyristor & Power Control Circuits Board Training Module

$120.00



NEW Semikron SKKQ 1500/14E SKKQ1500/14E Module Semistart Thyristor Bridge, SCR picture

NEW Semikron SKKQ 1500/14E SKKQ1500/14E Module Semistart Thyristor Bridge, SCR

$245.12







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.