Has anyone configured the power management for CMC?

Some of my Hosts will be in a blade chassis and I don't want to "accidentally" shutdown the wrong blade...

Currently this is what I do (for example)...

ssh root@blade-cmc
racadm serveraction -m server-9 hardreset


The options available to me are...

powerdown       - perform server power off
powerup         - perform server power on
powercycle      - perform server power cycle
hardreset       - force hard server power reset
graceshutdown   - perform graceful shutdown of server
powerstatus     - display current power status of server


I see the option for "Drac" ...can/should I use that? What would the config look like?

--Christian