This post is more than 5 years old
7 Posts
0
16887
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 !
No Events found!
DELL-Joe S
7 Technologist
•
729 Posts
0
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