incorrect agent auto assignment
Hi, we have three VMware data centers at different physical locations; at each location, we have an Acronis backup agent appliance. By default, any new VM will be auto assigned to an agent. However, we found that some VM will be auto assigned to an agent at different datacenter. Therefore, the backup will fail. My questions are:
- Is there any way that I can control the auto assignment (e.g. by backup files location, or by vmware datacenter)?
- I've assigned the backup agent to each VM manually and it resolve my issue. However, whenever someone create a new VM, it may become a problem until we change it manually. Any suggestion?
- If I turn off the auto assignment at global settings, what would happen to new VM (i.e. how are the new VM being assigned)
Thanks,
Aldous

- Accedi per poter commentare

Hi Vasily, thanks for the quick respond. We are using the acronis appliance for vmware (both agent and management). Since it is not Windows, would you give me the instructions to change the values, please?
Regards,
Aldous
- Accedi per poter commentare

Hi,
In case of "all-in-one appliance" there is an analogue of Windows registry recorded in /etc/Acronis/*.config files which match the same parameters in Linux management server. You need to modify the AMS.config file and insert the below lines before "<key name="General">" line.
<key name="CentralizedVirtual">
<key name="ApplianceBinding">
<key name="Params">
<value name="AnotherAgentBinding" type="TString">"1"</value>
<value name="AnotherServerBinding" type="TString">"1"</value>
<value name="BalancingLimit" type="TString">"0.1"</value>
<value name="SameClusterBinding" type="TString">"5"</value>
<value name="SameServerBinding" type="TString">"10000"</value>
</key>
</key>
</key>
This file can be modified either via Cockpit web interface (at :9090 port) of the appliance (via "vi" editor) or by connecting to appliance via WinSCP (login to appliance under 'root' via SCP protocol). See below screen shot showing modifications in /etc/Acronis/AMS.config and their mapping to Windows registry:
After these changes are made the appliance must be rebooted.
(!) NOTE: After some testing I've discovered that the Agent for VMware running inside the all-in-one appliance is not participating properly in the VM binding redistribution and ignores the above parameters on build #10330 - we will be investigating this problem with our QA and development team to fix it asap. The VM distribution works properly for other "regular" appliances, so as quick workaround you can remove the Agent for VMware on all-in-one appliance from Settings->Agent - this will trigger VMs redistribution among other agents (among other regular appliances):
Thank you.
- Accedi per poter commentare

Thanks Vasily.
in regarding the agent issue within the all-in-one appliance, we had removed the agent as our initial setup in order make sure that all backups will be done by other dedicated agent-only appliance and management as management only. Therefore, it's not an issue for.us. I'll try the registry change. Thanks
Aldous
- Accedi per poter commentare