Skip to content

Commit d9a2a2f

Browse files
authored
Minor updates
1 parent d8dec1b commit d9a2a2f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/storage/elastic-san/elastic-san-troubleshoot.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ This article lists common issues related to Azure Elastic SAN. It also provides
1515
## Encountered get_iqns timeout error with Linux documentation script - Exception: Command took longer than 10 s
1616

1717
- Install the latest Azure CLI, and follow the instructions that work for your Virtual Machine (VM) SKU.
18-
- Once you've installed the latest version, run az extension add -n elastic-san to install the extension for Elastic SAN.
19-
- Run the az login command and follow the steps that command generates to login through your browser.
18+
- Once you install the latest version, run az extension add -n elastic-san to install the extension for Elastic SAN.
19+
- Run the az login command and follow the steps that command generates to log in through your browser.
2020
- Rerun the Linux documentation script and check if the issue persists.
2121

2222
## Encountered login rejected error - iscsiadm: Cannot modify node.conn[0].iscsi.DataDigest. Invalid param name.
2323

2424
- Ensure the private endpoint or service endpoint is configured correctly
25-
- Check if your volumes are being connected to Azure VMware Solution (AVS), as Cyclic Redundancy Check (CRC) isn't supported yet If not, check if your VM is running Fedora or its downstream Linux distributions like Red Hat Enterprise Linux, CentOS, or Rocky Linux that don't support data digests. If so, disable the CRC protection flag. You have to uncheck the box on portal and change the parameter for EnforceDataIntegrityCheckForIscsi (PowerShell)) or data-integrity-check (CLI) to false.
25+
- Check if your volumes are connecting to Azure VMware Solution (AVS), as Cyclic Redundancy Check (CRC) isn't supported yet.
26+
- If not, check if your VM is running Fedora or its downstream Linux distributions like Red Hat Enterprise Linux, CentOS, or Rocky Linux that don't support data digests.
27+
- If either of these is true, disable the CRC protection flag. You have to uncheck the box on portal and change the parameter for EnforceDataIntegrityCheckForIscsi (PowerShell)) or data-integrity-check (CLI) to false.
2628

2729
## Unable to connect to your Elastic SAN via service endpoints
2830

@@ -63,7 +65,7 @@ $Vnet | Set-AzVirtualNetworkSubnetConfig -Name $SubnetName -AddressPrefix $Subne
6365

6466
## Unable to connect to more than eight volumes to a Windows VM
6567

66-
- Run iscsicli sessionList or mpclaim -s -d on your Windows VM to see the number of sessions. Max session limit is 255.
68+
- To see the number of sessions on your Windows VM, run iscsicli sessionList or mpclaim -s -d. The maximum session limit is 255 for Windows VMs.
6769
- If you are at the session limit, then you can disconnect the volumes either via portal or using the script linked [here](https://github.com/Azure-Samples/azure-elastic-san/blob/main/PSH%20(Windows)%20Multi-Session%20Connect%20Scripts/ElasticSanDocScripts0523/disconnect.ps1).
6870
- Next, modify the $NumSession parameter of the connect script from either the portal or using the [Windows](https://github.com/Azure-Samples/azure-elastic-san/blob/main/PSH%20(Windows)%20Multi-Session%20Connect%20Scripts/ElasticSanDocScripts0523/connect.ps1) script. You need to ensure that the total number of sessions per volume attached to the VM is less than 255 sessions.
6971
- Run the script on your VM. These values can also be entered during runtime of the script.

0 commit comments

Comments
 (0)