Unsolved

This post is more than 5 years old

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

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

6 Operator

 • 

1.2K Posts

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.

6 Operator

 • 

1.2K Posts

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...

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

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.

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.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

November 29th, 2016 12:00

Hi Ed,

how do interpret this output, how to convert lin range into file/directory ?

Thank you

Policy name: mypolicy

    Action: sync

    Sync Type: incremental

    Job ID: 843

    Started: Tue Nov 29 02:00:01 EST 2016

    Run time: 13:06:59

    Status: Running

    Details:

        Directories:

            Deleted on source: 11692

            Deleted on destination: 11692

            Created on source: 15498

            Created on destination: 15500

            Linked on source: 15498

            Linked on destination: 9229

            Unlinked on source: 0

            Unlinked on destination: 11692

        Files:

            Total Files: 162566

            New files: 53555

            Updated files: 109011

            Linked on source: 55825

            Linked on destination: 2270

            Unlinked on source: 2270

            Unlinked on destination: 53133

            Automatically retransmitted files: 0

            Deleted on destination: 49185

        Bytes:

            Total Network Traffic: 389 GB (417299440306 bytes)

            Total Data: 388 GB (417087444989 bytes)

            File Data: 388 GB (417067677693 bytes)

            Sparse Data: 19 MB (19767296 bytes)

        Phases (7/9):

            Enumerate changed LINs (STF_PHASE_SUMM_TREE)

                Start: Tue Nov 29 02:00:05 EST 2016

                End: Tue Nov 29 02:03:12 EST 2016

                Statistics:

                    Modified Dirs: 99042

                    Modified LINs: 407577

                    Modified Files: 239482

            Enumerate deleted LINs (STF_PHASE_CC_DIR_DEL)

                Start: Tue Nov 29 02:03:12 EST 2016

                End: Tue Nov 29 02:04:45 EST 2016

                Statistics:

                    Unlinked Files: 49958

                    Deleted Dirs: 11692

            Enumerate added/changed directories (STF_PHASE_CC_DIR_CHGS)

                Start: Tue Nov 29 02:04:45 EST 2016

                End: Tue Nov 29 02:08:06 EST 2016

                Statistics:

                    Deleted Files: 47688

                    New Files: 53555

                    Linked Files: 2270

                    New Dirs: 15498

            Transfer list of deleted files (STF_PHASE_CT_FILE_DELS)

                Start: Tue Nov 29 02:08:06 EST 2016

                End: Tue Nov 29 02:16:10 EST 2016

                Statistics:

                    Deleted Files: 47688 / 47688

            Transfer list of deleted directories (STF_PHASE_CT_DIR_DELS)

                Start: Tue Nov 29 02:16:10 EST 2016

                End: Tue Nov 29 02:16:53 EST 2016

                Statistics:

                    Deleted Dirs: 11692 / 11692

            Transfer LIN link/relinks (STF_PHASE_CT_DIR_LINKS)

                Start: Tue Nov 29 02:16:53 EST 2016

                End: Tue Nov 29 02:19:06 EST 2016

                Statistics:

                    New Files: 53555 / 53555

                    Unlinked Files: 49958 / 49958

                    Linked Dirs: 9229

                    Linked Files: 2270 / 2270

                    New Dirs: 15498 / 15498

            Transfer added/changed files (STF_PHASE_CT_LIN_UPDTS)

                Start: Tue Nov 29 02:19:06 EST 2016

                End: N/A

                Statistics:

                    Dirs: 70331 / 114540

                    Modified LINs: 282082 / 407577

                    Files: 211751 / 293037

        Workers:

            Worker ID: 38

                Source Host: 10.199.102.37

                    Process ID: 17200

                    Last Work: Tue Nov 29 02:00:05 EST 2016

                    Last Split: Tue Nov 29 02:32:07 EST 2016

                Target Host: 10.199.102.82

                    Connected: yes

                Work LIN: 0

                    Work Type: Idle

            Worker ID: 32

                Source Host: 10.199.102.37

                    Process ID: 17199

                    Last Work: Tue Nov 29 02:00:05 EST 2016

                    Last Split: Tue Nov 29 15:06:58 EST 2016

                Target Host: 10.199.102.76

                    Connected: yes

                Work LIN: 416e0

                    Work Type: 8

                    LIN Range: (1159e8798, 1159e88d0)

No Events found!

Top