LMI command line reference

These commands allow to manage networking devices and their configuration.

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

Table Of Contents

Previous topic

OpenLMI Networking Scripts documentation

Next topic

Python reference for OpenLMI client scripts

This Page