Thanks! I am going to try this in the next day or two and see how it works! I'll let you know!
Main Topics
Browse All TopicsHi there!
OK, here is the setup. I have an Intel S5000VSA server right now that is running a few small services for me like the Blackberry Professional Software 4.1 for Exchange. I would like to enable RAID on this server so that I can make some extra storage available on it, but of coarse I need to format the OS because it is only on a single drive. Does anybody have some advise for me on how I can either backup and restore my blackberry software so that my blackberry users won't be down long during the re-install and I don't loose all my current settings? Thanks a lot!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
also note that there is additional info on the rim site on doing upgrades and movong the software to another server.
In general, I would also consider doing an image of the server OS via Ghost or Acronis.
You may have to change the boot.ini to point to the new partition or controller since depending on how the server and controllers are setup, they may change.
I hope this helps !
Business Accounts
Answer for Membership
by: -jonny-Posted on 2009-11-04 at 02:22:45ID: 25737896
The most crucial part of the Blackberry environment is the database. Take a backup of the database (it'll be the besmgmt.mdf and .ldf files) and after you reformat, install MSDE separately and attach the database. You can do that using command line tools
\MSSQL\Dat a\BESMgmt. mdf' ), \MSSQL\Dat a\BESMgmt. ldf' )
sqlcmd -S Server\MSSQLEXPRESS
USE [master]
GO
CREATE DATABASE [BESMgmt] ON
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER
FOR ATTACH ;
GO
Once you've attached the database, install BPS and choose an existing instance of the database. BPS will import all your license keys and users automatically.
Note that you won't lose your settings nor will your users have to enterprise activate. However there may be reconciliation issues for several orphaned messages and of course users won't be able to send and receive while you're doing this.