DCImanager 6 Knowledge Base
en En
es Es
Your experience drives our roadmap
Tell us how we can enhance ISPsystem platforms
for your business. The survey takes 5 minutes.
Take the survey

How to configure a delayed server reboot through PDU

Question

How do I configure a server reboot delay when managing power through PDU?

Answer

To manage the server reboot delay through PDU, use the pdu_power_reset_delay parameter in the DCImanager API. The parameter sets the waiting time in seconds between turning off and turning on the power of the PDU port again.

To configure the delay:

  1. Open Swagger API DCImanager. To do this, click the icon (Services) in the right menu → Swagger.
  2. Go to the Location section.
  3. Select the method POST /location/{location_id} Edit location.
  4. In the location_id field, specify the ID of the required location.
  5. In the Request body field, specify the pdu_power_reset_delay parameter and the required delay value in seconds:
    Example section with the pdu_power_reset_delay parameter
    {  "settings": {    "pdu_power_reset_delay": 20  }}
    Explanation:
    • 20 is the delay between turning the server off and on in seconds. By default, pdu_power_reset_delay is set to 3 seconds.
  6. Click Execute.
Useful tips