Skip to content

Commit df0b6f8

Browse files
Merge pull request #300676 from denisacatalinastan/patch-20
Update elastic-san-connect-windows.md
2 parents 98bfbfe + 7cba7a2 commit df0b6f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/storage/elastic-san/elastic-san-connect-windows.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,24 @@ Verify the number of sessions your volume has with either `iscsicli SessionList`
8484
#### Number of sessions
8585
You need to use 32 sessions to each target volume to achieve its maximum IOPS and/or throughput limits. Windows iSCSI initiator has a limit of maximum 256 sessions. If you need to connect more than 8 volumes to a Windows client, reduce the number of sessions to each volume.
8686

87+
You can customize the number of sessions by using the optional `-NumSession parameter` when running the `connect.ps1` script.
88+
89+
```bash
90+
.\connect.ps1 `
91+
92+
-ResourceGroupName "<resource-group>" `
93+
94+
-ElasticSanName "<esan-name>" `
95+
96+
-VolumeGroupName "<volume-group>" `
97+
98+
-VolumeName "<volume1>", "<volume2>" `
99+
100+
-NumSession “<value>
101+
```
102+
103+
**Note!** The `-NumSession` parameter accepts values from 1 to 32. If the parameter isn't specified, the default of 32 is used.
104+
87105
## Next steps
88106
89107
[Configure Elastic SAN networking](elastic-san-networking.md)

0 commit comments

Comments
 (0)