cmpi-provider-register(8) sblim-cmpi-common cmpi-provider-register(8)

cmpi-provider-register - install class definitions (MOFs) and registration data for a variety of supported CIMOMs

cmpi-provider-register [-h] [-v] [-d] [-t <cimserver>] [-n <namespace>] -r reg file [...] -m mof file [...]

cmpi-provider-register will install schema mofs and register providers for a variety of CIMOMs. CIM Providers should call this script during their installation to get properly registered into the current running CIMOM.

Supported CIMOM's:

display help message
verbose mode
deregister provider and uninstall schema
specify cimserver type (pegasus|sfcb|openwbem|sniacimom)
specify registration files
specify schema mof files
create repository for alternate platform (sfcb only at the moment)
target namespace definition (default: root/cimv2)

The registration file is a text file with a list of providers to register each per line. Each line has the following information:

Classname Namespace ProviderName ProviderModule ProviderTypes ...

Example:

Linux_Processor root/cimv2 OSBase_ProcessorProvider cmpiOSBase_ProcessorProvider instance

Linux_RunningOS root/cimv2 OSBase_RunningOSProvider cmpiOSBase_RunningOSProvider instance association

This manpage was written by Mathias Gug <mathias.gug@canonical.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

29 Jul 2009 sblim-cmpi-base