Unsolved
55 Posts
0
769
March 24th, 2020 08:00
Iscsi targets
Hi, I am facing a problem with my EqualLogic I couldn't access my EqualLogic software !!
I have 4 array disk EqualLogic and I need to see all the Hyper-V connected on it with accessing it using Ssh connection!
Some help please !
No Events found!



DELL-Sam L
Moderator
•
7.7K Posts
0
March 24th, 2020 13:00
Hello annonyme1,
You will need to login to group manager to see how your system is configured. Since you have a username and password you can use that to see how all your Equallogics are configured & if your hyper-v hosts are connected.
Please let us know if you have any other questions.
dwilliam62
4 Operator
•
1.5K Posts
0
March 25th, 2020 03:00
Hello,
Re:SSH Yes you can access the CLI via SSH. When you login run this command and reply with the results
GrpName> show mem -poolinfo
Name Status Version Disks Capacity FreeSpace Connections Pool
---------- ------- ---------- ----- ---------- ---------- ----------- -------
PS6210E online V10.0.3 (R 24 33.74TB 32.73TB 142 default
469188)
GrpName>show volumes
Find the volumes you are interested in finding who is connected.
GrpName>volume select show connections
e.g if the volume name is 'exchange-vol1'
GrpName> volume select exchange-vol1 show connections
Initiator UpTime RxData TxData
--------------- ----------------- --------------- ---------------
192.x.x.x 100days 3hr 41mi 3.43GB 220.50GB n 31secs
192.x.x.x 100days 3hr 41mi 499.84GB 840.14GB n 11secs
192.x.x.x 100days 3hr 41mi 907.17MB 14.05GB n 1secs
This will show you what servers you have connected to that volume.
Now run:
GrpName:volume select show members
Grpname>volume select exchange-vol1 show members
Member Name Contribution (Reported Size) Pool
--------------- ---------------------------- ----------
PS6210E 2TB default
But AGAIN, just shutting off a member in a group to save power is NOT a solution. The configuration database is maintained on EVERY member. So if that member is offline it won't get updated.
If there are not volumes on that member it if its in its own pool then you can DELETE it from the group. That will reset it and later if you need it you can re-add it and reconfigure it.
Regards,
Don