The Suspend-VMExport
command lets an administrator pause exports to virtual machines.
Usage
Suspend-VMExport -core [host name] -user [user name] -password [password] -all | -protectedserver [name | IP address]
Command Options
The following table describes the options available for the Suspend-VMExport
command:
Table 195: Suspend-VMExport 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 also have to provide a password. If none are provided, then the logged-on user's credentials will be 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 are provided, then the logged-on user's credentials will be used. |
-all |
Pauses all protected machines on the selected Core. |
-protectedserver |
Pause the current protected server. |
Example:
Suspend VM export for the protected machine with IP 10.10.10.4 for the local Core:
>Suspend-VMExport -protectedserver 10.10.12.25
The Update-Repository
command adds an extent to an existing DVM repository. The size specified must be between 250MB and 16TB.
Usage
Update-Repository -name [repository name] -size [size] [[[-datapath [datapath]
-metadatapath [metadata path]] | [-uncpath [UNC path] -shareusername [share user name] -sharepassword [share password]]] -core [host name] -user [user name]
-password [password]
Command Options
The following table describes the options available for the Update-Repository
command:
Table 196: Update-Repository 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 also have to provide a password. If none are provided, then the logged-on user's credentials will be 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 are provided, then the logged-on user's credentials will be used. |
-name |
DVM repository name. |
-size |
Size of DVM repository extent. Available units are: b, Kb, MB, GB, TB, PB. |
-datapath |
For local location only. Determines data path of DVM repository extent. |
-metadatapath |
For local location only. Determines metadata path of DVM repository extent. |
-uncpath |
For share location only. Determines data and metadata paths of DVM repository extent. |
-shareusername |
For share location only. Determines login to share location. |
-sharepassword |
For share location only. Determines password to share location. |
Example:
Add an extent to the DVM repository of the minimum size:
>Update-Repository
-name Repository1 -size 250Mb -datapath C:\Repository\Data -metadatapath C:\repository\Metadata
When running on the same machine on which Rapid Recovery Core is installed, the Rapid Recovery PowerShell module bases its display language on the language set for the Core. Localized Rapid Recovery versions such as this one support English, Chinese (Simplified), French, Korean, German, Japanese, Portuguese (Brazil), and Spanish.
If the
Rapid Recovery PowerShell module is installed on a separate machine, English is the only language supported.
The following table describes the qualifiers available for Rapid Recovery PowerShell Module.
Table 197: Rapid Recovery PowerShell module qualifiers
-core <Rapid Recovery Core Name> |
Host name of the Core.
Default: Localhost |
-ProtectedServer <Protected Server Name> |
Host name/IP address of the Rapid Recovery Agent.
Default: Localhost if multiple servers protected, otherwise the single server protected. |
-Mode <READ, READWRITE, WRITE> |
Recovery Point Mount mode.
Default: Read . |
-Volumes <Snapshot Volume Letter> |
Snapshot volume letter from Rapid Recovery Agent.
Default: All . |
-User <User Name> |
User name used to connect to the Rapid Recovery Core.
This is typically the service user. |
-Domain <Domain Name> |
Domain to which the user defined in /User belongs. |
-Password <Password> |
Password of the user defined in /User . |
-Path <Target path to mount, dismount recovery points or archive location> |
For example: C:\RapidRecoveryMount . |