jlog_sanity_check
Last updated March 2020
Name
jlog_sanity_check — validate that a jlog is free of errors
Synopsis
/opt/msys/jlog/bin/jlog_sanity_check
{ le | be } jlog
Description
This command inspects the contents of a jlog, and reports any errors or inconsistencies it finds. If the jlog is OK, nothing is printed.
The first argument indicates the endianness of the system on which the jlog was written (le
for little-endian architectures like i386 and be
for big-endian architectures like sparc).
The second argument is the path to the jlog you want to check.
This command should be run as ecuser
.
Was this page helpful?