registry verify
Checks whether all registry replicas are up-to-date. The syntax is:
registry verify [registry_replica_name]
Description The registry verify command checks whether all registry replicas are up-to-date. If they are, it returns an empty string.
This operation sets the _b(sec) variable to the replica to which it binds.
Privileges Required You must have a (auth_info) permission to the replist object.
Examples If the replica is up-to-date, it returns an empty string, as in the following:
dcecp> registry verify dcecp>
If the replica is not up-to-date, it returns the fully-qualified replica name, as in the following:
dcecp> registry verify /.../cell/subsys/dce/sec/oddball dcecp>
|