If the Core service on the Core machine is stopped, use the restartcoreservice
command to start it again.
The usage for the command is as follows:
/restartcoreservice -core [host name] -user [user name] -password [password] -cancelactivejobs [true | false] -wait [time in seconds]
The following table describes the options available for the restartcoreservice
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. 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. |
-cancelactivejobs |
Optional. Use this option to cancel all active jobs on the Core. The default setting is "false." |
-wait |
Optional. This option indicates that the command should wait until the Core service is fully restarted for the specified period of time in seconds before canceling active jobs. |
Restart the Core service:
>cmdutil /restartcoreservice -core 10.10.127.42 -user admin -password 676df#df -cancelactivejobs true -wait 600
The restoreagent
command lets you restore a protected machine or volume from a specific Rapid Recovery recovery point.
The usage for the command is as follows:
/restoreagent -protectedserver [name | IP address] -rpn [recovery point number] -volumes [IDs | names | all] -targetmachine [name] -targetvolume [volume name] -forcedismount -autorestart
The following table describes the options available for the restoreagent
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. 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 |
The name or IP address of the server you want to restore. |
-rpn |
The identification number of the recovery point you want to use to restore the machine. To find the correct number, use the command /list rps . |
-volumes |
The IDs or names of the volumes you want to restore. To restore all protected volumes, use -volumes all . |
-targetmacchine |
The name of the machine to which you want to restore the protected machine. |
-targetvolume |
The name or ID of the volume to which you want to restore the machine. |
-forcedismount |
Optional. Use this option to force the dismount of the database on demand. |
-autorestart |
Optional. Use this command if restarting an Exchange Server machine is necessary. |
Restore a machine to a protected machine with the IP address 192.168.20.130, including the force database dismount option:
>cmdutil /restoreagent -protectedserver 192.168.20.130 -rpn 259 -volumes "F:" "E:" "C:" -targetmachine 192.168.20.174 -targetvolume "E:" "G:" "F:" -forcedismount
This command restores an archive from a local archive or share and places the restored data in a specified repository.
The usage for the command is as follows:
/restorearchive -core [host name] -user [user name] -password [password] -all | -protectedserver [name | IP address] -repository [name] -archiveusername [name] -archivepassword [password] -path [location]
The following table describes the options available for the restorearchive
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. 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. |
-all |
Restore data for all protected machines from the archive files. |
-protectedserver |
Protected machine with recovery points to restore. You can specify several machine names enclosed in double quotes and separated by spaces. |
-repository |
Name of a repository on the Core to which the restored recovery points should be placed. The name must be enclosed in double quotes. |
-archiveusername |
Optional. User name for the remote machine. Required for network path only. |
-archivepassword |
Optional. Password to the remote machine. Required for network path only. |
-path |
Location of the archived data to be restored; for example: d:\work\archive or network path \\servename\sharename. |
Restore archived data for all protected servers:
>cmdutil /restorearchive -core 10.10.10.10 -username administrator -password 23WE@#$sdd -all -repository repository1 -path d:\work\archive
Restore archived data for specific protected servers:
>cmdutil /restorearchive -core 10.10.10.10 -username administrator -password 23WE@#$sdd -protectedserver “10.10.20.30” “20.10.10.5” -repository repository1 -path d:\work\archive
The restoresettings
command lets you restore the settings of only the Core, or of the Core with repositories.
|
NOTE: Before you can restore Core settings, you must back them up, as described in BackupSettings. |
The usage for the command is as follows:
/restoresettings -localpath [local path] -restorerepositories [restores the repositories with the settings]
The following table describes the options available for the RestoreSettings
command:
Option | Description |
---|---|
-? |
Display this help message. |
-localpath |
The path for the configuration backup. |
-restorerepositories |
Optional. Restores repositories as well as the Core settings. |
Restore only the Core settings:
>cmdutil /restoresettings -localpath D:\work\archive
Restore the Core settings and the repositories:
>cmdutil /restoresettings -localpath D:\work\archive -restorerepositories
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center