Go to main content
Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

Creating a Replication Target (CLI)

A replication target establishes a secure communication connection between replication source and target. To create a replication target:

  1. From the source appliance, navigate to the configuration services replication targets node, and enter target to configure a remote appliance as a replication target.
    host_source:> configuration services replication targets> target
    host_source:configuration services replication target (uncommitted)>
  2. Set the target hostname, root_password, and label.

    Note -  To force traffic over a specific network interface, use an IP address configured with a static route.
    host_source:configuration services replication target (uncommitted)> set hostname=203.123.225.201
    host_source:configuration services replication target (uncommitted)> set root_password=password
    host_source:configuration services replication target (uncommitted)> set label=repl_1
  3. Commit the changes.
    host_source:configuration services replication target (uncommitted)> commit

Related Topics