compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
I have 2 policies per agent, one to backup system volumes and one to backup data volumes. If the Server tries to execute both policies at the same time, instead of queuing the second policy, it errors out stating:
{code}
Request was rejected by the agent it agent. It is busy with another operation.
{code}
{kb-cause}
CDP 3.0 does not support doing more then one backup at a time. There is an embedded queue mechanism that kicks in, if and only if, two policies need to write to the same disk safe (called the "disk safe write lock"). The problem here is that the same agent has two different policies with two different disk safes, and thus the lock is not triggered.
CDP 3.0 does not support doing more then one backup at a time. There is an embedded queue mechanism that is activated when two policies attempt to save Recovery Points to the same Disk Safe (called the "Disk Safe write lock"). The problem here is that the agent has two different policies with two different Disk Safes, and thus the lock is not triggered.
{kb-resolution}
You need to spread out your backup operations. Create one policy per disk safe.
You need to spread out your backup operations. Create separate policies for each Disk Safe. Or try scheduling the policies so they do not run simultaneously.
{kb-related-articles}