Topic Last Modified: 2011-05-13
If a Standard Edition server that does not host the Central Management store fails, follow the procedures in this section. If the Central Management store fails, see Restoring the Central Management Store.
Tip: |
---|
We recommend that you take an image copy of the system before you start restoration so that you can use this image as a rollback point in case something goes wrong during restoration. You might want to take the image copy after you install the operating system and SQL Server, and restore or re-enroll the certificates. |
To restore a Standard Edition server
-
Start with a clean or new server that has the same fully qualified domain name (FQDN) as the failed computer, install the operating system, and then restore or re-enroll the certificates.
Note: Follow your organization's server deployment procedures to perform this step. -
From a user account that is a member of the RTCUniversalServerAdmins group, log on to the server you are restoring.
-
Restore the File Store by copying the appropriate File Store from $Backup to the File Store location on the server and share the folder.
Important: The path and file name for the restored File Store should be exactly the same as the backed up File Store so that components that use the files can access them. -
Run Topology Builder:
- Start Topology Builder: Click Start, click All
Programs, click Microsoft Lync Server 2010, and then
click Lync Server Topology Builder.
- Click Download Topology from existing deployment, and
then click OK.
- Select the topology, and then click Save. Click
Yes to confirm your selection.
- Right-click the Lync Server 2010 node, and then click
Publish Topology.
- Follow the Publish the Topology wizard. On the Create
databases page, select the databases you want to recreate.
Note: Only stand-alone databases are displayed on the Create databases page. Collocated databases on a Standard Edition server are created when you run the Lync Server 2010 Deployment Wizard. - Follow the rest of the wizard, and then click
Finish.
- Start Topology Builder: Click Start, click All
Programs, click Microsoft Lync Server 2010, and then
click Lync Server Topology Builder.
-
Browse to the Lync Server 2010 installation folder or media, start the Lync Server Deployment Wizard located at \setup\amd64\Setup.exe. Use the Lync Server Deployment Wizard to do the following:
- Run Step 1: Install Local Configuration Store to install
the local configuration files.
- Run Step 2: Setup or Remove Lync Server Components to
install the Lync Server server roles.
- Run Step 3: Request, Install or Assign Certificates to
assign the certificates.
- Run Step 4: Start Services to start services on the
server.
For details about running the Deployment Wizard, see the Deployment documentation for the server role you are restoring.
- Run Step 1: Install Local Configuration Store to install
the local configuration files.
-
Restore user data by performing the following:
- Copy BackupUsers.xml from $Backup\ to a local directory.
- Start the Lync Server Management Shell: Click Start,
click All Programs, click Microsoft Lync Server 2010,
and then click Lync Server Management Shell.
- To restore the user data, at the command line, type:
Copy Code Dbimpexp.exe /hrxmlfile:<path and file name of backed up Rtc database> /sqlserver:<SQL Server FQDN>\<instance name> /import /restype:all
Copy Code Dbimpexp.exe /hrxmlfile:D\BackupUsers.xml /sqlserver:sql.contoso.com\rtc /import /restype:all
- Copy BackupUsers.xml from $Backup\ to a local directory.
-
If you deployed Response Group on this Standard Edition server, restore the Response Group configuration data. For details, see Restoring Response Group Settings.