
08-16-2009, 07:47 PM
|
 |
Proprietor
|
|
Join Date: Nov 2008
Posts: 2,238
|
|
KB15751 - Move the BlackBerry Enterprise Server to a new Active Directory Domain
KB15751 - Move the BlackBerry Enterprise Server to a new Active Directory Domain
Environment
- BlackBerry® Enterprise Server
- IBM® Lotus® Domino®
Overview
Task 1 - Updating Lotus Domino and Windows Server® name information in the BlackBerry Configuration Database
To update the computer names, complete the steps below for the appropriate software version of the BlackBerry Enterprise Server.
For BlackBerry Enterprise Server software version 4.1.0 and 4.1.1
- Open a command prompt, then do one of the following:
- If using Windows® Trusted Authentication on the local MSDE or local Microsoft® SQL Server®, type osql -E and press ENTER.
- If using Windows Trusted Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -E -S and press ENTER.
- If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U -P and press ENTER.
- If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U -P -S and press ENTER.
- Type the following commands in the specified order: 1> use BESMgmt
2> go
1> update ServerConfig set ServiceName = 'CN=/O=' where ID=1
2> update ServerConfig set MachineName = '' where ID=1
3> go
1> update MDSConfig set MDSHost = '.dns.com' where ID=1
2> update MDSConfig set MachineName = '' where ID=1
3> go
1> update IMConfig set MachineName = '' where ID=1
2> go
For BlackBerry Enterprise Server software version 4.1.2 and higher
- Open a command prompt, then do one of the following:
- If using Windows Trusted Authentication on the local MSDE or local Microsoft SQL Server, type osql -E and press ENTER.
- If using Windows Trusted Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -E -S and press ENTER.
- If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U -P and press ENTER.
- If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U -P -S and press ENTER.
- Type the following commands in the specified order: 1> use BESMgmt
2> go
1> update ServerConfig set ServiceName = 'CN=/O=' where ID=1
2> update ServerConfig set MachineName = '' where ID=1
3> go
1> update MDSConfig set MDSHost = '.dns.com' where ID=1
2> update MDSConfig set MachineName = '' where ID=1
3> update MDSConfig set ServerName = '_MDS-CS_1' where ID=1
4> go
1> update IMConfig set MachineName = '' where ID=1
2> update IMConfig set ServerName = ' _BBIM_1' where ID=1
3> go
- Type quit and press ENTER.
For BlackBerry Enterprise Server software version 4.0
- Open a command prompt, then do one of the following:
- If using Windows Trusted Authentication on the local MSDE or local Microsoft SQL Server, type osql -E and press ENTER.
- If using Windows Trusted Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -E -S and press ENTER.
- If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U -P and press ENTER.
- If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U -P -S and press ENTER.
- Type the following commands in the specified order: 1> use BESMgmt
2> go
1> update ServerConfig set ServiceName = 'CN=/O=' where ID=1
2> update ServerConfig set MachineName = '' where ID=1
3> update MDSConfig set MDSHost = '.dns.com' where ID=1
4> go
Task 2 - Change the account used to start the BlackBerry services.
**This is only required if the account used is an Active Directory account.**
- Open Windows services by clicking Start / Run / Services.msc.
- Right click the service that uses the Active Directory account.
- Update the log on as credentials.
Task 3 - Change the BlackBerry Enterprise Server account on the SQL server.
**If you are running local MSDE this is not required.**
Task 1: Assign appropriate permissions
- In the SQL Enterprise Manager, go to Microsoft SQL Servers > SQL Server Group > .
- Expand the Microsoft SQL Server selection and expand Security.
- Right-click Logins and click New Login.
- Type the new name. For Integrated Microsoft Windows Authentication
- On the General tab, click the button to the right of the Name field.
- Select the new service account name from the Name list.
- Click Add.
- Click OK.
For Microsoft SQL Server Authentication
- On the General tab, type the name of the Microsoft SQL Server account.
- Select the SQL Server Authentication option.
- Type the password for the Microsoft SQL Server account.
- Click Add.
- Click OK.
- From the Server Roles tab, select Server Administrators and Database Creators from the Server Role list. Note: If you are running BlackBerry Enterprise Server software version 4.1 or later, adding the System Administrators role allows you to add BlackBerry smartphone users in a role-based administration environment. For instructions, see the BlackBerry Enterprise Server for Microsoft Exchange: System Administration Guide.
- On the Database Access tab, perform the following steps:
- Select the check box for the BlackBerry Configuration Database (for example, BESMgmt).
- In the Database Roles for list, select the db_owner check box.
- Close SQL Enterprise Manager.
__________________
http://blog.port3101.org/hdawg/
The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
|