Unsolved

This post is more than 5 years old

1 Rookie

 • 

52 Posts

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

Community Manager

 • 

9K Posts

September 6th, 2013 00:00

Hey,

I don't understand your question clearly. Could you describe the question in detail?

2 Intern

 • 

30 Posts

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?

1 Message

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".

 

No Events found!

Top