Command Reference Guide

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 delete all debug log files for the session with the ID “2007/08/27-9”, run:
omnidlc -session 2007/08/27-9 -delete_dbg
5. To display disk space needed on the Cell Manager for the uncompressed debug
files with the debugID “2351” from the client client.company.com, run:
omnidlc -did 2351 -hosts client.company.com -space
-no_getinfo -no_logs -no_compress
6. To pack the directory structure in the current directory (must be the directory
containing the dlc directory generated by the -depot option) to the dlc.pck
file in the same directory, run:
omnidlc -localpack
7. To unpack the dlc.pck file to the "dlc" directory of the current directory, run:
omnidlc -unpack
SEE ALSO
omnicc(1), omnicheck(1M), omnisv(1M), omnicellinfo(1), omniinstlic(1M)
124