Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

4 Posts

1342

April 22nd, 2021 18:00

Equallogic Member iSCSI Connections list

is there a way to export the member iscsi connections list?

Moderator

 • 

8.6K Posts

April 23rd, 2021 09:00

Packy5,

 

There is not currently a way to export the Member iSCSI connection list.

 

Let me know if this helps.

 

 

4 Operator

 • 

1.8K Posts

April 26th, 2021 02:00

@packy5 

this is how it looks like in detail

SessionId : 6090A02880BACC573788C4DA169854F3
groupId : 6090A02880BACC573788C4DA169854F3
GroupName : group01
GroupAddress : 10.29.75.70
TargetName : xxxxx-rz1
InitiatorAddress : 10.29.80.10
InterfaceMember : xxxxxx
InterfacePort : eth0
InterfaceIPAddress : 10.29.80.90
ConnectionTime : 33d 16h 49m
MBRead : 133920
MBWritten : 71569

 

4 Operator

 • 

1.8K Posts

April 24th, 2021 16:00

With the help of powershell...

Connect-EqlGroup -GroupAddress group01 -UserName YourUser -Password YourSecret
Get-EqlVolume | Get-EqlVolumeConnection | select InitiatorAddress
InitiatorAddress 10.29.80.172 10.29.80.162 10.29.80.171 ....

 

Its a little bit slowly but it will gives you the same and more infos as the the GroupManager GUI.

1 Rookie

 • 

1.5K Posts

April 25th, 2021 04:00

Hello, 

  Great find on the PowerShell stuff.  That's per volume, I believe there is a one for per member as well so don't have to walk through all the volumes.  You can also use PERL or PYTHON    The Host Scripting Tools package on the EQL support site has the libraries and sample scripts. 

 Or at the CLI of the group you can do: 

GrpName>member select MEMBERNAME show connections    

 That will show all the ISCSI connections for that member 

You can capture the output from the terminal if you are just looking for connections one time vs. monitoring them over time. 

 Regards, 

Don

4 Operator

 • 

1.8K Posts

April 26th, 2021 10:00

@dwilliam62, @packy5 

PS C:\Program Files\EqualLogic\bin> Get-EqlMember | select MemberName, ISCSIConnectionCount
MemberName ISCSIConnectionCount
---------- --------------------
equal-store-13 20
equal-store-06 21
equal-store-12 33
equal-store-09 33

 

Regards,
Joerg

1 Rookie

 • 

1.5K Posts

April 26th, 2021 10:00

thanks again for this. Did you happen to find a CMDLET for iSCSI connections per member? 

 Regards, 

Don 

1 Rookie

 • 

1.5K Posts

April 26th, 2021 11:00

Thank you!  Disappointing that it doesn't provide much detail 

 Appreciate it! 

 Don 

 

No Events found!

Top