Welcome to Port3101.org : Your BES Connection Mark forums read | View Forum Leaders
Port3101.org : Your BES Connection



Rate this Entry

7 Days of KB Articles ... Part 3 of 7 (Move the BES to a new AD Domain) ... Domino

Submit "7 Days of KB Articles ... Part 3 of 7 (Move the BES to a new AD Domain) ... Domino" to Digg Submit "7 Days of KB Articles ... Part 3 of 7 (Move the BES to a new AD Domain) ... Domino" to del.icio.us Submit "7 Days of KB Articles ... Part 3 of 7 (Move the BES to a new AD Domain) ... Domino" to StumbleUpon Submit "7 Days of KB Articles ... Part 3 of 7 (Move the BES to a new AD Domain) ... Domino" to Google
Posted 08-20-2009 at 05:00 AM by hdawg

When I saw this KB article, I really scratched my head at first saying "How the heck are they going to do this? ... sounds like a knife-edge type move ... or just move the computer object!". Well, it's for Domino only.

So for all you IBM Lotus Domino lovers, don't say I never did anything for you: KB15751 - Move the BlackBerry Enterprise Server to a new Active Directory Domain.

... and the content:

Overview

<content> 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

  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 <remote computer="" or="" server="" name=""></remote> and press ENTER.
    • If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U <username> -P
      </username>
      and press ENTER.
    • If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U <username> -P
      -S <remote computer="" or="" server="" name=""></remote></username>
      and press ENTER.
  2. Type the following commands in the specified order: 1> use BESMgmt
    2> go
    1> update ServerConfig set ServiceName = 'CN=<domino_server_name>/O=<organization_name>' where ID=1
    2> update ServerConfig set MachineName = '<new_computer_name>' where ID=1
    3> go
    1> update MDSConfig set MDSHost = '<new_computer_name>.dns.com' where ID=1
    2> update MDSConfig set MachineName = '<new_computer_name>' where ID=1
    3> go
    1> update IMConfig set MachineName = '<new_computer_name>' where ID=1
    2> go</new_computer_name></new_computer_name></new_computer_name></new_computer_name></organization_name></domino_server_name>
For BlackBerry Enterprise Server software version 4.1.2 and higher
  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 <remote computer="" or="" server="" name=""></remote> and press ENTER.
    • If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U <username> -P
      </username>
      and press ENTER.
    • If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U <username> -P
      -S <remote computer="" or="" server="" name=""></remote></username>
      and press ENTER.
  2. Type the following commands in the specified order: 1> use BESMgmt
    2> go
    1> update ServerConfig set ServiceName = 'CN=<domino_server_name>/O=<organization_name>' where ID=1
    2> update ServerConfig set MachineName = '<new_computer_name>' where ID=1
    3> go
    1> update MDSConfig set MDSHost = '<new_computer_name>.dns.com' where ID=1
    2> update MDSConfig set MachineName = '<new_computer_name>' where ID=1
    3> update MDSConfig set ServerName = '<new_computer_name>_MDS-CS_1' where ID=1
    4> go
    1> update IMConfig set MachineName = '<new_computer_name>' where ID=1
    2> update IMConfig set ServerName = '<new_computer_name> _BBIM_1' where ID=1
    3> go</new_computer_name></new_computer_name></new_computer_name></new_computer_name></new_computer_name></new_computer_name></organization_name></domino_server_name>
  3. Type quit and press ENTER.
For BlackBerry Enterprise Server software version 4.0
  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 <remote computer="" or="" server="" name=""></remote> and press ENTER.
    • If using SQL Authentication on the local MSDE or local Microsoft SQL Server, type osql -U <username> -P
      </username>
      and press ENTER.
    • If using SQL Authentication on a remote MSDE or remote Microsoft SQL Server, type osql -U <username> -P
      -S <remote computer="" or="" server="" name=""></remote></username>
      and press ENTER.
  2. Type the following commands in the specified order: 1> use BESMgmt
    2> go
    1> update ServerConfig set ServiceName = 'CN=<domino_server_name>/O=<organization_name>' where ID=1
    2> update ServerConfig set MachineName = '<new_computer_name>' where ID=1
    3> update MDSConfig set MDSHost = '<new_computer_name>.dns.com' where ID=1
    4> go</new_computer_name></new_computer_name></organization_name></domino_server_name>
Task 2 - Change the account used to start the BlackBerry services.
**This is only required if the account used is an Active Directory account.**
  1. Open Windows services by clicking Start / Run / Services.msc.
  2. Right click the service that uses the Active Directory account.
  3. 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
  1. In the SQL Enterprise Manager, go to Microsoft SQL Servers > SQL Server Group > <sql_server_name>.</sql_server_name>
  2. Expand the Microsoft SQL Server selection and expand Security.
  3. Right-click Logins and click New Login.
  4. Type the new name. For Integrated Microsoft Windows Authentication
    1. On the General tab, click the button to the right of the Name field.
    2. Select the new service account name from the Name list.
    3. Click Add.
    4. Click OK.
    For Microsoft SQL Server Authentication
    1. On the General tab, type the name of the Microsoft SQL Server account.
    2. Select the SQL Server Authentication option.
    3. Type the password for the Microsoft SQL Server account.
    4. Click Add.
    5. Click OK.
  5. 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.
  6. On the Database Access tab, perform the following steps:
    1. Select the check box for the BlackBerry Configuration Database (for example, BESMgmt).
    2. In the Database Roles for <blackberry_configuration_database_name> list, select the db_owner check box.</blackberry_configuration_database_name>
  7. Close SQL Enterprise Manager.
</content>
Posted in Tips & Tricks
Views 471 Comments 0 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments

 

All times are GMT -4. The time now is 02:51 PM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2