RESOLUTION
For migration, it can be done through the Virtuozzo Management Console (VZMC) or manually. First, through the VZMC, you would do the following:- Right click on the Hardware Node and select Tasks
- From this menu, select Manage VZAgent Configuration
- Once the VZAgent Configuration loads, you will select the migrator>configuration>timeouts
There, you can increase the “migrate” value which is represented in seconds.
Also, it can be done manually in the following manner:
- Open C:\Program Files\SWsoft\Virtuozzo\VZAgent\etc\vzagent.conf file.
- Find the following strings:
<migrator>
<configuration>
<timeouts>
<migrate>360000</migrate>
<calc_hwconf>3600</calc_hwconf>
</timeouts>
</configuration>
</migrator>
- Change “migrate” value and save the file.
- Restart VZAOP service
- Right click on the Hardware Node and select Tasks
- From this menu, select Manage VZAgent Configuration
- Once the VZAgent Configuration loads, you will select the backm>configuration>timeouts
There you can increase the “backup” value which is represented in seconds.
Or it can be done manually:
- Open C:\Program Files\SWsoft\Virtuozzo\VZAgent\etc\vzagent.conf file.
- Find the following strings:
<backm>
<configuration>
<timeouts>
<backup>3600</backup>
<search>3600</search>
</timeouts>
<pe_backups_limit>1</pe_backups_limit>
<backup_node>local</backup_node>
</configuration>
</backm>
- Change “backup” value and save the file.
- Restart VZAOP service
Keywords: timeout timeouts backup migrate migration