Unsolved
This post is more than 5 years old
2 Posts
0
1649
October 25th, 2012 12:00
CLI option to deactivate a client
We are in the midst of an avamar upgrade - in doing the clients we were told to deactivate the client on the master consol- run the agent upgrade then reactivate the client. This was we do not lose the history of the machines
We would like to script this as we have 500-600 machines to upgrade. IS the an mccli commande to deactivate a client?
0 events found
No Events found!


Sandeep_Sinha
307 Posts
0
October 26th, 2012 05:00
Hello,
You can use this MCCLI command to deactivate a client :
mccli client edit --name=/domain_name/client_name --activated=false
Please refer to Page 69 on the document :
https://support.emc.com/docu39179_Avamar_6.1_Management_Console_Command_Line_Interface_(MCCLI)_Programmer_Guide_.pdf?language=en_US
Thanks