* dreport will replace ffdc tool starting from Feb-2018.
@ 2017-12-14 9:23 Jayanth Othayoth
2017-12-15 4:35 ` Stewart Smith
2017-12-18 14:21 ` Joel Stanley
0 siblings, 2 replies; 4+ messages in thread
From: Jayanth Othayoth @ 2017-12-14 9:23 UTC (permalink / raw)
To: openbmc
[-- Attachment #1: Type: text/plain, Size: 2235 bytes --]
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.
Users of ffdc tool must plan to migrate to dreport.
dreport is a drop-in replacement for ffdc. ie run dreport instead of
ffdc.
Usage info is as follows.
dreport creates an archive(xz compressed) consisting of the
following:
* Configuration information
* Debug information
* A summary report
The type parameter controls the content of the data. The generated
archive is stored in the user specified location.
usage: dreport [OPTION]
Options:
-n, —-name <name> Name to be used for the archive.
Default name format obmcdump_<id>_<epochtime>
-d, —-dir <directory> Archive directory to copy the compressed
report.
Default output directory is /tmp
-i, —-id <id> Dump identifier to associate with the archive.
Identifiers include numeric characters.
Default dump identifier is 0
-t, —-type <type> Data collection type. Valid types are
user, core, elog.
Default type is user initiated.
-p, —-path <path> Optional contents to be included in the
archive.
Valid paths are absolute file path or d-bus
path
based on type parameter.
-Absolute file path for core type.
-elog d-bus object for elog type.
-s, --size <size> Maximum allowed size(in KB) of the archive.
Report will be truncated in case size exceeds
this limit. Default size is unlimited.
-v, —-verbose Increase logging verbosity.
-V, --version Output version information.
-q, —-quiet Only log fatal errors to stderr
-h, —-help Display this help and exit.
[-- Attachment #2: Type: text/html, Size: 2943 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: dreport will replace ffdc tool starting from Feb-2018.
2017-12-14 9:23 dreport will replace ffdc tool starting from Feb-2018 Jayanth Othayoth
@ 2017-12-15 4:35 ` Stewart Smith
2017-12-15 9:18 ` Jayanth Othayoth
2017-12-18 14:21 ` Joel Stanley
1 sibling, 1 reply; 4+ messages in thread
From: Stewart Smith @ 2017-12-15 4:35 UTC (permalink / raw)
To: Jayanth Othayoth, openbmc
Jayanth Othayoth <ojayanth@gmail.com> writes:
> 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.
>
> Users of ffdc tool must plan to migrate to dreport.
>
> dreport is a drop-in replacement for ffdc. ie run dreport instead of
> ffdc.
For ease of use, a shell alias would be appreciated. Old habits die hard :)
--
Stewart Smith
OPAL Architect, IBM.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dreport will replace ffdc tool starting from Feb-2018.
2017-12-15 4:35 ` Stewart Smith
@ 2017-12-15 9:18 ` Jayanth Othayoth
0 siblings, 0 replies; 4+ messages in thread
From: Jayanth Othayoth @ 2017-12-15 9:18 UTC (permalink / raw)
To: Stewart Smith; +Cc: openbmc
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
FFDC tool in the OpenBMC builds is already modified to use dreport as the
back-end for capturing debug data.
dreport can be invoked directly with various switches for additional
options.
As you mentioned FFDC tool can be made to be a shell alias or a soft link
to dreport. This would enable to invoke FFDC tool in a same way as dreport
with all switches.
Jayanth Othayoth
Firmware Developer, IBM.
On Fri, Dec 15, 2017 at 10:05 AM, Stewart Smith <stewart@linux.vnet.ibm.com>
wrote:
> Jayanth Othayoth <ojayanth@gmail.com> writes:
> > 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.
> >
> > Users of ffdc tool must plan to migrate to dreport.
> >
> > dreport is a drop-in replacement for ffdc. ie run dreport instead of
> > ffdc.
>
> For ease of use, a shell alias would be appreciated. Old habits die hard :)
>
> --
> Stewart Smith
> OPAL Architect, IBM.
>
>
[-- Attachment #2: Type: text/html, Size: 1598 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dreport will replace ffdc tool starting from Feb-2018.
2017-12-14 9:23 dreport will replace ffdc tool starting from Feb-2018 Jayanth Othayoth
2017-12-15 4:35 ` Stewart Smith
@ 2017-12-18 14:21 ` Joel Stanley
1 sibling, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2017-12-18 14:21 UTC (permalink / raw)
To: Jayanth Othayoth; +Cc: OpenBMC Maillist
On Thu, Dec 14, 2017 at 7:53 PM, Jayanth Othayoth <ojayanth@gmail.com> wrote:
> 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.
>
> Users of ffdc tool must plan to migrate to dreport.
>
> dreport is a drop-in replacement for ffdc. ie run dreport instead of ffdc.
>
> Usage info is as follows.
>
> dreport creates an archive(xz compressed) consisting of the
> following:
> * Configuration information
> * Debug information
Cool. What information is currently included? Is there a list or
configuration I can view?
Is the list fixed at build time, or can the user configure their BMC
to collect additional (or less!) data from specified sources?
How do we get include extra information included?
> * A summary report
> The type parameter controls the content of the data. The generated
> archive is stored in the user specified location.
>
> usage: dreport [OPTION]
>
> Options:
> -n, —-name <name> Name to be used for the archive.
> Default name format obmcdump_<id>_<epochtime>
Can we change this to include the hostname?
Cheers,
Joel
> -d, —-dir <directory> Archive directory to copy the compressed
> report.
> Default output directory is /tmp
> -i, —-id <id> Dump identifier to associate with the archive.
> Identifiers include numeric characters.
> Default dump identifier is 0
> -t, —-type <type> Data collection type. Valid types are
> user, core, elog.
> Default type is user initiated.
> -p, —-path <path> Optional contents to be included in the
> archive.
> Valid paths are absolute file path or d-bus
> path
> based on type parameter.
> -Absolute file path for core type.
> -elog d-bus object for elog type.
> -s, --size <size> Maximum allowed size(in KB) of the archive.
> Report will be truncated in case size exceeds
> this limit. Default size is unlimited.
> -v, —-verbose Increase logging verbosity.
> -V, --version Output version information.
> -q, —-quiet Only log fatal errors to stderr
> -h, —-help Display this help and exit.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-18 14:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 9:23 dreport will replace ffdc tool starting from Feb-2018 Jayanth Othayoth
2017-12-15 4:35 ` Stewart Smith
2017-12-15 9:18 ` Jayanth Othayoth
2017-12-18 14:21 ` Joel Stanley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.