-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Channel Authentication Capabilities failed, err: client udp exchange msg failed, err: read from conn failed #41
Comments
This library supports changing privileges using The error seems only relates to the problem of udp network connection. So, make sure the target address can be really reachable. (11.241.226.163:623 in your example). The address (192.168.11.163)used in the ipmitool example is different from the address (11.241.226.163) in the code using the library. |
The IP is different because I edited it. It's actually OK. Other nodes can connect, but only this node has problems. I checked the users in the out-of-band console and found that this user did not have administrator privileges, while those users who could connect normally had administrator privileges, so I suspected that there was a problem with the code. |
udp is ok, but I also found that the connection establishment is very slow. It takes 1 minute to complete each access to 11.241.226.162. It is the same for other IPs. I don't know where the problem is. |
The The state should be
|
But only server 11.241.226.163 cannot connect via ipmi, other nodes are successful. |
The “one minute” may relates with the default udp read timeout setting, which was increased to a default 60s. You can change it using |
ipmitool operation without administrator privileges
ipmitool operation without administrator privileges
Connection timeout error using code library
The text was updated successfully, but these errors were encountered: