Giter Club home page Giter Club logo

Comments (4)

texroemer avatar texroemer commented on June 25, 2024

Hi,

404 usually means Redfish support is not enabled on the iDRAC. Can you check from either RACADM or iDRAC GUI, see if Redfish is enabled on the iDRAC?

Example to check Redfish setting:

C:>racadm -r 192.168.0.120 -u root -p calvin get idrac.redfish
Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
[Key=idrac.Embedded.1#Redfish.1]
Enable=Enabled

If Redfish is enabled, can you give me the message details for the POST command? Add this line to the script to print the message details.

print(response.__dict__)

from idrac-redfish-scripting.

ankitkr034 avatar ankitkr034 commented on June 25, 2024

racadm -r *** -u 'root' -p '*****' get idrac.redfish
Security Alert: Certificate is invalid - self signed certificate
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
ERROR: Invalid subcommand specified.

FYI idrac is : Integrated Dell Remote Access Controller 6 Version 3.65

from idrac-redfish-scripting.

texroemer avatar texroemer commented on June 25, 2024

iDRAC 6 does not have Redfish support. You must have either have iDRAC 7/8 which is supported on 12G /13G servers or iDRAC 9 which is supported on 14G servers.

Since you can't use Redfish with your current iDRAC, i would recommend using RACADM to script the power operation. You can use "racadm serveraction" command for server power operations.

_C:>racadm -r 192.168.0.120 -u root -p calvin help serveraction
Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

serveraction -- perform system power management operations

Usage:

racadm serveraction
racadm serveraction -f


Valid Options:

-f : Force the server power management operation.
This option is applicable only for the POWEREDGE-VRTX platform.
This option can be used with powerdown, powercycle and hardreset.
: server power management operation to perform. Must be one of:
graceshutdown : perform a graceful shutdown of server
powerdown : power server off
powerup : power server on
powercycle : perform server power cycle
hardreset : force hard server power reset
powerstatus : display current power status of server
nmi : Genarate Non-Masking Interrupt to halt system operation


Usage Examples:

  • Power down server.
    racadm serveraction powerdown

  • Get power status.
    racadm serveraction powerstatus


For help on viewing the properties of a group, run the command - racadm help get
For help on configuring the properties of a group, run the command - racadm help set


C:>_

from idrac-redfish-scripting.

ankitkr034 avatar ankitkr034 commented on June 25, 2024

Thanks for help.
I was expecting version issue.
I will go with ipmitool or racadm serveraction both are working fine.

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.