*******************************************************************************
* OpenLMI                                                                     *
*******************************************************************************

The OpenLMI project provides a common infrastructure for the management of Linux
systems. Capabilities include configuration, management and monitoring of
hardware, operating systems, and system services. OpenLMI includes a set of
services that can be accessed both locally and remotely, multiple language
bindings, standard APIs, and standard scripting interfaces.


*******************************************************************************
* OpenLMI-tools                                                               *
*******************************************************************************

OpenLMI-tools is a set of command line tools for OpenLMI-providers.

Following cli tools are part of this sub-project:

* lmi-service.py
    This tool provides remote service management. Supported operations with
    services are: start, stop, restart, enable, disable, reload, try-restart,
    cond-restart, reload-or-restart and status.

* lmi-power.py
    This tool provides remote power management. Supported operations with
    remote machine are: poweroff, reboot, suspend, hibernate, force-poweroff,
    force-reboot.

* lmi-user.py
    This tool provides remote user management. Currently supported operations
    are: list-users, list-groups, group-members (list of groups, where
    the specified user belongs to), useradd.

* lmi-ip.py
    This tool provides remote networking management. Currently it provides
    following operations: set static ip address, remove address assigned
    to an interface, list ip address setting for all/selected interface.

* lmi-shell.py
    This tool provides interactive shell for CIM objects management.

*******************************************************************************
* Build Dependencies                                                          *
*******************************************************************************

For proper usage of the tools, the python environment is required. Tools also
require pywbem module.

*******************************************************************************
* Installation                                                                *
*******************************************************************************

Following steps will install cli-tools and python modules, that contain
python clients for each OpenLMI provider.

$ mkdir build && cd build
$ ../configure --prefix=/usr
# make install
