registry replace
Replaces the network address of a replica. The syntax is:
registry replace registry_replica_name -address new_string_binding
Options
-address The new address for the replica in RPC string-binding format (without the object UUID). The string binding contains an RPC protocol and a network address in the form:
rpc_prot_seq:network_addr
Description The registry replace operation replaces the network address of the specified replica. The new address is used by the master and other replicas to contact
the replica. This operation binds to the master, sets the _b(sec) variable to the master, and returns an empty string on success.
Privileges Required You must have m (mgmt_info) permission to the replist object.
Examples
dcecp> registry replace /.:/subsys/dce/sec/maria -address ncadg_ip_udp:15.22.4.93 dcecp>
|