Catalog Priority over SLP_LCP Duplicated Jobs
Hello People
I'm doing backups to disk and duplication to tape using LCP. I have 2 drive availables for the duplication jobs.
I set a Vault for eject the completed images duplicated in tape and create a catalog of Netbackup.
The Catalog Job are going to Queue and take almost 30hrs to run. I set the priority of the Catalog to 99999 and the backup job to 90000 for try to get first the catalog job but don't work. Catalog Job still waitting for tape drive and LCP duplication jobs continue using the tape drive for duplication. I can't set to Suspend the SLP LCP Duplicated jobs.
How can I fix this?
Suggestions? Any work around for try to solve this issue?
This is all I can find: http://www.symantec.com/docs/TECH62438
DOCUMENTATION: Suspending duplication operations in Storage Lifecycle Policies
By design, Storage Lifecycle Policies initiate the duplication operations "as soon as possible" after the backup completes, and continues to retry the duplication until successful. This usually means that the duplication jobs start a few minutes after the initial backup using the Storage Lifecycle Policy completes.
While it is desirable to run the duplication as soon as possible after the backup completes this can sometimes result in resource contention, particularly if the original backups are being sent to tape or SharedDisk storage and the duplications are being handled by an alternate host. There may also be periods during which maintenance is being carried out and device access is limited. In these circumstances it is useful to be able to suspend duplications.
Storage Lifecycle Policies do not have a built in mechanism that allows the duplications to be suspended but the nbstlutil command can be used to deactivate individual Storage Lifecycle Policies thus preventing duplications from occurring.Customers who wish to disable duplication operations in Storage Lifecycle Policies during particular periods should create scripts using the nbstlutil command and schedule them to run at particular times to disable and enable the duplication capability.
The following command can be included in scheduled scripts to prevent a Storage Lifecycle Policy called GOLD_SPL from duplicating backups:nbstlutil inactive -lifecycle GOLD_SLP
Once this command has been issued no duplication operations will occur for the GOLD_SLP policy until the following command is issued:nbstlutil active -lifecycle GOLD_SLP
Setting the Storage Lifecycle Policy to "inactive" will not stop duplications that are already in progress.
Note that setting the Storage Lifecycle Policy to inactive does not prevent backups from using it, the setting only prevents duplication of the original backups from occurring.(See TN for more info)