Skip to content

Commit d906656

Browse files
committed
Common Issues merge/edit
1 parent 03b55ee commit d906656

1 file changed

Lines changed: 13 additions & 27 deletions

File tree

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

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -262,44 +262,30 @@ To fix this issue, follow these steps:
262262
263263
### Duplicate disks or changed disk numbering
264264
265-
You might observe this behavior after a restart, or after you add or remove disks.
266-
267-
- Duplicate instance of the same disk or LUN
268-
- Disks renumbered after a restart, addition, or removal
269-
270-
#### Resolution
265+
You might observe this behavior after a restart, or after you add or remove disks. To fix this issue, follow these steps:
271266
272267
1. Make sure that only one multipath solution is attached (remove unsupported DSMs, restart, and then reinstall or reconfigure MPIO).
273268
274-
1. Disk order in Windows is nondeterministic. For applications, use persistent identifiers (GUID/UUID/WWN) instead of disk number or drive letter.
269+
1. Windows uses nondeterministic disk order. If your application requires a specific disk order, use persistent identifiers (for example a GUID, UUID, or WWN) instead of using a disk number or drive letter.
275270
276-
### Performance and latency issues, high disk IO waits
271+
### High latency, IO spikes, low throughput, slow backups, SQL Event ID 833, or other performance issues
277272
278-
#### Symptoms
273+
1. Use Performance Monitor (Perfmon) to collect performance data. At the Windows command prompt, run the following command:
279274
280-
- High latency in database and apps
281-
- Periodic IO spikes
282-
- Low throughput
283-
- Event 833 (SQL)
284-
- Slow backups
285-
286-
#### Resolution
275+
```console
276+
logman create counter PerfLog -o C:\PerfLog.blg -f bincirc ...
277+
```
287278

288-
1. Run Perfmon to verify:
279+
1. Check for security or antivirus scans on the storage volumes (you might have to temporarily exclude the volumes or temporarily disable scans to test the effect on performance).
280+
1. Make sure that Windows Server is up to date, and update drivers and firmware.
281+
1. Use 64K allocation units for data volumes.
282+
1. If possible, distribute disks across multiple controllers.
289283

290-
```console
291-
logman create counter PerfLog -o C:\PerfLog.blg -f bincirc ...
292-
```
293-
294-
1. Check for security or antivirus scans on storage volumes (exclude or temporarily disable to test the effect).
295-
1. Update drivers, firmware, and the OS.
296-
1. Use 64K allocation units for data volumes. Distribute disks across multiple controllers, if possible.
284+
### Cluster disk resource or LUN disappears after you expand or resize it
297285

298-
### Cluster disk disappears after an expansion or resize
286+
- After you increase disk or LUN capacity, the volume isn't visible in cluster or disk manager until the role is cycled.
299287

300-
#### Symptoms
301288

302-
- After you increase disk or LUN capacity, the volume isn't visible in cluster or disk manager until the role is cycled.
303289

304290
#### Resolution
305291

0 commit comments

Comments
 (0)