How to know the progress of HA C-SPOC Mirrorvg?

Hi,
Anyone know how to check the progress of the HACMP C-SPOC mirror for the vg ?

I know there is lsvg -l <appvg>, it show the open/stale .. but I couldn't see the progress of it.

Your feedback is very appreciated.

Thanks.

I think there exists a file called cspoc.log , look for the file on the cluster node where you issued the mirror command.

I hope this helps.

You can view it live by typing

tail -f  /<location of log file>
Ex: you found 'cspoc.log' under /tmp, then 
tail -f /tmp/cspoc.log 

The stale partitions listed with lsvg should decrease to zero. There will also some process running doing the job. I have no box here so I can�t check, but you might see that it�s name is related with the strings "lvcopy" and or "lvsync", something like this.