After retrieving the information you want from a mounted archive, you should dismount the archive to avoid potential issues.
The usage for the command is as follows:
/dismountarchiverepository -core [host name] -user [user name] -password [password] name] -name [archive repository name]
The following table describes the options available for the DismountArchiveRepository
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-name |
Required. The name of the archive repository. |
Dismount the repository named "NewArchive:"
>cmdutil /dismountarchiverepository -name NewArchive -core 10.10.10.10 -user administrator -password 23WE@#$sdd -path d:\work\archive
The editactiveblockmapping
command lets you make changes to the Active Block Mapping setting for protecting VMware and vSphere virtual machines.
The usage for the command is as follows:
/editactiveblockmapping -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -enable | -disable [enable/disable feature] -swapfiles [enable | disable] -subdirectories [enable | disable] -usedefaultsettings [enable | disable]
The following table describes the options available for the EditActiveBlockMapping
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-protectedserver |
Protected machine for which you want to use active block mapping. |
-enable |
Optional. The -enable option does not change the settings for swapfiles and exclusion lists; it turns Active Block Mapping on. If swapfiles are off and the exclusion list is empty, using the -enable option alone only ignores the blocks of deleted files. |
-comment |
Optional. A comment on or a description of the encryption key that you want to create. |
Enable active block mapping so that swap files are excluded from backups of the machine 10.10.8.150:
>cmdutil /editactiveblockmapping -protectedserver 10.10.8.150 -enable -swapfiles enable
Following the previous command with the next command disables swap files exclusion; meaning swap files will be backed up from machine 10.10.8.150:
>cmdutil /editactiveblockmapping -protectedserver 10.10.8.150 -enable -swapfiles disable
You can use the editesxserver
command whenever you want to make changes to the number of VMware ESX(i) virtual machines that you want to protect agentlessly.
The usage for the command is as follows:
/editEsxServer -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -add | -remove -virtualMachines [virtual machines collection | all] -autoprotect [object ID or name collection]
The following table describes the options available for the editesxserver
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-repository |
Required. The name of the repository that is associated with the Core that you want to use to protect the virtual machine.
Note: You must enclose the name in double quotes. |
-protectedserver |
Use this option to edit vCenter and ESX(i) objects for a specific protected machine. |
-add |
Use this option to add a specified vCenter or ESXi object. |
-remove |
Use this option to remove a specified vCenter or ESXi object. |
-virtualmachines |
Optional. This option lets you list the virtual machines that you want to protect. |
-autoprotect |
Optional. This option lets you list the new virtual machines that you want to automatically protect. |
Automatically protect specific vCenter or ESXi objects of a vCenter or ESXi server with the Core:
>cmdutil /editEsxServer -protectedserver 10.10.8.150 -add -autoprotect "Folder1" "Folder2"
The editexcludedfilesandfolders
command lets you change the list of path that you want Rapid Recovery to ignore during backup for the specified machine.
The usage for the command is as follows:
/editexcludedfilesandfolders -core [host name] -user [user name] -password [password name] -protectedserver [name | IP address] -addpath | -removepath [excluded paths collection] -addvolume | -removevolume [excluded volumes collection]]
The following table describes the options available for the EditExcludedFilesandFolders
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-protectedserver |
Protected machine for which you want to edit excluded paths. |
-addpath |
Optional. Add specific files or folders to the list of paths to ignore. |
-addvolume |
Optional. Add a specific volume to the list of paths to ignore. |
-removepath |
Optional. Remove specific files or folders from the list of paths to ignore. |
-removevolume |
Optional. Remove a specific volume from the list of paths to ignore. |
Add paths to the exclusion list for the machine 10.10.8.150:
>cmdutil /editexcludedfilesandfolders -protectedserver 10.10.8.150 -addpath "*.exe" "*.avi" -addvolume "\Hard disk 1\Volume1"
Remove path from the exclusion list for the machine 10.10.8.150:
>cmdutil /editexcludedfilesandfolders -protectedserver 10.10.8.150 -removepath "*.exe" "*.avi" -removevolume "\Hard disk 1\Volume1"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center