Resume
The administrator can use this command to resume snapshots, export to a virtual machine, and replicate. You must specify your need to resume by a parameter. The following parameters are valid: snapshot, vmexport, and replication. See Pause for more details. 
Usage
The usage for the command is as follows: 
/resume [snapshot | vmexport | replication] -core [host name] -user [user name] -password [password] -all | -protectedserver [name | IP address] -incoming [host name] | outgoing [host name] -time [time string]
Command Options
The following table describes the options available for the resume command: 
Table 65: Resume command options
| -? | Display this help message. | 
| -restore | [ snapshots], [replication] or [vmexport]. | 
| -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 | Resume all agents on the selected Core. | 
| -protectedserver | Resume current protected server. | 
| -incoming | Host name of the remote core that replicates to the core machine. | 
| -outgoing | Host name of the remote target core to which data is replicated. | 
Examples:
Resume snapshots for specific protected server: 
>cmdutil /resume snapshot -core 10.10.10.10 -user administrator -password 23WE@#$sdd -protectedserver 10.10.10.4
Resume export to a virtual machine for all protected machines on the core: 
>cmdutil /resume vmexport –core 10.10.10.10 -user administrator -password 23WE@#$sdd -all
Resume outgoing replication on the core for a specific protected machine: 
>cmdutil /resume replication -core 10.10.10.10 -user administrator -password 23WE@#$sdd -protectedserver 10.10.1.76
Resume outgoing replication for all protected machines on the target core: 
>cmdutil /resume replication -core 10.10.10.10 -user administrator -password 23WE@#$sdd -outgoing 10.10.1.63
Resume incoming replication for all machines on the target core: 
>cmdutil /resume replication -core 10.10.10.10 -user administrator -password 23WE@#$sdd -incoming 10.10.1.82
 
    ResumeScheduler
This command lets you resume the task scheduler it has been paused. 
Usage
The usage for the command is as follows: 
/resumescheduler -core [host name] -user [user name] -password [password]
Command Options
The following table describes the options available for the resumescheduler command: 
Table 66: ResumeScheduler command options
| -? | Display this help message. | 
| -restore | [ snapshots], [replication] or [vmexport]. | 
| -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. | 
Example:
Resume snapshots for specific protected server: 
>cmdutil /resumescheduler -core 10.10.127.42 -user admin -password 676df#df
 
    SeedDrive
You can use a seed drive for the initial data transfer when you establish Rapid Recovery replication. 
Usage
The usage for the command is as follows: 
/seeddrive [-list | -startcopy | -startconsume | -abandon] -path [local | network path] -seeddriveusername [user name] -seeddrivepassword [password] -remotecore [name] [-targetcore [name or IP] | -protectedserver [name] | -all] -usecompatibleformat
Command Options
The following table describes the options available for the seeddrive command: 
Table 67: SeedDrive 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. | 
| -list | The list of outstanding seed drives with extended information. | 
| -startcopy | Start copying data to the seed drive. | 
| -startconsume | Start consuming the seed drive. | 
| -abandon | Abandon the outstanding seed drive request. | 
| -path | The local or network path of the seed drive. | 
| -seeddriveusername | Optional. The user name for the network location of the seed drive. | 
| -seeddrivepassword | Optional. The password for the network location of the seed drive. | 
| -targetcore | Optional. Use only with the -copyoption. It is the name or IP address of the remote Core. All protected machines replicating to this Core receive seed drive recovery points. | 
| -remotecore | Use only with the -consumeoption. It is the name of the remote Core from which the seed drive recovery points are created or consumed. | 
| -protectedserver | The name or IP address of the protected machine you are using to create or consume the seed drive of recovery points. For example: -protectedserver "10.10.60.48" "10.10.12.101." | 
| -all | This option specifies whether to consume or copy all of the available protected machines. | 
| -usecompatibleformat | The new archiving format offers improved performance, however it is not compatible with older Cores. Use this option when working with a legacy AppAssure Core. | 
Examples:
List outstanding seed drives: 
>cmdutil /seeddrive -list
Copy two protected machines to the seed drive on the network share: 
>cmdutil /seeddrive -startcopy -remotecore TargetCoreName -path \\10.10.1.1\Share\Seed\ -seeddriveusername Administrator -seeddrivepassword 12345 -usecompatibleformat
Starting consuming the seed drive: 
>cmdutil /seeddrive -startconsume -path \\10.10.1.1\Share\Seed\ -seeddriveusername Adminsitrator -seeddrivepassword 12345 -remotecore RemoteCoreName
Abandon an outstanding seed drive request: 
>cmdutil /seeddrive -abandon RemoteCoreHostName
 
    SetAgentMetadataCredentials
The setagentmetadatacredentials command sets the metadata credentials for a specified protected machine. 
Usage
The usage for the command is as follows: 
/setagentmetadatacredentials -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -target [default | SQL | Exchange] -metadatausername [user name] -metadatapassword [password] -sqlinstancename [SQL instance name] -usewindowsauthentication
Command Options
The following table describes the options available for the setagentmetadatacredentials command: 
Table 68: SetAgentMetadataCredentials 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. | 
| -protectedserver | The name or IP address of the protected machine. | 
| -target | Optional. The type of metadata, such as SQL, Exchange, or default. | 
| -metadatausername | Optional. The metadata-related login. | 
| -metadatapassword | Optional. The metadata-related password. | 
| -sqlinstancename | Optional. The specific SQL instance name. Use this option in conjunction with the -target"sql." | 
| -usewindowsauthentication | Optional. Use this option if your SQL credentials are also used for Windows authentication. | 
Example:
Set credentials for Exchange metadata: 
>cmdutil /setagentmetadatacredentials -core 10.10.10.10 -user administrator -password -23WE@#$sdd -protectedserver 10.10.20.20 -target exchange -metadatausername administrator -metadatapassword 123#