Open Bob-Krull opened 1 year ago
@Bob-Krull This seems to be the same problem as described by #6173 Most likely the REST server on the BMC is not replying. Try logging on to the BMC and checking its status.
unfortunately these systems are not implemented quite the same way as the witherspoons. That service does not appear to exist. Interesting though is that I can run the curl login command and that seems to return OK . I can access the bmc's and look around. Don't see anything obvious. Tried rebooting them several times also.
Can you manually run:
curl -k -c cjar -H "Content-Type: application/json" -d '{ "data": ["root", "xxxxxx"] }' https://<node>/login
curl -k -b cjar -X GET -H "Content-Type: application/json" https://<node>/xyz/openbmc_project/state/enumerate
And see if you get some data back ?
nope, besides login beinbg ok
> curl -k -c cjar -H "Content-Type: application/json" -d '{ "data": ["root", "0penBmc"] }' https://$bmc/login
{
"data": "User 'root' logged in",
"message": "200 OK",
"status": "ok"
> curl -k -b cjar -X GET -H "Content-Type: application/json" https://$bmc/xyz/openbmc_project/state/enumerate
Not Found
it really does respond with "Not Found" just did a factory reset of this box also.. I suspect something changed somewhere. May not even be an xcat issue.
Yea, I do not see any "openbmc" related file changes from 2.16.4 to 2.16.5
We have several Inspur machines that run OpenBmc for hardware management. When we were running 2.16.4 I had no problems discovering them and installing them. After the upgrade to 2.16.5 I can no longer communicate to them with any R command(rpower,rinv,rinstall) they all return errors like
tried a command this way and get a different result
Here's some output with xcatdebugmode=1
I do have an environment running all Power machines with OpenBmc and they do not exibit and issues. Firmware on the inspur's has not changed. Any ideas or help would be appreciated.