Unsolved
This post is more than 5 years old
11 Legend
•
20.4K Posts
•
87.4K Points
0
3102
November 29th, 2016 05:00
Monitoring SyncIQ session
Hello guys/gals,
I have one SyncIQ policy that has started running much longer than previously so i am trying to figure out why. Is there a way to see what files the policy is currently working on ?
Thank you
No Events found!


Peter_Sero
6 Operator
•
1.2K Posts
1
November 29th, 2016 07:00
One more thing...
http //stefanradtke.blogspot.de/2014/07/use-isilons-new-changelist-feature-to.html
(insert : to fix the link; external URLs are causing my posts to be hold back for moderation)
This is not so much about the job actual progress,
but yields the complete list of all changed files for a given SyncIQ job.
Peter_Sero
6 Operator
•
1.2K Posts
1
November 29th, 2016 07:00
Have you tried this on the TARGET cluster?
isi statistics heat --classes write
Of course this assumes that at least something arrives at the target...
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 29th, 2016 11:00
Thank you Peter. A couple of years ago i was troubleshooting SyncIQ issue with Isilon engineer and we were able to look at LIN that was being actively transferred to target cluster. Unfortunately i did not document the commands/steps to get that information.
Anonymous User
170 Posts
0
November 29th, 2016 11:00
isi_classic sync job report --mode worker
This gives you the LIN ranges per worker. In earlier releases, a single worker would process the entire file. In current releases large files can be spread across multiple workers.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 29th, 2016 12:00
Hi Ed,
how do interpret this output, how to convert lin range into file/directory ?
Thank you