Skip to content

Commit 52f8ff0

Browse files
committed
Link & escape fixes
1 parent 1a025bf commit 52f8ff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

support/windows-server/backup-and-storage/iscsi-storage-connectivity-troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ The following sections describe the most issues, and provide step-by-step soluti
107107
1. To review disk mappings and properties, use the [`Get-Disk`](/powershell/module/storage/get-disk), [`Get-PhysicalDisk`](/powershell/module/storage/get-physicaldisk), [`Out-GridView`](/powershell/module/microsoft.powershell.utility/out-gridview) cmdlets.
108108

109109
1. Follow these steps to review the iSCSI and MPIO configuration.
110-
1. To gather information about the path and session status, at the PowerShell command prompt, run the [`Get-IscsiConnection`](/powershell/module/iscsi/get-iscsiconnection), [`Get-IscsiSession`](powershell/module/iscsi/get-iscsisession), and [`Get-MSDSMAutomaticClaimSettings`](/powershell/module/mpio/get-msdsmautomaticclaimsettings) cmdlets.
110+
1. To gather information about the path and session status, at the PowerShell command prompt, run the [`Get-IscsiConnection`](/powershell/module/iscsi/get-iscsiconnection), [`Get-IscsiSession`](/powershell/module/iscsi/get-iscsisession), and [`Get-MSDSMAutomaticClaimSettings`](/powershell/module/mpio/get-msdsmautomaticclaimsettings) cmdlets.
111111
1. To review specific persistent connections, at the PowerShell command prompt, run the following cmdlet:
112112

113113
```powershell
114-
Connect-IscsiTarget -NodeAddress <target> -TargetPortalAddress <IP> -TargetPortalPortNumber 3260 -IsPersistent $true
114+
Connect-IscsiTarget -NodeAddress <Target> -TargetPortalAddress <IPAddress> -TargetPortalPortNumber 3260 -IsPersistent $true
115115
```
116116

117117
1. If any of the storage IP addresses are incorrect, follow these steps:
@@ -177,8 +177,8 @@ To check for and fix volume issues, follow these steps:
177177
> [!NOTE]
178178
>
179179
> - \<Drive> specifies the ReFS volume to process in the format E: or the path to the volume mount point.
180-
> - \<LogFolder> specifies the location to store temporary information and logs. This folder must reside in a volume that doesn't reside on /<Drive>.
181-
> - \<RecoveredDataFolder> specifies the location where identified files are copied to. This folder must reside in a volume that doesn't reside on /<Drive>.
180+
> - \<LogFolder> specifies the location to store temporary information and logs. This folder must reside in a volume that doesn't reside on \<Drive>.
181+
> - \<RecoveredDataFolder> specifies the location where identified files are copied to. This folder must reside in a volume that doesn't reside on \<Drive>.
182182
> - The `-FA` switch starts a deeper scan than the `-QA` switch does. The deeper scan might take significantly longer to finish.
183183

184184
1. If the disk appears to be RAW or unformatted, try one or more of the following methods:

0 commit comments

Comments
 (0)