DL4300 Appliance
New-Repository
453
Resume-Replication
The
New-Replication
command lets you set up and force replication for a protected server or servers.
Usage
The usage for the command is as follows:
New-Replication -core [host name] -user [login] -password [password] -targetserver [host name] -protectedserver [name | IP address]
Command Options
The following table describes the options available for the
New-Replication
command:
Table 215. New-Replication command options
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 user name. If none are provided, then the
logged-on user's credentials will be used.
-replicationname
Name of the replication configuration on the target
Core.
-targetserver
The host name, user name, and password for the
target Core.
-protectedserver
The name of the protected machine and repository
on the target Core for setting up replication.
Example:
Create new replication for the protected machine with IP 10.10.10.4:
>New-Replication -targetserver 10.10.10.128 -protectedserver 10.10.10.4
Parent topic
New-Repository
The
New-Repository
command creates a new DVM repository in the Rapid Recovery Core. The size specified
must be between 250MB and 16TB.