Product:
Search Type:

How do I increase backup timeout in VZAgent configuration?

Article ID: 2053 
Last Review: Jul,26 2007
APPLIES TO:
  • Parallels Virtuozzo Containers for Linux

RESOLUTION

To change default backup timeouts directly in VZAgent configuration you may adjust /etc/sysconfig/vzagent/vzagent.conf file on hardware node (in backm/configuration/timeouts/backup section), by default it should be set like the following:

<backm>
<configuration>
<timeouts>
<backup>3600</backup>
<search>300</search>
</timeouts>

To increase vzbackup timeout you may increase value in <backup> tag, just for example to increase it up to 2 hours 3600 should be replaced with 7200.


For remote backups it is also may be required to check/adjust configuration of remote hosts access in servd/configuration/default_remote/default_timeout (remote host will be disconnected after this time of inactivity), by default it should be already set to 360000 seconds:

<servd>
<configuration>
...
<default_remote>
<default_timeout>360000</default_timeout>

Also, it is recommended to decrease search timeout in backm/configuration/timeouts/search to 300 and add default_timeout value in opd/configuration/backm/default_timeout (please note, it is does not exists by default):

<backm>
<default_timeout>7200</default_timeout>
</backm>

So, the following parameters could be adjusted:

backm/configuration/timeouts/backup 7200
backm/configuration/timeouts/search 300
opd/configuration/backm/default_timeout 7200
servd/configuration/default_remote/default_timeout 360000

Please note, VZAgent restart is required to apply new configuration in case of adjusting parameters directly in configuration file. To restart VZAgent services you may use the followingcommand on hardware node:

# vzagent_ctl restart


In case of using Virtuozzo Management Console (right click on the node > Tasks > Manage VZAgent Configuration) it should be enough to use Apply button on VZAgent configuration screen and no VZAgent restart is required in this case.

Keywords: vzagent backup timeout

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields