====== IPMI ====== ===== ipmicfg ===== ==== ESXi ==== === Installation === esxcli software vib install -d /vmfs/volumes/lun1-raid5-ssd/ISO/IPMICFG_1.37.0_build.250723_ESXi_8x.vib --no-sig-check === Configuration === /opt/supermicro/ipmicfg/IPMICFG.esxi -m # get ip and mac /opt/supermicro/ipmicfg/IPMICFG.esxi -dhcp # get dhcp status /opt/supermicro/ipmicfg/IPMICFG.esxi -dhcp off # disable dhcp /opt/supermicro/ipmicfg/IPMICFG.esxi -dhcp on # enable dhcp /opt/supermicro/ipmicfg/IPMICFG.esxi -m 10.1.1.69 # set ip /opt/supermicro/ipmicfg/IPMICFG.esxi -k # get subnet mask /opt/supermicro/ipmicfg/IPMICFG.esxi -k 255.255.0.0 # set subnet mask /opt/supermicro/ipmicfg/IPMICFG.esxi -g # get gateway /opt/supermicro/ipmicfg/IPMICFG.esxi -g 10.1.1.30 # set gateway /opt/supermicro/ipmicfg/IPMICFG.esxi -a a1:b2:c3:d4:e5:f6 # set mac help [root@localhost:~] /opt/supermicro/ipmicfg/IPMICFG.esxi -help IPMICFG Version 1.37.0 (Build 250723) Copyright(c) 2025 Super Micro Computer, Inc. Usage: IPMICFG params (Example: IPMICFG -m 192.168.1.123) -help Display a list of commands -m Shows IPv4 address and MAC. -m Sets IPv4 address (format: ###.###.###.###). -a Sets MAC (format: ##:##:##:##:##:##). -k Shows Subnet Mask. -k Sets Subnet Mask (format: ###.###.###.###). -dhcp Gets the DHCP status. -dhcp on Enables the DHCP. -dhcp off Disables the DHCP. -g Shows a Gateway IP. -g Sets a Gateway IP (format: ###.###.###.###). -garp on Enables the Gratuitous ARP. -garp off Disables the Gratuitous ARP. -r Performs a BMC cold reset. Detects if a BMC reset was successfully performed on the IPMI device, use -d after -r. -fd