Skip to content
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

[BUG] Bare-metal deployment fails when R630 is used #475

Open
shashank-boyapally opened this issue Apr 15, 2024 · 5 comments
Open

[BUG] Bare-metal deployment fails when R630 is used #475

shashank-boyapally opened this issue Apr 15, 2024 · 5 comments

Comments

@shashank-boyapally
Copy link
Contributor

shashank-boyapally commented Apr 15, 2024

When using the a mix of R640 and R630 in Scale lab to deploy bare-metal ocp 4.15.x the following error has occured

fatal: [e24-h06-000-r640.rdu2.example.com]: FAILED! => {"accept_ranges": "bytes", "access_control_allow_origin": "*", "allow": "POST", "cache_control": "no-cache", "changed": false, "connection": "close", "content": "{\"error\":{\"@Message.ExtendedInfo\":[{\"Message\":\"Unable to run the method because the requested HTTP method is not allowed.\",\"MessageArgs\":[],\"[email protected]\":0,\"MessageId\":\"IDRAC.1.6.SYS402\",\"RelatedProperties\":[],\"[email protected]\":0,\"Resolution\":\"Enter a valid HTTP method and retry the operation. For information about valid methods, see the Redfish Users Guide available on the support site.\",\"Severity\":\"Informational\"}],\"code\":\"Base.1.0.GeneralError\",\"message\":\"A general error has occurred. See ExtendedInfo for more information\"}}\n", "content_length": "560", "content_type": "application/json;odata.metadata=minimal;charset=utf-8", "date": "Fri, 12 Apr 2024 20:40:41 GMT", "elapsed": 3, "json": {"error": {"@Message.ExtendedInfo": [{"Message": "Unable to run the method because the requested HTTP method is not allowed.", "MessageArgs": [], "[email protected]": 0, "MessageId": "IDRAC.1.6.SYS402", "RelatedProperties": [], "[email protected]": 0, "Resolution": "Enter a valid HTTP method and retry the operation. For information about valid methods, see the Redfish Users Guide available on the support site.", "Severity": "Informational"}], "code": "Base.1.0.GeneralError", "message": "A general error has occurred. See ExtendedInfo for more information"}}, "msg": "Status code was 405 and not [204]: HTTP Error 405: Method Not Allowed", "odata_version": "4.0", "redirected": false, "server": "iDRAC/8", "status": 405, "url": "https://mgmt-f24-h01-000-r630.rdu2.example.com/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.EjectMedia"}

formatted output:

{
  "accept_ranges": "bytes",
  "access_control_allow_origin": "*",
  "allow": "POST",
  "cache_control": "no-cache",
  "changed": false,
  "connection": "close",
  "content": "{\"error\":{\"@Message.ExtendedInfo\":[{\"Message\":\"Unable to run the method because the requested HTTP method is not allowed.\",\"MessageArgs\":[],\"[email protected]\":0,\"MessageId\":\"IDRAC.1.6.SYS402\",\"RelatedProperties\":[],\"[email protected]\":0,\"Resolution\":\"Enter a valid HTTP method and retry the operation. For information about valid methods, see the Redfish Users Guide available on the support site.\",\"Severity\":\"Informational\"}],\"code\":\"Base.1.0.GeneralError\",\"message\":\"A general error has occurred. See ExtendedInfo for more information\"}}\n",
  "content_length": "560",
  "content_type": "application/json;odata.metadata=minimal;charset=utf-8",
  "date": "Fri, 12 Apr 2024 20:40:41 GMT",
  "elapsed": 3,
  "json": {
    "error": {
      "@Message.ExtendedInfo": [
        {
          "Message": "Unable to run the method because the requested HTTP method is not allowed.",
          "MessageArgs": [],
          "[email protected]": 0,
          "MessageId": "IDRAC.1.6.SYS402",
          "RelatedProperties": [],
          "[email protected]": 0,
          "Resolution": "Enter a valid HTTP method and retry the operation. For information about valid methods, see the Redfish Users Guide available on the support site.",
          "Severity": "Informational"
        }
      ],
      "code": "Base.1.0.GeneralError",
      "message": "A general error has occurred. See ExtendedInfo for more information"
    }
  },
  "msg": "Status code was 405 and not [204]: HTTP Error 405: Method Not Allowed",
  "odata_version": "4.0",
  "redirected": false,
  "server": "iDRAC/8",
  "status": 405,
  "url": "https://mgmt-f24-h01-000-r630.rdu2.example.com/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.EjectMedia"
}
@akrzos
Copy link
Member

akrzos commented Apr 16, 2024

This error sounds like the firmware doesn't support ejecting virtual media.

@akrzos
Copy link
Member

akrzos commented May 28, 2024

@shashank-boyapally Did you happen to reach out to the lab team and see if this machine does not support the task asked? If so this isn't a jetlag bug but rather a hardware issue. Please let us know. Thanks!

@shashank-boyapally
Copy link
Contributor Author

Hi @akrzos, I'll reach out to the lab team and see if this error is related to hardware. Thank you for the heads up.

@akrzos
Copy link
Member

akrzos commented May 29, 2024

@akrzos
Copy link
Member

akrzos commented Aug 21, 2024

@shashank-boyapally following up on this, did you ever find out from the lab team if there was a hardware issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants