UNSOLVED

We-Max

updated

12 years ago

WM

We-Max

3 Posts

0

1137

February 6th, 2015 11:00

Time Finder Clone Session state change information

Can I find the time stamp for the Time Finder Clone Copy state changes (Particularly from Copy-In-Progress to Copied) in SYMAPI log? If not where can I find that info? I tried Symaudit but all it has is the time for user issued state changes (like Create and Activate, but not the Copy State). I went through my SYMAPI log but didn't find anything related to symclone.

  • PedalHarder

    4 Apprentice

    465 Posts

    803

    1

    Posted February 8th, 2015 13:00

    The only way to keep track of when a clone went from copy-in-progress to copied is to run a symclone verify Iteratively in a batch file / script and log when the state changed. There is no automatic logging of this state change.

    symclone -g dg_name verify -copied

    The above command will generate a return code zero when the clone is in the copied state. So it is a matter of checking the return code of above command within your script.

  • We-Max

    3 Posts

    803

    0

    Posted February 20th, 2015 12:00

    Thanks Jason!!