码迷,mamicode.com
首页 > 其他好文 > 详细

Change the File Store Location for Lync Server 2013 Pool

时间:2016-05-18 10:58:22      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:迁移文件存储;迁移lync 2013文件存储;lync文件存储迁移

In the event that you need to remove the file server that is currently acting as the file store for your Microsoft Lync Server 2013 deployment or make other changes that would make the current file store unavailable, you need to create a new share. Then, you make it available to your deployment as a file store by defining it in Topology Builder and publishing the changes. You shut down the Lync Server services that use the file store that you want to remove, move the data to the new file store, and then you restart the servers or services. Optionally, you can remove the old file share and directory.

In the scenario below I‘m changing the File Store location from Lync Server (cp-lync2013.cozumpark.local)to a Domain Control server (cp-dc2012.cozumpark.local).  You can find the currently assigned File Store for each pool in Topology Builder / Lync Server / SiteName / Shared Components / File Stores / File Store / Dependent Pools.

(Before starting: logon any of the Archiving Servers, Director pools, Directors, Front End Servers, or Front End pools that are using the file store that you want to remove and stop CS-WindowsService)

技术分享


1.Log on to a computer as a member of the RTCUniversersalServerAdmins or CsServerAdministrator group where the Lync Server 2013, Administrative Tools are installed

2.Open Topology Builder, select Download Topology from existing deployment, and then click OK.

技术分享

3. In Save Topology As, type a name for the topology document in File name, and then click Save

4. In Topology Builder, expand Shared Components / File Stores and check Dependent Pools. (or you can check in Topology Builder, expand each of the three server roles -that is, Front End Server, Director, or Archiving Server- right-click the server, and then click Edit Properties find file store)

技术分享

5. Right-click the File Stores, and then select New File Store...

技术分享

6.On Define New File Store page, type required information and click OK

技术分享

To configure shared folder permissions on new server

- Go to new share and right click, Properties / Sharing / Advanced Sharing

- In Advanced Sharing page click Permissions

- For the Everyone, select the following under Allow:

Full Control

Change

Read

- Click Apply, and then click OK.

技术分享

技术分享

7. in Topology Builder, expand each of the three server roles -that is, Front End Server, Director, or Archiving Server- right-click the server, and then click Edit Properties find file store and select new store. (Repeat this step for each Archiving Server,      Director pool, Director, Front End Server, and Front End pool)

技术分享

8.Select top of left panel, click Action / Publish Topology

技术分享

9.On the Publish the topology page, click Next

技术分享

10.When the publish process has completed, click Finish

技术分享

11. Dependent pools has been changed to new file store.

技术分享

12. If you now check the new share you can see that all the correct groups have been added

- RTCHSUniversalServices

- RTCComponentUniversalServices

- RTCUniversalServerAdmins

- RTCUniversalConfigReplicator

技术分享

13.Check replication status, and then run the Lync Server Deployment Wizard. 

You must repeat the Lync Server Deployment Wizard Step 2: Setup or Remove Lync Server Components on each server affected by the change of file store location. Server roles affected by the relocation of the file store location:

Front End pool, Front End Servers

Standard Edition server

Director, Director pool

Archiving Servers

(Optional) if you prefer to use the Lync Server Management Shell, run the following cmdlet on each affected server role:

Enable-CsComputer

技术分享

14.Start a command prompt: Click Start, click Run, and then type cmd.exe.

15.Type the following command: 

Robocopy \\<OldFileServer>\<OldShare> \\<NewFileServer>\<NewShare> /S /R:10 /W:10 /XF Meeting.Active /MT /LOG:<directory path\logname>

Robocopy \\cp-lync2013.cozumpark.local\LyncShare \\cp-dc2012.cozumpark.local\LyncShares /S /R:10 /W:10 /XF Meeting.Active /MT /LOG:C:\log.txt

技术分享

技术分享

16.When the data copy is complete, in the Lync Server 2013 Control Panel, click Topology, and then click Status

技术分享

17.For each Archiving Server, Director pool, Director, Front End Server, or Front End pool that you stopped the services on previously, do the following:
a. In the list of servers in the deployment, click the server, click Action, click Start all services. Repeat for each Archiving Server, Director pool, Director, Front End Server, and Front End pool in your deployment.

技术分享

b. Remove the old file store from the topology and then publish the topology

技术分享

技术分享

18.(Optional) Log on to the computer that contains the file store that you just removed as a member of the local Administrators group or the Domain Admins group, and then remove the old file share and directory

技术分享

本文出自 “Juck Zhang” 博客,请务必保留此出处http://daodefangxiang.blog.51cto.com/8658374/1774623

Change the File Store Location for Lync Server 2013 Pool

标签:迁移文件存储;迁移lync 2013文件存储;lync文件存储迁移

原文地址:http://daodefangxiang.blog.51cto.com/8658374/1774623

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!