RMCP+ session
Ask Question
Asked 1 year, 3 months ago
Active 2 months ago
Viewed 11k times
3
I installed the ipmitool 1.8.18 in the CentOS7.2 Dedicated Server, I can use it for check self
own ipmi data:
# ipmitool -I open power status
Chassis Power is on
but I want to check other ipmi address' status, I will get this error:
EDIT-01
I use nmap get bellow information:
# nmap -p 623 -sU -P0 172.16.22.237
aircraft
9,41599 gold badges5757 silver badges103103 bronze badges
• This seems to be an authentication error. Please take note that RMCP+ supports in addition to
various authentication extensions, encryption of data transmission. – U880D Aug 22 '18 at 7:28
• I also tried the -I lan. – aircraft Aug 22 '18 at 7:32
• @U880D See my edited post, bro. – aircraft Aug 22 '18 at 7:42
• @U880D When I use the -H 172.16.22.237 -U root -P mypassword , the password is the origin
password, without encryption. does this is the reason? – aircraft Aug 22 '18 at 7:46
• 1
-U admin and you must know the correct admin password. Once you are sure of those, you need to
try -C0 to -C3 for different cipher suites, as it says "Cipher Suite Priv Max :
aaaaXXaaaXXaaXX". – Gambit Support Aug 22 '18 at 12:29
show 5 more comments
2 Answers
activeoldest votes
0
To resolve ipmi issue, need to change the IPMI over LAN
setting from Disabled to **Enabled** in the iDRAC/iLO.
Once after IPMI over LAN been enabled, below command provides power status.
KKD
33311 gold badge22 silver badges77 bronze badges
add a comment
0
Reset ipmi default password to the same or different one using the racadm command that
will resolve the issue
Suraj Rao
25.9k88 gold badges7070 silver badges8181 bronze badges
answered Apr 10 at 14:55
Rupeshrams
1111 bronze badge
add a comment