Skip to content

Commit 07ed935

Browse files
committed
link fixes
1 parent fc9634d commit 07ed935

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

support/windows-server/virtualization/hyper-v-start-state-access-failures-clustered-standalone.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ This article provides a detailed troubleshooting guide to help you resolve issue
3838
- [Event ID 1069](#event-id-1069-cluster-vm-failed-to-startcant-bring-a-resource-online)
3939
- [Event ID 1205](#event-id-1205-cant-bring-a-resource-online)
4040
- [Event ID 1135, Event ID 1795, Event ID 5257, and virtual machines are paused](#event-id-1135-event-id-1795-event-id-5257-and-virtual-machines-are-paused)
41-
- Event ID 1135. At a general level, Event ID 1135 indicates that one or more cluster nodes were removed from the active failover cluster membership. For more information about troubleshooting this issue, see [Troubleshoot cluster issue with Event ID 1135](../high-availability/troubleshoot-cluster-event-id-1135).
42-
- Event ID 5120. At a general level, Event ID 5120 indicates an issue that involves the cluster shared volume (CSV). For more information about troubleshooting this issue, see [Event ID 5120 Cluster Shared Volume troubleshooting guidance](/high-availability/event-id-5120-cluster-shared-volume-troubleshooting-guidance).
41+
- Event ID 1135. At a general level, Event ID 1135 indicates that one or more cluster nodes were removed from the active failover cluster membership. For more information about troubleshooting this issue, see [Troubleshoot cluster issue with Event ID 1135](../high-availability/troubleshoot-cluster-event-id-1135.md).
42+
- Event ID 5120. At a general level, Event ID 5120 indicates an issue that involves the cluster shared volume (CSV). For more information about troubleshooting this issue, see [Event ID 5120 Cluster Shared Volume troubleshooting guidance](/high-availability/event-id-5120-cluster-shared-volume-troubleshooting-guidance.md).
4343

4444
1. Note any recent changes or incidents that affected your infrastructure. Such changes include system or driver updates, or interruptions in power or network connectivity.
4545
1. Note any unusual system activity, such as the following behavior:
@@ -65,7 +65,7 @@ Make sure that your security infrastructure accommodates Hyper-V. The following
6565
- BitLocker-locked disks might prevent VMs from starting after updates or restarts. BitLocker also might block access to virtual machine files, preventing VMs from starting or responding.
6666

6767
1. Review the permissions of the Hyper-V service account. This account must have full control over VM files and folders.
68-
1. Review [Recommended antivirus exclusions for Hyper-V hosts](antivirus-exclusions-for-hyper-v-hosts), and make sure that the correct exclusions are in place.
68+
1. Review [Recommended antivirus exclusions for Hyper-V hosts](antivirus-exclusions-for-hyper-v-hosts.md), and make sure that the correct exclusions are in place.
6969
1. Use [fltmc](/windows-hardware/drivers/ifs/development-and-testing-tools#fltmcexe-command) to identify and unload problematic filter drivers. Open a Windows Command Prompt window, and then run the following command:
7070

7171
```console
@@ -92,8 +92,8 @@ Make sure that your security infrastructure accommodates Hyper-V. The following
9292

9393
If this command doesn't fix your disk issues, see the following articles for more information:
9494

95-
- [Data corruption and disk errors troubleshooting guidance](../backup-and-storage/troubleshoot-data-corruption-and-disk-errors)
96-
- [iSCSI storage connectivity troubleshooting guidance](../backup-and-storage/iscsi-storage-connectivity-troubleshooting)
95+
- [Data corruption and disk errors troubleshooting guidance](../backup-and-storage/troubleshoot-data-corruption-and-disk-errors.md)
96+
- [iSCSI storage connectivity troubleshooting guidance](../backup-and-storage/iscsi-storage-connectivity-troubleshooting.md)
9797

9898
1. In the volume that hosts your VM files, review the contents of the VM folder. Make sure that the appropriate VM files (.vmcx (configuration), .vmrs (run-time state), .vhdx (disk), and .avhdx (differencing disk)) exist.
9999

@@ -116,7 +116,7 @@ Validate cluster health and configuration either by using the Cluster Validation
116116
Test-Cluster
117117
```
118118

119-
If the cluster is not functioning correctly, see [High Availability troubleshooting documentation for Windows Server](../high-availability/high-availability-overview).
119+
If the cluster is not functioning correctly, see [High Availability troubleshooting documentation for Windows Server](../high-availability/high-availability-overview.md).
120120

121121
### Step 6: Remove VM saved states or checkpoints
122122

@@ -149,7 +149,7 @@ To fix this issue, use the .vhdx file to build a new VM (you can also restore th
149149

150150
This event indicates that one or more resources might be in a failed state. For more information about troubleshooting this issue, see the following articles:
151151

152-
- [Can't bring a clustered resource online troubleshooting guidance](../high-availability/troubleshoot-cannot-bring-resource-online-guidance)
152+
- [Can't bring a clustered resource online troubleshooting guidance](../high-availability/troubleshoot-cannot-bring-resource-online-guidance.md)
153153
- [Considerations for Backing Up Virtual Machines on CSV with the System VSS Provider](/previous-versions/system-center/data-protection-manager-2010/ff634192(v=technet.10))
154154

155155
### Event ID 1135, Event ID 1795, Event ID 5257, and virtual machines are paused
@@ -207,13 +207,13 @@ To assist with troubleshooting, gather the following logs and diagnostics:
207207

208208
## References
209209

210-
- [Data corruption and disk errors troubleshooting guidance](../backup-and-storage/troubleshoot-data-corruption-and-disk-errors)
211-
- [iSCSI storage connectivity troubleshooting guidance](../backup-and-storage/iscsi-storage-connectivity-troubleshooting)
212-
- [Can't bring a clustered resource online troubleshooting guidance](../high-availability/troubleshoot-cannot-bring-resource-online-guidance)
213-
- [Troubleshoot cluster issue with Event ID 1135](../high-availability/troubleshoot-cluster-event-id-1135)
214-
- [Event ID 5120 Cluster Shared Volume troubleshooting guidance](/high-availability/event-id-5120-cluster-shared-volume-troubleshooting-guidance)
215-
- [Recommended antivirus exclusions for Hyper-V hosts](antivirus-exclusions-for-hyper-v-hosts)
216-
- [High Availability troubleshooting documentation for Windows Server](../high-availability/high-availability-overview)
210+
- [Data corruption and disk errors troubleshooting guidance](../backup-and-storage/troubleshoot-data-corruption-and-disk-errors.md)
211+
- [iSCSI storage connectivity troubleshooting guidance](../backup-and-storage/iscsi-storage-connectivity-troubleshooting.md)
212+
- [Can't bring a clustered resource online troubleshooting guidance](../high-availability/troubleshoot-cannot-bring-resource-online-guidance.md)
213+
- [Troubleshoot cluster issue with Event ID 1135](../high-availability/troubleshoot-cluster-event-id-1135.md)
214+
- [Event ID 5120 Cluster Shared Volume troubleshooting guidance](/high-availability/event-id-5120-cluster-shared-volume-troubleshooting-guidance.md)
215+
- [Recommended antivirus exclusions for Hyper-V hosts](antivirus-exclusions-for-hyper-v-hosts.md)
216+
- [High Availability troubleshooting documentation for Windows Server](../high-availability/high-availability-overview.md)
217217
- [Considerations for Backing Up Virtual Machines on CSV with the System VSS Provider](/previous-versions/system-center/data-protection-manager-2010/ff634192(v=technet.10))
218218
- [Hyper-V performance tuning guide](/windows-server/virtualization/hyper-v)
219219
- [Failover cluster troubleshooting](/windows-server/failover-clustering)

0 commit comments

Comments
 (0)