You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/backup-and-storage/iscsi-storage-connectivity-troubleshooting.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,11 @@ The following sections describe the most issues, and provide step-by-step soluti
107
107
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.
108
108
109
109
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.
111
111
1. To review specific persistent connections, at the PowerShell command prompt, run the following cmdlet:
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:
177
177
> [!NOTE]
178
178
>
179
179
> - \<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>.
182
182
> - The `-FA` switch starts a deeper scan than the `-QA` switch does. The deeper scan might take significantly longer to finish.
183
183
184
184
1. If the disk appears to be RAW or unformatted, try one or more of the following methods:
0 commit comments