Start a Conversation

Unsolved

This post is more than 5 years old

992

March 25th, 2015 11:00

CPU throttling for SQL backups

I've added the cpu-throttle=10 to a test SQL backup for a customer. The Windows file system backups seem to complete without error, but VSS and SQL based backups throw the following errors:


SQL:

"2015-03-25 11:17:17 avsql Error <5062>: Invalid flag: "--cpu-throttle"

VSS:

2015-03-25 11:17:07 avvss Error <5062>: Invalid flag: "--cpu-throttle"

Does the cpu-throttle setting only work for windows file system backups? Can a change on the client side be made to force the CPU utilization ceiling for all backup jobs?

Thanks!

40 Posts

March 26th, 2015 00:00

cpu-throttle is an avtar flag so it cannot be applied on plugin level. VSS or SQL backups will spawn one or several avtar processes to backup plugin data so this flag has to be applied on avtar level to limit CPU usage.

If you want to apply this flag to all kind of backups on client side, you just need to create a file named avtar.cmd on client side Avamar var folder and set cpu-throttle inside.

You can also check this KB for further details:

https://support.emc.com/kb/106429

I hope it helps, let me know if you need further assistance.

No Events found!

Top