Questions tagged [redfish]

The Redfish standard is a suite of specifications that deliver an industry standard protocol providing a RESTful interface for the management of servers, storage, networking, and converged infrastructure. It was created to overcome the limitations of IPMI.

The Redfish standard is a suite of specifications that deliver an industry standard protocol providing a RESTful interface for the management of servers, storage, networking, and converged infrastructure. It was created to overcome the limitations of IPMI.

8 questions
3
votes
0 answers

Determining Linux block path from Redfish

Context: I am trying to automated a preseeded Linux installation on a Redfish-capable server. Ideally I want to keep this as vendor-agnostic as possible so I can support multiple types of servers (i.e. Dell, HP, Cisco, etc.), but I am working on a…
Joshua Boniface
  • 346
  • 3
  • 14
2
votes
1 answer

Identify Dell FX2 blade location via Redfish?

I would like to identify the location of a particular blade within a Dell FX2 chassis using Redfish. I've looked in: /redfish/v1/Systems/System.Embedded.1 /redfish/v1/Chassis/System.Embedded.1 /redfish/v1/Chassis/Chassis.Embedded.1 But I'm not…
larsks
  • 43,623
  • 14
  • 121
  • 180
1
vote
0 answers

Dell server - Redfish power metrics

Im having a hard time with a single Dell r620 server, which is acting a bit weird when it comes to the redfish api. We have 10+ of the exact same r620, with same configuration, same bios/idrac/controller, where redfish power metrics is working fine,…
Rakkey
  • 11
  • 1
0
votes
1 answer

Unable to access Redfish on HPE Superdome 2

I'm trying to explore Redfish API using a Python client (python-ilorest-library) from HPE, however, it seems to be failing to connect with the RedFish service. I'm getting following error message: redfish.rest.v1.ServerDownOrUnreachableError: Server…
0
votes
0 answers

Disabling Redfish 'host interface' via API (i.e. usb0)

I want to disable the USB 'host' NIC present in some Redfish implementations. I want to do this in order to remove the enp10xxxxxxxx device which pops up inside an operating system running on hardware with this feature. According to the docs this…
hobgadling
  • 129
  • 1
  • 7
0
votes
1 answer

How can I boot using Ansible on an Dell iDRAC9 server from an iso that's located on a remote server?

I have this playbook that what I'm trying to do it's to install CentOS using Ansible and Redfish, I don't want to use any modules, I'll install the CentOS on multiple Dell iDRAC9 servers and I'm having one issue: 2)After the ISO it's mounted, the…
bicanul123
  • 101
  • 2
0
votes
2 answers

What is the AMD equivalent of Intel’s Node Manager

I’m looking to better understand server telemetry. On all platforms Intel currently provides more robust telemetry with a separate on-dye processor called node…
Grant Curell
  • 1,043
  • 6
  • 19
0
votes
1 answer

How to change BootOption bios settings with redfish?

I'm trying to change the NIC a server boots from using the redfish module in python. The server is a supermicro board: Firmware Version 01.00.17 Firmware Build Time 09/02/2021 Redfish Version 1.8.0 BIOS Firmware Version …