Hi everybody,
I am trying to access to an ipmi system using openipmi programming libraries with a Qt graphical interface. Every time I try to open a domain with open_ipmi_domain function the setup_done callback function is executed (so far everything is ok); but inside this cb function I get the following error message: "error OS: Key was rejected by service".
After many tries I suspect that the problem is the bmc_key value (-Rk parameter in the argv structure). Now, the question is, ¿does anyone know what this parameter is? ¿is this a password? ¿is there any default value for this?
Thanks in advance,
pdz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I am trying to access to an ipmi system using openipmi programming libraries with a Qt graphical interface. Every time I try to open a domain with open_ipmi_domain function the setup_done callback function is executed (so far everything is ok); but inside this cb function I get the following error message: "error OS: Key was rejected by service".
After many tries I suspect that the problem is the bmc_key value (-Rk parameter in the argv structure). Now, the question is, ¿does anyone know what this parameter is? ¿is this a password? ¿is there any default value for this?
Thanks in advance,
pdz