dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
600 stars 278 forks source link

Power Management Script #187

Closed mousumipaul closed 2 years ago

mousumipaul commented 2 years ago

Hi, I was using the python module and was quite able to use some functions. I am looking for a script that can apply some power management to dell PowerEdge servers. This will be very helpful to reduce the overall power consumption of the server.

texroemer commented 2 years ago

Hi @mousumipaul

Can you give more details on the workflow (pseudo code) you're trying to accomplish for managing server power consumption? If you have details about the settings you're manually making on the server for power management changes, this would be helpful in scripting the workflow.

Thanks Tex