Bharath_Achar
9 years agoLevel 6
SLP images reporting using OPScenter
Hi All,
Is there a way we can get time elapsed for replication of backup images for particular clients using opscenter analytics or any other way ?
replication through SLP to different master server.
Hi Bharath
You can look at the domain_SLPImage table. It has fields such as
id (the backup image)
clientname (the client name)
slpCompletionTime (If the SLP is complete then this is equal to record modification time of the last copy in EMM)
timeInProcess (This time indicates when an image was initially processed by Duplication Job)
I don't have a system with replication so I cant test and provide a query.
HTH