Duplicate to tape continuos runing without SLP, SLP was removed
Hi
I removed one SLP used for duplicate images from DataDomain to physical tapes.
But the duplications job remain executing without any logic.
I stopped and started NBU, without unsuccessfully.
I reboot the server and the same result, duplications job still remain running.
As appears one process is in loop in EMM, I guess.
How can I stop this loop?
Master server is a linux 2.6.32-358.32.3.el6.x86_64, NBU is 7.5.
Thanks
To list all of the waiting duplications to the tape drives from this SLP, enter:
nbstlutil stlilist -lifecycle ddnicpe0100_prod_full -destination nims0102man-hcart2-robot-tld-0 -image_incomplete
This will list all of the images that are still trying to write to tape from that lifecycle. If you want to cancel all of them, you can try entering this command:
nbstlutil -cancel -lifecycle ddnicpe0100_prod_full -destination nims0102man-hcart2-robot-tld-0 -force
Then enter the first command above to make sure they are all properly cancelled, and not just waiting for their next increment of time to run.