/openbmc/docs/ |
H A D | IPMITOOL-cheatsheet.md | 3 This document is intended to provide a set of ipmitool commands for OpenBMC 11 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status 17 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on 23 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off 29 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset 35 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle 41 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft 47 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag 55 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list 61 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user summary [all …]
|
/openbmc/ipmitool/ |
H A D | Makefile.am | 46 cp control/ipmitool.spec $(distdir) 56 pkg: PKG := ipmitool-@VERSION@-@OS@-@ARCH@ 58 $(STRIP) src/ipmitool 59 $(STRIP) src/ipmitool 61 pkgtrans -s /tmp $(PKG) ipmitool 63 -rm -rf /tmp/ipmitool /tmp/$(PKG) 70 rpm: control/ipmitool.spec dist 72 cp control/ipmitool.spec $(RPMDIR)/SPECS 75 $(RPMDIR)/SPECS/ipmitool.spec
|
H A D | README | 2 ipmitool 4 ipmitool-devel@lists.sourceforge.net 8 ipmitool is a utility for managing and configuring devices that support 16 The ipmitool program provides a simple command-line interface to this BMC. 25 I originally wrote ipmitool while between projects and employeed at Sun 33 ipmitool was not written to provide large-scale (aka Enterprise) management 34 application functionality. The functionality that ipmitool proivides is 51 currently ipmitool does not support the serial interface) 93 There is a sample script included with ipmitool called ipmi.init that 122 There is a sample shell script included with ipmitool called bmclanconf [all …]
|
H A D | ChangeLog | 2 * ID: 340 - ipmitool sol session improperly closes on packet retry 4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols 41 * ID: 279 - ipmitool sdr list broken 71 * numerous ipmitool man page updates 96 * ID: 3595199 - ipmi_sdr - Add support for 'ipmitool sdr <list|elist> help' 97 * ID: 3592773 - 'ipmitool sdr info'; prints incorrect info 98 * ID: 3592770 - 'ipmitool sdr list|elist INV_INPUT' return code 105 * ID: 3564701 - ipmitool 1.8.12 doesn't build on big endian architectures 107 * ID: 256 - ipmitool could crash when IPv6 address is returned 110 * ID: 3608149 - ipmitool - set pointer to NULL after free() [all …]
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | ipmitool-commands-cheatsheet.md | 5 Note: If the ipmitool is on the BMC then set the interface as "-I dbus" and if 6 the ipmitool is outside the BMC (i.e on the network) then set the interface as 13 `ipmitool lan set <channel> ipsrc static` 17 `ipmitool lan set <channel> ipaddr <x.x.x.x>` 21 `ipmitool lan set <channel> netmask <x.x.x.x>` 25 `ipmitool lan set <channel> defgw ipaddr <x.x.x.x>` 29 `ipmitool lan set <channel> vlan id <id>` 33 `ipmitool lan set <channel> vlan id off`
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/ |
H A D | 0001-csv-revision-Drop-the-git-revision-info.patch | 11 root@qemux86-64:~# ipmitool -V 12 ipmitool version 1.8.19.19.gab5ce5b 13 root@qemux86-64:~# rpm -qa | grep ipmitool 14 ipmitool-1.8.19-r0.core2_64 20 [1] https://github.com/ipmitool/ipmitool/commit/ba01dc84b4e225c86eac3f562e629662d752040f
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | README.sol | 4 ipmitool IPMI client. Obviously, the code itself is authoritative, but 12 The high end SOL logic is implemented in src/ipmitool/lib/ipmi_sol.c. SOL 13 sessions are begun in ipmitool using the "sol activate" command. This 18 payload" command issued, ipmitool does not support this. 21 succeeds), ipmitool simply loops over a select() on user input and data 27 User input to the BMC is handled in ipmitool/src/plugins/lanplus/lanplus.c. 34 honored by ipmitool. 39 session, ipmitool registers a callback for asynchonously received data. 42 Once a user has chosen to exit the SOL session (with ~.) ipmitool sends the
|
/openbmc/docs/designs/ |
H A D | sol-sysrq.md | 24 In ipmitool, the "break signal" is implemented in [ipmi_sol.c][3] by handling 31 - The ipmitool SOL. 49 break signal from ipmitool, and send the sequence `\n~B` to the server. 51 Then in ipmitool SOL session, user could enter `\n~B` keys to trigger the break, 110 The SysRq in SOL could be verified in both ipmitool SOL and WebUI SOL. In SOL 117 [3]: https://github.com/ipmitool/ipmitool/blob/master/lib/ipmi_sol.c#L1398-L1401
|
/openbmc/ipmitool/src/ |
H A D | Makefile.am | 36 ipmitool_SOURCES = ipmitool.c ipmishell.c 42 bin_PROGRAMS = ipmitool program
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_client.robot | 2 Documentation This module is for IPMI client for copying ipmitool to 3 ... openbmc box and execute ipmitool IPMI standard 22 ${IPMI_INBAND_CMD}= ipmitool -C ${IPMI_CIPHER_LEVEL} -N ${IPMI_TIMEOUT} -p ${IPMI_PORT} 25 ${IPMITOOL_PATH} /tmp/ipmitool 39 # options Additional ipmitool command options (e.g. 63 # options Additional ipmitool command options (e.g. 91 Copy ipmitool 161 # options Additional ipmitool command options (e.g. 189 ${output}= Execute Command which ipmitool 190 Should Not Be Empty ${output} msg=ipmitool not installed. [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 301 ipmitool -I dbus lan set 1 ipsrc static 303 ipmitool -I dbus lan set 1 ipaddr <IP address> 305 ipmitool -I dbus lan set 1 netmask <mask> 307 ipmitool -I dbus lan set 1 defgw ipaddr <IP address> 309 ipmitool -I dbus lan set 1 vlan id <id> 311 ipmitool -I dbus raw 0x06 0x40 // To the save settings 320 ipmitool -I dbus lan set 1 vlan id off 322 ipmitool -I dbus raw 0x06 0x40 // To the save settings
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 6 The current implementation of ipmitool fru edit does not perform proper 10 ipmitool may attempt to shift it forwards (decrementing the offset). 13 FRU spec, ipmitool may shift the wrong fields, which would cause data 71 include/ipmitool/ipmi_fru.h | 1 + 75 diff --git a/include/ipmitool/ipmi_fru.h b/include/ipmitool/ipmi_fru.h 77 --- a/include/ipmitool/ipmi_fru.h 78 +++ b/include/ipmitool/ipmi_fru.h
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | ipmitool_%.bbappend | 5 # Temporary patch for https://codeberg.org/IPMITool/ipmitool/pulls/1 12 # IANA, the versioned file, $PWD/ipmitool/iana-enterprise-numbers
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
H A D | ipmitool_1.8.19.bb | 17 HOMEPAGE = "http://codeberg.org/IPMITool/ipmitool" 25 SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \
|
/openbmc/ipmitool/contrib/ |
H A D | ipmi.init.redhat | 94 if ! /usr/bin/ipmitool -V >/dev/null 109 if /usr/bin/ipmitool -I open bmc info | \
|
/openbmc/ipmitool/control/ |
H A D | ipmitool.spec.in | 1 Name: ipmitool 2 Summary: ipmitool - Utility for IPMI control 9 Buildroot: /var/tmp/ipmitool-root 58 %{_datadir}/ipmitool/* 60 %doc %{_datadir}/doc/ipmitool 105 - Allow ipmitool sel delete to accept hex list entry numbers 130 - Add and update support for all commands in ipmitool man page 197 - Fix bug in cmd ipmitool lan stats get 1 198 - Add support to allow ipmitool/ipmievd to target specific device nodes 280 - Separate option parsing code from main ipmitool source file. [all …]
|
H A D | Makefile.am | 34 ipmitool.spec.in rpmmacros.in rpmrc
|
/openbmc/ipmitool/include/ |
H A D | Makefile.am | 33 SUBDIRS = ipmitool subdir
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 2 ipmitool \
|
/openbmc/ipmitool/doc/ |
H A D | Makefile.am | 33 man_MANS = ipmitool.1 ipmievd.8
|
/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/packagegroups/ |
H A D | packagegroup-obmc-apps.bbappend | 9 ipmitool \
|
/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/ |
H A D | packagegroup-obmc-apps.bbappend | 2 RDEPENDS:${PN}-extrasdevtools:append = " ipmitool"
|
/openbmc/openbmc-tools/openbmctool/build-scripts/ |
H A D | control | 12 Description: A tool based on ipmitool for interacting with OpenBMC via it's REST API
|
/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 8 OBMC_IMAGE_EXTRA_INSTALL:append = " ipmitool"
|
/openbmc/linux/drivers/soc/fujitsu/ |
H A D | Kconfig | 12 kernel dumps via diagnostic requests using ipmitool, etc.
|