/build/static/layout/Breadcrumb_cap_w.png

kace Replication succesful or not

How can we check or come to conclusion that replication is happening without
any issues and replication data are pushed to client machines successfully?

 

0 Comments   [ + ] Show comments

Answers (1)

Posted by: h2opolo25 9 years ago
Red Belt
1
There is a bug that they are working on in regards to replication being slow. Here's a report you can run that might help. It uses a replication PC as the standard and calculates based on that who much the other ones are lagging. Look to see which replication PC is always fully sync'd in your environment and enter it in. Change the ### in the code below to the machine ID for your fully replicated PC.


select M.NAME as SERVER_NAME, M.IP as IP_ADDRESS, (((select sum(FILE_SIZE) from MACHINE_REPLITEM MR2 where MACHINE_ID = ###) - SUM(FILE_SIZE)) / 1073741824) as GB_REMAINING  from MACHINE_REPLITEM MR
left join MACHINE M on M.ID = MR.MACHINE_ID
group by ID
order by GB_REMAINING

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ