Use this command to open an existing DVM repository created in AppAssure Core or Rapid Recovery Core.
The usage for the command is as follows:
Open-DvmRepository -localpath [local path] -sharepath [network share path] -shareusername [user name for network share] -sharepassword [network share password]
The following table describes the options available for the Open-DvmRepository
command:
Option | Description |
---|---|
-? |
Display this help message. |
-localpath |
The path to the folder with a DVM repository on the local Core. |
-sharepath |
The path to the folder with the DVM repository on a CIFS share. |
-shareusername |
The user name you use to log in to the shared folder. |
-sharepassword |
The password you use to log in to the shared folder. |
Open an existing DVM repository on the local machine:
Open-DvmRepository -localpath E:\Repository
The Push-Replication
command forces replication for one or more protected machines.
The usage for the command is as follows:
Push-Replication -core [host name] -user [user name] -password [password] -targetcore [host name] -all | -protectedserver [machine name | IP address]
The following table describes the options available for the Push-Replication
command:
Option | Description |
---|---|
-? |
Display this help message. |
-all |
Force replication for all machines being replicated to the target Core. |
-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. |
-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. |
-protectedserver |
Protected machine name on the target Core against which to force replication. |
-user |
Optional. Login for the remote Core host machine. If you specify a login, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. |
Push replication for a single protected machine:
>Push-Replication -core 10.10.10.10:8006 -user administrator -password 23WE@#$sdd -targetcore 10.10.10.20:8006 –protectedserver 10.10.5.22
Push replication for all protected machines:
>Push-Replication -all
The Push-Rollup
command forces rollup for a protected machine.
The usage for the command is as follows:
Push-Rollup
-core [host name] -user [user name] -password [password] -protectedserver [machine name | IP address]
The following table describes the options available for the Push-Rollup
command:
Option | Description |
---|---|
-? |
Display this help message. |
-all |
Force all protected machines. |
-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. |
-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. |
-protectedserver |
Force for the current protected machine’s name. |
-user |
Optional. Login for the remote Core host machine. If you specify a login, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. |
Push rollup for a single protected machine:
>Push-Rollup -core 10.10.10.10:8006 -user administrator -password 23WE@#$sdd –protectedserver 10.10.5.22
Push rollup for all protected machines:
>Push-Rollup -all
The Remove-Agent
PowerShell cmdlet lets you remove a machine from protection on a Rapid Recovery Core.
The usage for the command is as follows:
Remove-Agent -core [host name] -user [login] -password [password] -protectedserver [name | IP address] -deleterecoverypoints -all
The following table describes the options available for the Remove-MountAgent
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 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 log on.
If none are provided, then the logged-on user's credentials will be used. |
-protectedserver |
Dismount all mounted recovery points for the current protected machine. |
-deleterecoverypoints |
Optional. Delete all recovery points for this protected machine. |
-all |
Optional. Delete all protected machines from the Core. |
Dismount all protected machines and their recovery points:
>Remove-Agent -core 10.10.10.10:8006 -user administrator -password 23WE@#$sdd -deleterecoverypoints -all
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center