Deletes ctrace.log files containing the information where (on which clients)
debug logs are generated and which debug prefixes are used. If the -hosts
list option is specified, the command deletes ctrace.log files on specified
clients only. Otherwise, ctrace.log files on all clients in a cell are deleted.
NOTES
The omnidlc command cannot be used to collect the Data Protector installation
execution traces.
The Data Protector GUI debug files for systems other than Cell Manager can only be
gathered using the -hosts option.
To collect debug files in a cluster, the command must be run using the -hosts option;
the cluster nodes hostnames must be specified as the argument for the option. In a
cluster, if the -hosts option is not specified, the data is collected from the active
node.
Paths specified in postfix are not allowed.
EXAMPLES
1. To collect and compress all debug, log and getinfo files from the cell, and pack
them in the "dlc.pck" file in the current directory on Cell Manager, using the
verbose output, run:
omnidlc -no_filter -verbose
2. To collect only the log and debug files (without the getinfo files) from the clients
"client1.company.com" and "client2.company.com" to the directory "c:\depot"
on the Cell Manager, without compressing and packing the files, run:
omnidlc -no_filter -hosts client1.company.com
client2.company.com -depot c:\depot -no_getinfo
-no_compress
3. To collect log, debug, and getinfo files from the client "client1.company.com",
compress and pack them to the "c:\pack\pack.pck" file on the Cell Manager,
run:
omnidlc -hosts client1.company.com -pack c:\pack\pack.pck
4. To collect log, debug, and getinfo files from the default location and debugs
from the additional directories, "C:\tmp" and "/temp/debugs", from the clients
"client1.company.com" and "client2.company.com", and to compress and pack
the files on the Cell Manager, run:
336