Skip to content

Commit 03b55ee

Browse files
committed
Common issues merge/edit
1 parent fc7e89b commit 03b55ee

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

support/windows-server/backup-and-storage/windows-server-mpio-troubleshooting.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,28 +239,30 @@ To fix this issue, follow these steps:
239239
240240
1. On clusters, increase disk resource timeouts to tolerate slow failover.
241241
242-
### 4. "Persistent Disk or Path Errors in Event Log"
242+
### Applications experience downtime, and events repeat in the Event Log
243243
244-
#### Symptoms
244+
The repeating events include the following examples:
245245
246-
- Recurring Event IDs 153 ("disk retried"), 129 ("reset to device"), 11 ("controller error"), 158 (identical disk GUIDs)
247-
- Application downtime.
246+
- Event ID 153 ("disk retried")
247+
- Event ID 129 ("reset to device")
248+
- Event ID 11 ("controller error")
249+
- Event ID 158 (identical disk GUIDs)
248250
249-
#### Resolution
251+
To fix this issue, follow these steps:
250252
251253
1. Verify that physical and logical paths exist and are healthy.
252-
1. Update storage firmware and drivers.
253-
1. For Event ID 158, reset disk GUIDs on VHDs by using:
254+
1. Update the storage firmware and drivers.
255+
1. If Event ID 158 recurs, use the following PowerShell cmdlet to reset the disk GUIDs on the VHDs:
254256
255257
```powershell
256258
Set-VHD -Path \<VHD-Path> -ResetDiskIdentifier
257259
```
258260
259-
1. For repeated errors with third-party DSMs: Consult storage vendor, or migrate to supported native DSM.
261+
1. If the repeating events refer to third-party DSMs, consult storage vendor or migrate to a supported native DSM.
260262
261-
### Duplicate disks or wrong disk order
263+
### Duplicate disks or changed disk numbering
262264
263-
#### Symptoms
265+
You might observe this behavior after a restart, or after you add or remove disks.
264266
265267
- Duplicate instance of the same disk or LUN
266268
- Disks renumbered after a restart, addition, or removal

0 commit comments

Comments
 (0)