create replica(8cds)
Creates a replica of an existing directory in the specified clearinghouse
Synopsis
cdscp create replica directory-name clearinghouse clearinghouse-name
Arguments
directory-name The full name of the directory.
clearinghouse-name The full name of the clearinghouse in which you want to create the replica.
Description The create replica command creates a replica of an existing directory in the specified clearinghouse.
Privileges Required You must have A (Admin) permission to the directory you intend to replicate and w (write) permission to the
clearinghouse that stores the new replica. The server principal needs r (read), w (write), and A (Admin) permission to the directory you intend
to replicate.
Notes This command is usually executed only by the network configuration procedure. To ensure that all replicas are consistent, perform an immediate skulk of the parent
directory after issuing this command.
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
Examples The following command creates a replica of the /.:/mfg directory in the clearinghouse /.:/Paris_CH.
cdscp> create replica /.:/mfg clearinghouse /.:/Paris1_CH
Related Information Commands:
delete replica(8cds) show replica(8cds)
|