IPMIUTIL performs a series of common IPMI server management functions to allow administrators to perform management functions without a learning curve. It can gather FRU inventory data, SEL firmware log, sensors, watchdog, power control, health, monitoring, and has an SOL console. It can write sensor thresholds, FRU asset tags, and supports a full IPMI configuration save/restore. Ease-of-use examples with IPMIUTIL:
Native builds on many OSs: Linux, Windows, BSD, Solaris, MacOSX, HPUX
The only IPMI project natively supporting Windows drivers
IPMIUTIL supports any IPMI-compliant vendor firmware
IPMIUTIL detects and handles OEM-specific IPMI firmware variants
IPMIUTIL interprets various vendor OEM-specific sensor values automatically.
Any IPMI values not yet recognized at least return the values, rather than just 'na' or Unknown.
Shared library for custom applications, sample source included
IPMIUTIL BSD license is compatible with open-source or commercial use
Linux driverless support is ideal for boot media or embedded
Configuring the IPMI LAN requires just a single command
The decoding of IPMI SEL events includes a severity.
A soft-reboot can be easily performed instead of a hard reboot by using ipmiutil_asy, even if the platform does not support ACPI.
IPMI SEL management is automated via checksel.
Watchdog management is automated via ipmiutil_wdt.
IPMI/DCMI over LAN Access - Allows user to send industry-standard IPMI and DCMI commands over the LAN. The default value is Enabled. If user set this value to Disabled, iLO disables IPMI/DCMI over the LAN. Server-side IPMI/DCMI applications are still functional when this option is disabled. If user set this value to Enabled, iLO allows user to use a client-side application to send IPMI/DCMI commands over the LAN.
IPMI/DCMI over LAN Port - Sets the IPMI/DCMI port number. The default value is 623.
$ ./beforeconf.sh
$ sudo apt install libtool-bin autotools-dev libssl-dev
$ ./configure
ipmiutil version 3.1.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for sed... sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for wchar_t... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strspn... yes
checking for strtoul... yes
checking for memcpy... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... (cached) yes
checking for config.sub... yes
checking for ltmain.sh... yes
checking whether to install pkg-config *.pc files... using ${libdir}/pkgconfig
checking compile sign warning flags ... ok, suppress excess warnings
checking compile gnu warning flags ... skip
checking strict aliasing warning flags ... ok, suppress aliasing warnings
checking compile fortify flags ... ok, add
Detected Debian Linux
Detected openssl-1.1
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating util/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libipmiutil.pc
config.status: creating lib/lanplus/Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
ipmiutil 3.1.7
OS : debian
ARCH : x86_64
DRIVERS : open imb direct lan lanplus
$ make
~/src/ipmiutil-3.1.7/util$ ./ipmiutil lan
ipmiutil lan ver 3.17
Cannot map memory.
Cannot open an IPMI driver: /dev/imb, /dev/ipmi0, /dev/ipmi/0,
or direct driverless.
ipmiutil lan, cannot open IPMI driver
$ sudo apt install icedtea-netx 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : default-jre default-jre-headless librhino-java libtagsoup-java openjdk-11-jre openjdk-11-jre-headless 제안하는 패키지: rhino libtagsoup-java-doc fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei 다음 새 패키지를 설치할 것입니다: default-jre default-jre-headless icedtea-netx librhino-java libtagsoup-java openjdk-11-jre openjdk-11-jre-headless 0개 업그레이드, 7개 새로 설치, 0개 제거 및 3개 업그레이드 안 함. 0 바이트/40.6 M바이트 아카이브를 받아야 합니다. 이 작업 후 176 M바이트의 디스크 공간을 더 사용하게 됩니다. 계속 하시겠습니까? [Y/n]
+
09/17/2020 01:52:15:278: Connection failed with exception: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
SoftkeyManager.save() Saving soft keys ...
java.util.ServiceConfigurationError: java.nio.charset.spi.CharsetProvider: Provider sun.nio.cs.ext.ExtendedCharsets could not be instantiated
이것저것 시도해봤는데 느낌적인 느낌으로.. openJDK8/11 버전으로는 못할것 같다.
sun.nio.cs.ext.ExtendedCharsets 라고 나오는 저녀석.. openJDK에 포함되지 않아서 그런거 같은데...
그러니까.. openjdk11 되면서 사라진건진 모르겠지만, 아래 에러는 getPeer()가 사라졌기에 adopt 라는 다른 jre를 설치하란건가?
Exception in thread "AWT-EventQueue-1" java.lang.NoSuchMethodError: 'java.awt.peer.ComponentPeer java.awt.Window.getPeer()'
at com.avocent.kvm.nativekeyboard.NativeKVM.a(NativeKVM.java)
at com.avocent.kvm.nativekeyboard.e.b(e.java)
at com.avocent.kvm.nativekeyboard.e.windowOpened(e.java)
러시아 형님들 감사!
여덟 번째 (예, 여덟 번째) Java를 설치합니다.최근에는 "스레드의 예외"AWT-EventQueue-1 "java.lang.NoSuchMethodError : 'java.awt.peer.ComponentPeer java.awt.Window.getPeer ()'"로인해 키보드가 작동하지 않습니다 ."getPeer"구조는 최신 버전에서 잘라 냈습니다.현재 Linux 배포판에서 여덟 번째 zhava는 더 이상 찾을 수 없으므로 가장 쉬운 방법은Adopt를 설치하는 것입니다.
댓글을 달아 주세요