Topic Last Modified: 2011-05-09
This section identifies the tools you can use to back up and restore Microsoft Lync Server 2010, the permissions you need, and whether you can run commands remotely or locally.
This document focuses on tools that are provided with Lync Server 2010 for backup and restoration.
Back Ups
To back up Lync Server 2010, use the tools identified in the following table.
Note: |
---|
All the commands you need to back up Lync Server can be scripted and can be run remotely. |
Tools for Backing Up Lync Server 2010
To back up this: | Use this tool or cmdlet: | ||
---|---|---|---|
Topology configuration data (Xds.mdf) |
Export-CsConfiguration |
||
Location information service (E9-1-1) data (Lis.mdf) |
Export-CsLisConfiguration |
||
Response Group configuration data (RgsConfig.mdf) |
Export-CsRgsConfiguration
|
||
Persistent user data (Rtc.mdf database) Conference IDs |
Dbimpexp.exe
|
||
|
SQL Server database tool, such as SQL Server Management Studio |
||
All file stores:
|
Standard file system management tool, such as Robocopy |
Restoration
To restore Lync Server 2010, use the tools in the following table.
Note: |
---|
All the commands you need to restore Lync Server can be scripted. |
Note: |
---|
Some of the commands you need to restore Lync Server can be run remotely, but others need to be run locally, as specified in the following table. |
Tools for Restoring Lync Server 2010
To do this: | Use this tool or cmdlet: | ||||||
---|---|---|---|---|---|---|---|
Build a new or clean computer |
|
||||||
Restore file store data |
Standard file system management tool, such as Robocopy |
||||||
Recreate empty databases and set permissions for the following:
|
Install-CsDatabase |
||||||
Restore the Active Directory pointer to the Central Management store
|
Set-CsConfigurationStoreLocation |
||||||
Import the topology, policies, and configuration settings to the Central Management store (Xds.mdf) |
Import-CsConfiguration |
||||||
Publish the topology |
Topology Builder -or- Publish-CsTopology* |
||||||
Enable the last published topology |
Enable-CsTopology |
||||||
Reinstall Lync Server components |
Lync Server 2010 Setup
|
||||||
Restore location information (E9-1-1) data (Lis.mdf) |
Import-CsLisConfiguration |
||||||
Restore persistent user data (Rtc.mdf) |
Dbimpexp.exe
|
||||||
Restore Response Group configuration data (RgsConfig.mdf) |
|
||||||
Restore the following databases:
|
SQL Server database management tools |
*For details about using cmdlets instead of Topology Builder to publish and enable the topology, see Publish-CsTopology and Enable-CsTopology in the Lync Server Management Shell documentation.
Required Permissions
Users must be a member of the RTCUniversalServerAdmins group to perform all the commands described in this document. Backup and restoration commands do not support role-based access control (RBAC).