<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@PMingLiU";
        panose-1:2 1 6 1 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0in;
        margin-right:0in;
        margin-bottom:8.0pt;
        margin-left:0in;
        line-height:106%;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.pl-s
        {mso-style-name:pl-s;}
span.pl-pds
        {mso-style-name:pl-pds;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi Anton,<o:p></o:p></p>
<p class="MsoNormal">I found some clue about this problem.<o:p></o:p></p>
<p class="MsoNormal">https://github.com/openbmc/bmcweb/blob/b0ad4de61ddd7872894b6f741156104f0a0c0ee6/redfish-core/lib/virtual_media.hpp#L1062<o:p></o:p></p>
<p class="MsoNormal">In virtual_media.hpp, the ObjectMapper failed because it cannot find the
<span class="pl-pds">"</span><span class="pl-s">/xyz/openbmc_project/VirtualMedia”</span> object path.<o:p></o:p></p>
<p class="MsoNormal">So the problem is why there is no such object available ?<o:p></o:p></p>
<p class="MsoNormal">Do I need to start any service that depends by virtual media ?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<b>From:</b> Anton Kachalov <rnouse@google.com> <br>
<b>Sent:</b> Thursday, October 8, 2020 3:19 AM<br>
<b>To:</b> Brad Chou <bradc@hyvedesignsolutions.com><br>
<b>Cc:</b> openbmc@lists.ozlabs.org<br>
<b>Subject:</b> Re: Redfish Virtual Media return InternalError<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p><b><span style="font-size:9.0pt;line-height:106%;color:red;background:yellow">[External E-mail]</span></b><o:p></o:p></p>
<p style="margin-bottom:12.0pt"><b><span style="font-size:9.0pt;line-height:106%;color:black;background:yellow">CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the
 content is safe.</span></b><o:p></o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
Hey, Brad.<o:p></o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
Try to log into the bmc and check the bmcweb logs:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
# systemctl status -n 100 bmcweb.status<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
If it doesn't show anything meaningful, get the "Main PID" and try to <b>strace</b> it (you need to include strace into the builded image).<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
<o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal">
On Tue, 6 Oct 2020 at 11:20, Brad Chou <<a href="mailto:bradc@hyvedesignsolutions.com">bradc@hyvedesignsolutions.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal">I enable the “DBMCWEB_ENABLE_VM_NBDPROXY” flag in bmcweb by bbappend it :<o:p></o:p></p>
<p class="MsoNormal">EXTRA_OECMAKE_append = " \<o:p></o:p></p>
<p class="MsoNormal">    -DBMCWEB_ENABLE_VM_NBDPROXY=ON \<o:p></o:p></p>
<p class="MsoNormal">"<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Then try to use redfish virtual media.<o:p></o:p></p>
<p class="MsoNormal">But I got an error return when get into the collection :<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">$  curl -k -H "X-Auth-Token: $token" <a href="https://$%7bbmc%7d/redfish/v1/Managers/bmc/VirtualMedia">
https://${bmc}/redfish/v1/Managers/bmc/VirtualMedia</a><o:p></o:p></p>
<p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal">  "@<a href="http://odata.id" target="_blank">odata.id</a>": "/redfish/v1/Managers/bmc/VirtualMedia/",<o:p></o:p></p>
<p class="MsoNormal">  "@odata.type": "#VirtualMediaCollection.VirtualMediaCollection",<o:p></o:p></p>
<p class="MsoNormal">  "Name": "Virtual Media Services",<o:p></o:p></p>
<p class="MsoNormal">  "error": {<o:p></o:p></p>
<p class="MsoNormal">    "@Message.ExtendedInfo": [<o:p></o:p></p>
<p class="MsoNormal">      {<o:p></o:p></p>
<p class="MsoNormal">        "@odata.type": "#Message.v1_0_0.Message",<o:p></o:p></p>
<p class="MsoNormal">        "Message": "The request failed due to an internal service error.  The service is still operational.",<o:p></o:p></p>
<p class="MsoNormal">        "MessageArgs": [],<o:p></o:p></p>
<p class="MsoNormal">        "MessageId": "Base.1.4.0.InternalError",<o:p></o:p></p>
<p class="MsoNormal">        "Resolution": "Resubmit the request.  If the problem persists, consider resetting the service.",<o:p></o:p></p>
<p class="MsoNormal">        "Severity": "Critical"<o:p></o:p></p>
<p class="MsoNormal">      }<o:p></o:p></p>
<p class="MsoNormal">    ],<o:p></o:p></p>
<p class="MsoNormal">    "code": "Base.1.4.0.InternalError",<o:p></o:p></p>
<p class="MsoNormal">    "message": "The request failed due to an internal service error.  The service is still operational."<o:p></o:p></p>
<p class="MsoNormal">  }<o:p></o:p></p>
<p class="MsoNormal">}<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Any idea ?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>