HP StorageWorks Application Recovery Manager Command Line Interface Reference (T4395-96007, December 2007)
omnidlc (1M)
-73-Hewlett-Packard Company AppRM A.06.00: December 2007
Use this option when the collected (compressed or uncompressed)
data was packed on the Cell Manager either using the -pack
option or the -localpack option.
-uncompress filename Uncompresses the unpacked compressed single file in the
current directory.
Use this option after the packed data is unpacked using the
-unpack option.
NOTES
The command can only be used on Cell Managers.
It cannot be used to collect the Application Recovery Manager installation execution
traces.
The Application Recovery Manager 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.
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, execute the following command:
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, execute the
following command:
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,
execute the following command:
omnidlc -hosts client1.company.com -pack c:\pack\pack.pck