Arcserve Backup provides you with command line arguments that let you add and remove specific VM data from the Arcserve Backup database. The arguments can be used when you know the name of the specific VM that you want to add to or remove from the Arcserve Backup database. The command line arguments are as follows:
-insertVM <vmname> -deleteVM <vmname>
Note: You can use -insertVM and -deleteVM with the VMware command line utility (ca_vcbpopulateDB) and the Hyper-V command line utility (ca_msvmpopulateDB). For more information about these utilities, see the Command Line Reference Guide.
To add or remove VM data from the Arcserve Backup database
Change the directory to directory where the Client Agent for Windows is installed.
The example that follows describes the syntax required to insert a VMware VM with hostname VM-001 into the Arcserve Backup database:
ca_vcbpopulatedb.exe -Primary ARCServe1 -carootUser caroot -carootPass ca -esxServer ESXServer1 -esxUser root -esxUserPass rootpass -insertVM VM-001 -debug
The example that follows describes the syntax required to insert a Hyper-V VM with hostname VM-001 into the Arcserve Backup database:
ca_msvmpopulatedb.exe -Primary ARCServe1 -insertVM VM-001 -debug 1
The example that follows describes the syntax required to delete a VMware VM with hostname VM-001 from the Arcserve Backup database:
ca_vcbpopulatedb.exe -Primary ARCServe1 -carootUser caroot -carootPass ca -esxServer ESXServer1 -esxUser root -esxUserPass rootpass -deleteVM VM-001 -debug
The example that follows describes the syntax required to delete a Hyper-V VM with hostname VM-001 from the Arcserve Backup database:
ca_msvmpopulatedb.exe -Primary ARCServe1 -deleteVM VM-001 -debug 1
Copyright © 2015 |
|