Closed ankitkr034 closed 6 years ago
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__)
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
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
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.
Thanks for help. I was expecting version issue. I will go with ipmitool or racadm serveraction both are working fine.
I am trying to reboot the host using this however, everytime I am getting 404 response. idrac is reachable normally from browser using same IP and access details.
Please help.