goipmi
goipmi copied to clipboard
Go IPMI library
I am using this library recently, Summarized a few examples, hope helpful for you // init connection newConn := ipmi.Connection{ Hostname: job.IPMIIP, Port: 623, Username: job.IPMIUser, Password: job.IPMIPWD, Interface: "lanplus",...
to keep backwards compatibility, add one new function to allow caller to explicitly set EFI boot flag Signed-off-by: Leslie Qi Wang
Previous it has failure ``` $ go test --- FAIL: TestTool (0.04s) tool_test.go:151: Error Trace: tool_test.go:151 Error: Not equal: expected: uint8(0x4) actual : ipmi.BootDevice(0x4) Test: TestTool FAIL exit status 1...
Hello, 2 of the PR seams blocked by a CLA, I think it should be documented so that people knows the conditions even before they start contributing (especially if their...
Hi, is there any plan for publish a documentation?
Using `ipmitool` (version 1.8.16) to control chassis identify will result in multiple lines of raw response to be returned ```console $ ipmitool -H 127.0.0.1 -U ADMIN -P ADMIN -I lanplus...
Turn on for a period of seconds, turn on indefinitely, and turn off (0 seconds). Get state of chassis identify, if supported (as defined in version 2.0 of IPMI specification).