I have an ProLiant DL360p Gen8 server which I want to control with ipmi.
When I try to run something against it it says:
ipmitool -I lanplus -H $ip -U $user -P $pass Error: Unable to establish IPMI v2 / RMCP+ session
However, the ip I am using is pingable.
It seems I don't have any authentication algorithm enabled.
# ipmitool lan print 2
Set in Progress : Set Complete
Auth Type Support :
Auth Type Enable : Callback :
: User :
: Operator :
: Admin :
: OEM :
IP Address Source : Static Address
IP Address : XX.XX.XX.XX
Subnet Mask : 255.255.255.0
MAC Address : 9c:b6:54:8c:b7:cc
SNMP Community String :
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Default Gateway IP : XX.XX.XX.XX
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3
Cipher Suite Priv Max : XuuaXXXXXXXXXXX
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
The command ipmitool -v lan set 2 auth User PASSWORD does not do anything ...
The firmware is:
Product Name ProLiant DL360p Gen8
iLO Firmware Version 2.40 Dec 02 2015
What am I missing here?