This post is more than 5 years old
1 Rookie
•
52 Posts
0
14022
August 20th, 2012 12:00
How to enable multiple activations for single machine (Agentless and Agent based)
Avamar do not allow to add a client multiple times (activations). If I have to do a agentless backup for the same machine which is already participating as agentbased one, how I can enable multiple activations?
No Events found!


user_feo_
4 Posts
0
April 14th, 2016 12:00
Hello Ian, I am having the same challenge where I cannot add a VM that was added with the agent (see error attached). Can you please let me know what the commands are to enable the "allow_duplicate_names" options, and how to add a VM client via the mccli?
1 Attachment
vm_register_error.txt
ionthegeek
2 Intern
•
2K Posts
0
April 14th, 2016 12:00
The domain name specified in avregister should not have a leading slash.
user_feo_
4 Posts
0
April 15th, 2016 16:00
Ian, thank you!! All good now ... Here are the details on the fix.
Modified this guy: /usr/local/avamar/var/mc/server_data/prefs/mcserver.xml
This line:
Restarted the services by running this command:
dpnctl stop
dpnctl start
dpnctl status | Run this to check that all services are in good order.
NOTE: Stoping and starting the services can take while.
Once the services restarted, I was then able to the following command and it actually worked:
mccli client add --type=vmachine --name=VM_Name --datacenter=My_DataCenter --domain=/My_VCenter_Domain/VirtualMachines
After this though I was not able successfully run backups on these all VMs related to this VCenter. It just sat there with a status "Waiting for client".
I may have taken the long route, but ultimately what did the trick is to delete the proxy and re-register it to the Avamar server.
Here is what I did for troubleshooting steps:
Finally this is what got it working.
Just follow the prompts.
4. I re-added the VMs that needed protection.
5. Re-created the policy.
6. I ran a test job on one of the VM and SUCCESS!!
IMPORTANT: If you run into this issue after modifying the "allow_duplicates..." option . I would just delete the proxy from the /clients domain and register. I bet that was all I had to do. Good learning experience though.
Thanks for the guidance!!
ionthegeek
2 Intern
•
2K Posts
0
April 18th, 2016 07:00
If you are going to restart all the system services, it's always a good idea to take a checkpoint using mccli or the Avamar Administrator GUI before you do so. Since this was just an MCS configuration change, it probably would have been better to use dpnctl stop mcs and dpnctl start mcs instead of shutting down everything. An MCS restart is also significantly faster than restarting all the services.
user_feo_
4 Posts
0
April 18th, 2016 13:00
Agreed! Take a checkpoint, in case you need to revert back. In my case, I stopped all services since, dpnctl stop mcs was giving me an error. Thanks again for the help!
Gerardo Lema
2 Posts
0
August 11th, 2016 13:00
Hello Ian, its is posible to register an avamar client , with multiple avamar servers?, or a way to make this process possible, we have a custumer that has backups with an avamar server , and algo does backups with an avamar with datadomain integration, at the moment they have to register manualy the agent each time to store the backups on both systems, replication from one to another could be an option but then they will have to buy a datadomain on the site that has a single node of avamar.
Best regards
ionthegeek
2 Intern
•
2K Posts
0
August 11th, 2016 18:00
It is not possible to concurrently activate a client with multiple Avamar systems. Replication is the design solution for this use case.
Gerardo Lema
2 Posts
0
August 25th, 2016 13:00
Thanks Ian.