downloadLog CLI command
The downloadLog command creates a set of log files describing recent library activity, including errors and failures. The default command creates encrypted files for use by IBM development; these files cannot be read by customers or SSRs. The -csh (control system health) option creates a smaller set of unencrypted log files that can be used by customers and SSRs to determine the status of the control system.
The default zip file is named TS4500_FWLOGS_[yyyy-MM-dd_hh.mm.ss].zip or Diamondback_FWLOGS_[yyyy-MM-dd_hh.mm.ss].zip. It is saved in the directory where the jar file is stored.
Syntax
downloadLog [-csh] [-ssl]
Parameters
- -csh
- (Optional.) Creates a zip file named
TS4500_CSHLOGS_[yyyy-MM-dd_hh.mm.ss].zip or
Diamondback_CSHLOGS_[yyyy-MM-dd_hh.mm.ss].zip. It is saved in the directory
where the jar file is stored. The zip file contains the following log
files:
File name Description DHC.txt This file is useful when running DHC and when completing service on an accessor. Lib_Verify.txt This file should be looked at if the library is failing Library Verify with either accessor. LogCollection.log This file indicates if a log collection is being executed or the last log collection that was executed on that local LCC card. It provides a highly detailed view of the log collection progress. memsegData_1.csv This file contains all of the calibration data for Accessor A. If there are failures, it can quickly point to the failing location. It can also help indicate if the calibration of any fiducial is re-trying. It can also be monitored while calibrating the library to have a real-time status of progress. memsegData_2.csv This file contains all of the calibration data for Accessor B. If there are failures, it can quickly point to the failing location. It can also help indicate if the calibration of any fiducial is re-trying. It can also be monitored while calibrating the library to have a real-time status of progress. READY.txt This file should be looked at if the library is stuck in initializing. It can point the service person to potential problems with the library trying to come ready. scsi.txt This file contains the SCSI commands that come from the host. volserData_1.csv This file contains all of the barcode data being scanned for Accessor A. This file is a running history of all the barcodes that have been scanned. volserData_2.csv This file contains all of the barcode data being scanned for Accessor B. This file is a running history of all the barcodes that have been scanned. - -ssl
- Required if SSL (HTTPS) is enabled.
Example command
downloadLog
Example output
Downloading... [completed] / [totalSize] has been downloaded.
The log file: TS4500_FWLOGS_[yyyy-MM-dd_hh.mm.ss].zip has been downloaded.
Downloading... [completed] / [totalSize] has been downloaded.
The log file: Diamondback_FWLOGS_[yyyy-MM-dd_hh.mm.ss].zip has been downloaded.
Example output with -csh option
Downloading... [completed] / [totalSize] has been downloaded.
The log file: TS4500_CSHLOGS_[yyyy-MM-dd_hh.mm.ss].zip has been downloaded.
Downloading... [completed] / [totalSize] has been downloaded.
The log file: Diamondback_CSHLOGS_[yyyy-MM-dd_hh.mm.ss].zip has been downloaded.