Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

how to send a dbus command using ipmitool #3

Closed
liufujun135 opened this issue Mar 14, 2016 · 2 comments
Closed

how to send a dbus command using ipmitool #3

liufujun135 opened this issue Mar 14, 2016 · 2 comments

Comments

@liufujun135
Copy link

hi,
I have a client machine that installed the ipmitool(dbus version) and a palmetto server that flashed the openbmc codes. I can access the interface through ipaddress:3000 on browser. But I can not send dbus command through ipmitool and there is no timeout or any response.

the command is as follow:
ipmitool -I dbus -H bmc_ipaddress -U root -P 0penBmc power status.

So what is the command that dbus support or how to send a command through dbus interface?

@williamspatrick
Copy link
Member

What you are asking for is not currently possible. The OpenBMC code does not expose an ipmi interface externally, over network or dbus. For production purposes you should be using the REST interfaces on the standard https port (and not the debug server on port 3000).

This Ipmitool is only useful if ran directly on the BMC. The purpose of it is as a debug aid for those developing ipmi handlers on the BMC. These handlers are to emulate enough of the host-ipmi stack so that existing firmware/bios code can be ran on top of OpenBMC.

@liufujun135
Copy link
Author

Got it.
Thanks a lot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants