Power Management command line reference

lmi power is a command for LMI metacommand, which allows to display and control system power states on a remote host with installed OpenLMI power provider. It works only if managed machine is up with CIMOM running inside its operating system. Therefore powering the machine on is out of scope for OpenLMI.

power

System power state management.

Usage:

lmi power list

lmi power suspend

lmi power hibernate

lmi power reboot [–force]

lmi power poweroff [–force]

Commands:

list
Prints a list of available power states.
suspend
Suspend the system (suspend to RAM).
hibernate
Hibernate the system (suspend to disk).
reboot
Shutdown and reboot the system (–force will skip shutdown of running services).
poweroff
Shutdown the system (–force will skip shutdown of running services).

Options:

–force
Skip shutting down services first