IPMI and Redfish support in openbmc Linux

Tanous, Ed ed.tanous at intel.com
Wed Jul 11 00:57:14 AEST 2018


Bmcweb will launch under one of two ports.  If launched manually, it will launch under port 18080.  If launched via systemd, it will use socket activation to launch under port 883 (to avoid conflicting with the existing phosphor-rest server).

Another thing to recognize is that there is a debug html interface built into the redfish interface, so the easiest way to test is to use a web browser, and you will get the graphical interface with clickable links.  Try pointing a web browser at https://10.99.241.79:18080/redfish/v1 and see if that works.

PS, the trailing backslash is unimportant.  Bmcweb is designed to strip the trailing backslash for you in either case, so redfish/v1 is the same as redfish/v1/

-Ed



From: openbmc [mailto:openbmc-bounces+ed.tanous=intel.com at lists.ozlabs.org] On Behalf Of Hariharasubramanian Ramasubramanian
Sent: Tuesday, July 10, 2018 2:21 AM
To: Ratan Gupta <ratagupt at linux.vnet.ibm.com>
Cc: openbmc at lists.ozlabs.org
Subject: Re: IPMI and Redfish support in openbmc Linux


"openbmc" <openbmc-bounces+hramasub=in.ibm.com at lists.ozlabs.org> wrote on 07/10/2018 02:04:49 PM:


> 
> But I couldn't access Redfish API through the below command.
> curl -b cjar -k https://10.99.241.79/redvish/v1/
> 

1) Looks like you have a typo in the URI : It must be redfish and not redvish ?
2) Also try removing the trailing forward slash : redfish/v1 instead of redfish/v1/
3) Is the service running in the standard 443 port ? If not append the port number to the IP in the URI.

-Hari !


More information about the openbmc mailing list