clearinghouse repair
Repairs a specific problem on a specified clearinghouse on the local machine. The syntax is:
clearinghouse repair clearinghouse_name_list -timestamps
Options
-timestamps Analyzes and repairs invalid timestamps found in a clearinghouse.
Description Use the clearinghouse repair operation to fix various problems that can occur in a clearinghouse. The required clearinghouse_name_list argument is
a list of one or more names of clearinghouses you want to initiate repair actions on. Currently, only invalid timestamps can be repaired. This operation returns an empty string on success.
Privileges Required You need w (write) permission on the clearinghouse server and A (Admin) permission on the cell root directory. The
server principal (/.:/hosts/hostname/cds-server) needs r (read), w (write), and A (Admin) permission on the cell root
directory.
Examples The following command repairs invalid timestamps in a clearinghouse named /.:/blech_ch on the local system.
dcecp> clearinghouse repair /.:/blech_ch -timestamps dcecp>
|