2

we have connected few Iscsi volumes. When we execute

Get-IscsiConnection

it shows connection between target IP address and initiator IP address.

But when we execute

mpclaim.exe -s -d

It shows the different values. When i enquired about this my seniors said that this is path not connection.

What is Path ? How it differs from connection?

Samselvaprabu
  • 1,311
  • 5
  • 14
  • 27

1 Answers1

2
Get-IscsiConnection 

shows (all) iSCSI connections

mpclaim

shows multipaths I/O devices (incl. iSCSI)

Get-iSCSISession showing the exact connection, but not the MPIO policy which is used for iSCSI volume. By executing - mpclaim.exe -s -d you can find out the Load Balance Policy, and a number of the system disk. If you will specify needed Disk, you will see how many paths are active/standby, active/active or active/optimized.

batistuta09
  • 8,981
  • 10
  • 23