Unsolved
This post is more than 5 years old
1 Rookie
•
52 Posts
0
1850
September 4th, 2013 15:00
Equivalent MCCLI command for "Sync with vCenter" feature
Hi experts!
Any idea about an equivalent MCCLI command for "Sync with vCenter" feature in Avamar? You can see this when you right click on a vCenter Avamar Domain that is already added to it.
Thanks
Siva
No Events found!


DELL-Leo
Community Manager
•
9K Posts
0
September 6th, 2013 00:00
Hey,
I don't understand your question clearly. Could you describe the question in detail?
admingineerchitact
2 Intern
•
30 Posts
0
November 4th, 2019 08:00
I have this same question November 4th 2019.
What is the command line command equivalent
to the
GUI and AUI "Sync with vCenter" function?
Ne1Admin
1 Message
0
January 10th, 2020 18:00
If you haven't already stumble upon the commands; here they are:
mccli vmcache show --domain=< > --name=<<"VM_FolderName">>
mccli vmcache sync --domain=< > --name=<<"VM_FolderName">>
ex.
mccli vmcache sync --domain=vCenter01.testdomain.org --name="VM_WebServers"
You can also run the mccli against a single VM:
mccli vmcache show --domain=/< >/ContainerClients --name=<<"VM_Server_Name">>
mccli vmcache sync --domain=/< >/ContainerClients --name=<<"VM_Server_Name">>
ex.
mccli vmcache sync --domain=/vCenter01.testdomain.org/ContainerClients --name="WebServer_01"
***Note*** I always run the "show" command first just to see what it looks like before and then show again - to see the result after executing the "sync".