User Tools

Site Tools


vmware:vdp-mccli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vmware:vdp-mccli [2013/12/10 15:41] – created naccadvmware:vdp-mccli [2015/01/22 02:22] (current) – typo, doamin->domain, thanks Pierre naccad
Line 2: Line 2:
  
 When dealing with VDP, a lot of the things you need to do are not possible from the GUI, I will try to list some of the more useful commands that you can use through SSH to the appliance. When dealing with VDP, a lot of the things you need to do are not possible from the GUI, I will try to list some of the more useful commands that you can use through SSH to the appliance.
 +
 +  * Status of all services on the VDP appliance
 +<code>dpnctl status all</code>
 +
 +  * General status of garbage collection, de-duplication, last checkpoint...etc
 +<code>status.dpn</code>
 +
 +  * Changes in the size of the backup per VM, this is good to know for capacity planning
 +<code>capacity.sh</code>
  
   * Get a list of running tasks   * Get a list of running tasks
Line 13: Line 22:
   * Cancel a running activity   * Cancel a running activity
 <code>mccli activity cancel --id=XXXXXXXXXX</code> <code>mccli activity cancel --id=XXXXXXXXXX</code>
 +
 +  * Get a list of all registered clients (backup sources)
 +<code>mccli client show --recursive=true</code>
 +
 +  * Kick a backup of a single client by hand
 +<code>mccli client backup-dataset --name=VM_NAME --domain=/DOMAIN/DOMIN</code>
 +The VM_NAME and DOMAIN you will get from the "show" command
 +
  
 <note>I will keep adding commands in here as I find them</note> <note>I will keep adding commands in here as I find them</note>
vmware/vdp-mccli.1386690082.txt.gz · Last modified: 2013/12/10 15:41 by naccad