
Solved!
Go to SolutionD
desperadeo
7 Posts
0
16895
November 18th, 2013 02:00
Dell EqualLogic Powershell Script & Replicas
Hi all,
I am developing a script to retrieve information about the replicas done between two Dell EQL PS Series arrays.
For each volume, I am keeping a history of 10 replicas, i use this following command to display all the replicas done for a specific volume.
> get-eqlreplica -GroupName SANPROD -ReplicationSite SANBCK -VolumeName VOLUME
But I am unable to get the size for each replica. Is there a way to do it with the cmdlet provided by Dell ?
Thank for your help !
Responses (1)
Solutions (0)

Joe S586
9 Technologist
•
729 Posts
986
0
Posted November 18th, 2013 09:00
Currently the powershell cmd-lets do not show replication size data. For now, only the GUI and SANHQ can show you the size of each replication.
-joe