From: "Bills, Jason M" <jason.m.bills@linux.intel.com>
To: openbmc@lists.ozlabs.org
Subject: Re: Generate Crashdump log via Redfish
Date: Wed, 19 Aug 2020 11:38:50 -0700 [thread overview]
Message-ID: <439e92d3-a9ae-8bf7-7edf-b9401dedea49@linux.intel.com> (raw)
In-Reply-To: <CAB2jT4Yt5=biGEiOWYEdzix7ydc3XH8JcTs7VPoHdec+JhYVrw@mail.gmail.com>
On 8/14/2020 7:02 AM, Venkata Chalapathy wrote:
> Hi Everyone,
>
> I’m looking for guidance on generating a crashdump log via the Redfish
> interface. There are two actions available to the user to generate the
> dump – OnDemand and SendRawPeci. But I’m not aware of the payload data I
> need to be sending along with the request to generate the dump in either
> of the cases. Could you please share the payload that I need to attach
> to the request.
>
> "#Crashdump.OnDemand": {
>
> "target":
> "/redfish/v1/Systems/system/LogServices/Crashdump/Actions/Oem/Crashdump.OnDemand"
>
> },
This is the OEM action to trigger the Intel crashdump application.
There is no payload required for this action.
It's on my list to move this to the new standard dump service "Create"
action when it's finalized.
>
> "#Crashdump.SendRawPeci": {
>
> "target":
> "/redfish/v1/Systems/system/LogServices/Crashdump/Actions/Oem/Crashdump.SendRawPeci"
>
PECI is a communication protocol for BMC on Intel processors. This is
an OEM action to send a PECI command to the CPU. The payload is a
single "PECICommands" JSON object that is a double array of bytes where
each row is a raw PECI command.
{
"PECICommands": [[48, 5, 9, 161, 0, 0, 0, 0],
[48, 5, 9, 161, 0, 0, 4, 0]]
}
We had proposed a standard Processor commands resource but the DMTF
rejected it and proposed we keep this as OEM. We're still working out
how to handle it, but I'd like to make this standard as well.
> Best Regards,
>
> Venka
>
next prev parent reply other threads:[~2020-08-19 18:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-14 14:02 Generate Crashdump log via Redfish Venkata Chalapathy
2020-08-19 18:38 ` Bills, Jason M [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-25 6:14 Venkata Chandrappa
2020-08-14 7:43 Venkata Chandrappa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=439e92d3-a9ae-8bf7-7edf-b9401dedea49@linux.intel.com \
--to=jason.m.bills@linux.intel.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.