DCImanager 6 Knowledge Base
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey
Support

How to manage server power only via PDU?

DCImanager 6 manages server power via PDU and BMC (Intel AMT). The control order depends on the statuses of server BMC (Intel AMT) and PDU port to which the server is connected. You can configure server power management via PDU, regardless of BMC (Intel AMT) status.

To enable server power management only via PDU, connect to the server from DCImanager 6 via SSH and execute the command:

curl -k -# -d '{"value": "true"}' -H "Cookie: ses6=<session_id>" -H "x-xsrf-token: <session_id>" -H "isp-box-instance: true" -o- "https://domain.com/dci/v3/setting/power_pdu_only"
Comments to the command

If the command is executed successfully, the JSON object in the following format will be received in response:

Response in JSON
{
  "power_pdu_only": "true"
}

To disable server power management only via PDU, execute the command:

curl -k -# -d '{"value": "false"}' -H "Cookie: ses6=<session_id>" -H "x-xsrf-token: <session_id>" -H "isp-box-instance: true" -o- "https://domain.com/dci/v3/setting/power_pdu_only"
Comments to the command

If the command is executed successfully, the JSON object in the following format will be received in response:

Response in JSON
{
  "power_pdu_only": "false"
}
The article was last updated on 05.26.2023. The article was prepared by technical writers of ISPsystem .