If you need to move the back-end database, you can move the back-end database to a different location on the same computer. In order to move a back-end database for a Standard Edition server, you do the following:
- Detach the ACDDyn, RTC, RTCAb, RTCConfig, and RTCDyn databases
from the server and move the database files to a new path on the
same server.
- Attach the ACDDyn, RTC, RTCAb, RTCConfig, and RTCDyn databases.
To detach the databases and move the database files
-
Verify that the RTC database is backed up and that the backup files are accessible. For details about backing up the database, see Backup and Restorationin the Operations documentation.
-
Log on as a member of the RTCUniversalServerAdmins group to the Standard Edition server.
-
Stop all Office Communications Server services, including the following:
- A/V Conferencing service
- Web Conferencing service
- Front end services, including the IM Conferencing service, the
Telephony Conferencing service, and the Front End service
- A/V Conferencing service
-
Open SQL Server Management Studio.
-
In the console tree, expand the server node. Expand Databases, and then for each of the databases ( ACDDyn, RTC, RTCAb, RTCConfig, and RTCDyn), do the following:
- Right-click the database, point to
Tasks, and then click
Detach.
- In the
Detach Databasedialog box, in the details pane, select the
check box in the
Drop Connectionscolumn, and then click
OK.
After you have detached all the databases, move the .mdf and .ldf files of the ACDDyn, RTC, RTCAb, RTCConfig, and RTCDyn databases to the new path on the Standard Edition server, and then use the following procedure to attach the databases.
- Right-click the database, point to
Tasks, and then click
Detach.
To attach the databases
-
Open SQL Server Management Studio.
-
In the console tree, expand the server node. Right-click Databases, and then click Attach.
-
For each database, do the following:
- In the
Attach Databasesdialog box, in the details pane, under
Databases to attach, click
Add.
- In the
Locate Database Filesdialog box, click the .mdf file for the
database to attach, and then click
OK.
- In the
Attach Databasesdialog box, verify that both the .mdf file
and the .ldf file of the database are listed under
database details. If the .ldf file is not listed, add it
now. Click the button in the
Current File Pathcolumn, next to the .mdf file, click the
.ldf file for the database, and then click
OK.
- In the
Attach Databasesdialog box, click
OK.
- In the
Attach Databasesdialog box, in the details pane, under
Databases to attach, click
Add.
-
After you have verified that all the databases are listed under the Databasesfolder, enable database chaining for each of the databases by doing the following:
- Click
Database Engine Query.
- In the SQL Server query window, enter the following stored
procedure for each database and then click
Execute.
Copy Code Exec sp_dboption ' <database_name>','db chaining','True'
- Click
Database Engine Query.
-
Start all Office Communications Server services on the Standard Edition server in the following sequence:
- Office Communications Server Front End service
- Office Communications Server IM Conferencing service
- Office Communications Server Telephony Conferencing service
- Office Communications Server Web Conferencing service
- Office Communications Server A/V Conferencing service
- Office Communications Server Front End service