ForceMount
Use the forcemount
command to conduct an one-time recovery point mountability check. This determines whether or not the specified recovery point or recovery points can be mounted and used to restore backed up data. You must list either one or more specific recovery points on which to conduct the check, or a time range during which the recovery points were created.
Usage
The usage for the command is as follows:
/forcemount -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -rpn [number | numbers] | -time [time string]
Command Options
The following table describes the options available for the forcemount
command:
Table 30: ForceMount command options
-? |
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. 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. 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 against which to perform a mountability check. |
-rpn |
The sequential number of a recovery point against which to perform checks (run command /list rps to obtain the numbers). To perform checks against multiple recovery points with a single command, you can specify several numbers separated by spaces. |
-time |
Select a recovery point by its creation time. You must specify the exact time in the format “mm/dd/yyyy hh:mm tt” (for example, “2/24/2012 09:00 AM”). Keep in mind to specify the date and time values of the time zone set on your PC. |
Example:
Perform mountability checks for recovery points with numbers 5 and 7:
>cmdutil /forcemount -core 10.10.10.10 -user administrator -password 23WE@#$sdd -protectedserver 10.10.20.20 -rpn 5 7
ForceOptimizationJob
The forceoptimizationjob
command lets you perform optimize a repository on demand.
Usage
The usage for the command is as follows:
/forceoptimizationjob -repository [repository name] | -all -core [host name] -user [user name] -password [password]
Command Options
The following table describes the options available for the forceoptimizationjob
command:
Table 31: ForceOptimizationJob command options
-? |
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 |
The name of the repository that you want to optimize. |
-all |
Use this option to perform the optimization job on all repositories for this Core. |
Example:
Force a repository optimization job:
>cmdutil /forceoptimizationjob -repository "Repository 1" -core 10.10.10.10 -user administrator -password 23WE@#$sdd
ForceReplication
Use the forcereplication
command to force a one-time transfer of replicated data from the source core to the target core. You can replicate one specific protected server or replicate all protected servers. The protected servers must be already configured for replication.
Usage
The usage for the command is as follows:
/[forcereplication |frep] -core [host name] -user [user name] -password [password] -targetcore [host name] -all | -protectedserver [name | IP address]
Command Options
The following table describes the options available for the forcereplication
command:
Table 32: ForceReplication command options
-? |
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. 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. 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 |
-targetcore |
Host name of the target core against which replication should be forced. |
-protectedserver |
The protected machine you want to replicate. |
-all |
Force replication for all machines being replicated to the target core. |
Example:
Force replication for a protected server on a specific target core:
>cmdutil /forcereplication -target core 10.10.10.10 -protectedserver 10.20.30.40
ForceRollup
Use the forcerollup
command to force the rollup of recovery points on a protected machine.
Usage
The usage for the command is as follows:
/[forcerollup | fro] -core [host name] -user [user name] -password [password] -protectedserver [name | IP address]
Command Options
The following table describes the options available for the forcerollup
command:
Table 33: ForceRollup command options
-? |
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. 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. 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 |
Optional. Protected machine against which to perform rollup. |
Example:
Force rollup for agent 10.10.10.1 on the Core:
>cmdutil /forcerollup -core 10.10.10.10 - user administrator -password 23WE@#$sdd -protectedserver 10.10.10.1