Skip to content

Feature- Add Support for Dell RACADM Commands #49

Description

@Kpow768

Rather than WOL which can be messy with multiple NICs, Dell iDrac can accept remote power commands, and would be a cleaner way to startup dell hardware after power failure.

Examples of RACADM commands:
racadm serveraction powerup: Turns on the server.
racadm serveraction powerdown: Powers down the server.
racadm serveraction powercycle: Power cycles (hard reboot) the server.
racadm serveraction graceshutdown: Initiates a graceful shutdown of the OS.
racadm serveraction powerstatus: Displays current server power status.

Remote power-on would look like:
racadm -r <iDRAC_IP> -u -p serveraction powerup

This is a little outside my wheelhouse, but happy to assist in whatever way I can

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions