Giter Club home page Giter Club logo

Comments (5)

tehbluemuppetz avatar tehbluemuppetz commented on June 25, 2024

I'm guessing that's due to the server version. 12G? I may be able to check tomorrow. In the meantime, please access https:///redfish/v1/ and see what URI's are listed. Not all features are available on older hardware afaik.

from idrac-redfish-scripting.

allywilson avatar allywilson commented on June 25, 2024

13G, mostly R730's:

{
  "@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
  "@odata.id": "/redfish/v1",
  "@odata.type": "#ServiceRoot.v1_0_2.ServiceRoot",
  "AccountService": {
    "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService"
  },
  "Chassis": {
    "@odata.id": "/redfish/v1/Chassis"
  },
  "Description": "Root Service",
  "EventService": {
    "@odata.id": "/redfish/v1/EventService"
  },
  "Id": "RootService",
  "JsonSchemas": {
    "@odata.id": "/redfish/v1/JSONSchemas"
  },
  "Links": {
    "Sessions": {
      "@odata.id": "/redfish/v1/Sessions"
    }
  },
  "Managers": {
    "@odata.id": "/redfish/v1/Managers"
  },
  "Name": "Root Service",
  "RedfishVersion": "1.0.2",
  "Registries": {
    "@odata.id": "/redfish/v1/Registries"
  },
  "SessionService": {
    "@odata.id": "/redfish/v1/SessionService"
  },
  "Systems": {
    "@odata.id": "/redfish/v1/Systems"
  },
  "Tasks": {
    "@odata.id": "/redfish/v1/TaskService"
  }
}

from idrac-redfish-scripting.

tehbluemuppetz avatar tehbluemuppetz commented on June 25, 2024

Thank you @allywilson . I can confirm that right now only 14G servers have the ability to update firmware using Redfish (/redfish/v1/UpdateService). This feature is likely to be added to previous server generations but I don't have a date.

Apart from that a lot of the Redfish paths should be available also on 13G and older, but you'll likely come across some features that haven't yet been implemented (or that require 14G hardware).

from idrac-redfish-scripting.

tehbluemuppetz avatar tehbluemuppetz commented on June 25, 2024

@allywilson Actually, there is an alternative for using Redfish to update firmware on 12G and 13G servers. A firmware update can be initiated with Redfish by pushing an SCP (Server Configuration Profile) file to the iDRAC. This is described in the following whitepaper (page 29):
http://en.community.dell.com/techcenter/extras/m/white_papers/20443207

from idrac-redfish-scripting.

allywilson avatar allywilson commented on June 25, 2024

Thank very much, I'll look into that, much appreciated.

I wonder if it's worth putting some compatibility checks into the scripts represented in this repo to mitigate further issues others may encounter as well?

from idrac-redfish-scripting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.