Skip to content

Commit ec4423a

Browse files
Merge pull request #293687 from khdownie/kendownie012825
fix sync service doc bug
2 parents b302aa1 + 890f845 commit ec4423a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/storage/file-sync/file-sync-replace-drive.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to replace a drive on an Azure File Sync server because o
44
author: sindamnataraj
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 06/13/2024
7+
ms.date: 01/25/2025
88
ms.author: nasindam
99
---
1010

@@ -41,12 +41,14 @@ Removing user access to your server endpoints causes downtime. To minimize downt
4141
robocopy <SourcePath> <Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /MIR /DCOPY:DAT /XA:O /B /IT /UNILOG:RobocopyLog.txt
4242
```
4343

44-
4. Enable SMB access to the server endpoints on Server B.
45-
Users should now be able to access the file share from the temporary VM (Server B).
44+
4. Enable SMB access to the server endpoints on Server B. Users should now be able to access the file share from the temporary VM (Server B).
45+
5. On Server A, change the startup type of the Storage Sync Agent Service from **Disabled** to **Automatic**, and then put it in the **Started** state.
4646

4747
## Step 4: Delete old server endpoints and replace the drive
4848

49-
When you're sure that user access is restored, [delete the server endpoints](file-sync-server-endpoint-delete.md) and replace the drive on Server A. Make sure the drive letter of the replaced drive is the same as it was before the replacement.
49+
When you're sure that user access is restored, [delete the server endpoints](file-sync-server-endpoint-delete.md) on Server A. If you get an error that server endpoint deletion failed, make sure that the Storage Sync Agent Service on Server A is in the **Started** state.
50+
51+
Replace the drive on Server A. Make sure the drive letter of the replaced drive is the same as it was before the replacement.
5052

5153
## Step 5: Create new server endpoints and copy data to the new drive
5254

@@ -69,7 +71,7 @@ Removing user access to your server endpoints on the temporary VM causes downtim
6971
robocopy <SourcePath> <Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /MIR /DCOPY:DAT /XA:O /B /IT /UNILOG:RobocopyLog.txt
7072
```
7173

72-
3. On Server A, change the startup type of the Storage Sync Agent Service from **Disabled** to **Automatic**, and then put it in the **Started** state.
74+
3. Make sure that the Storage Sync Agent Service on Server A is in the **Started** state.
7375
4. Enable SMB access to the server endpoints on Server A.
7476
5. Sign in to the Azure portal. Go to the sync group and verify that the cloud endpoint is syncing to the server endpoints on Server A. Users should now be able to access the file share from your registered server.
7577

0 commit comments

Comments
 (0)