<div dir="ltr">Starting feb-2018 ffdc tool will be removed from openbmc builds. dreport will replace ffdc tool with support for additional features.  dreport is  already available in openbmc builds. <br><br>Users of ffdc tool must plan to migrate to dreport.   <br><br>dreport is  a drop-in replacement for ffdc.  ie run dreport instead of ffdc. <br><br>Usage info is as follows. <br><br>        dreport creates an archive(xz compressed) consisting of the following:<br>                * Configuration information<br>                * Debug information<br>                * A summary report<br>        The type parameter controls the content of the data. The generated<br>        archive is stored in the user specified location.<br><br>usage: dreport [OPTION]<br><br>Options:<br>        -n, —-name <name>     Name to be used for the archive.<br>                              Default name format obmcdump_<id>_<epochtime><br>        -d, —-dir <directory> Archive directory to copy the compressed report.<br>                              Default output directory is /tmp<br>        -i, —-id <id>         Dump identifier to associate with the archive.<br>                              Identifiers include numeric characters.<br>                              Default dump identifier is 0<br>        -t, —-type <type>     Data collection type. Valid types are<br>                              user, core, elog.<br>                              Default type is user initiated.<br>        -p, —-path <path>     Optional contents to be included in the archive.<br>                              Valid paths are absolute file path or d-bus path<br>                              based on type parameter.<br>                                 -Absolute file path for core type.<br>                                 -elog d-bus object for elog type.<br>        -s, --size <size>     Maximum allowed size(in KB) of the archive.<br>                              Report will be truncated in case size exceeds<br>                              this limit. Default size is unlimited.<br>        -v, —-verbose         Increase logging verbosity.<br>        -V, --version         Output version information.<br>        -q, —-quiet           Only log fatal errors to stderr<br>        -h, —-help            Display this help and exit.<br></div>