Skip to content
Redfish Power Managment with X680 | Geekworm

Redfish Power Managment with X680


  • How can we get/set the system ID for each server connected to an X680 to control the ATX power using Redfish?  It should be at the API endpoint "/redfish/v1/Systems/<Node ID>" but only a single ID of 0 exists.

    {
        "@odata.id": "/redfish/v1/Systems",
        "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
        "Members": [
            {
                "@odata.id": "/redfish/v1/Systems/0"
            }
        ],
        "Members@odata.count": 1,
        "Name": "Computer System Collection"
    }


  • It seems like the Redfish API is exposing only one system ID (0). This might indicate that the servers connected to the X680 are being treated as a unified resource pool. Check if there’s a configuration in the management interface of the X680 to expose individual servers as separate Members.

    @tunnel rush is known for its vibrant and dynamic visual design. Check it!


  • To control the ATX power for servers connected to an X680 using Redfish, follow these steps:

    1. Check Configuration: Ensure the X680 is set up to recognize multiple nodes. If only ID 0 is visible, the system may be configured as a single entity.

    2. Get System Information: Use the endpoint:

      Copy
      GET /redfish/v1/Systems/0
    3. Set Power State: To control power, look for actions in the response. For example, to power off:

      Copy
      POST /redfish/v1/Systems/0/Actions/ComputerSystem.Reset { "ResetType": "ForceOff" }
    4. Refer to Documentation: Check the Redfish API documentation specific to your hardware for additional details on managing multiple nodes and power actions.

    If you need further assistance, consider consulting the hardware documentation or support for enabling multiple server configurations. @chill guy clicker


Please login to reply this topic!
close
close
close
I have a question
sparkles
close
product
Hello! I am very interested in this product.
gift
Special Deal!
sparkles