SPECS
autom4te.cache
mof
test
.packit.yaml
AUTHORS
COPYING
ChangeLog
DEBUG
INSTALL
Makefile.am
Makefile.in
NEWS
OSBase_BaseBoard.c
OSBase_BaseBoard.h
OSBase_Common.c
OSBase_Common.h
OSBase_ComputerSystem.c
OSBase_ComputerSystem.h
OSBase_OperatingSystem.c
OSBase_OperatingSystem.h
OSBase_OperatingSystemStatisticalData.c
OSBase_OperatingSystemStatisticalData.h
OSBase_Processor.c
OSBase_Processor.h
OSBase_UnixProcess.c
OSBase_UnixProcess.h
README
README.INDICATION
README.TEST
README.tog-pegasus
acinclude.m4
aclocal.m4
cmpiOSBase_BaseBoard.c
cmpiOSBase_BaseBoard.h
cmpiOSBase_BaseBoardProvider.c
cmpiOSBase_CSBaseBoardProvider.c
cmpiOSBase_CSProcessorProvider.c
cmpiOSBase_Common.c
cmpiOSBase_Common.h
cmpiOSBase_ComputerSystem.c
cmpiOSBase_ComputerSystem.h
cmpiOSBase_ComputerSystemProvider.c
cmpiOSBase_OSProcessProvider.c
cmpiOSBase_OperatingSystem.c
cmpiOSBase_OperatingSystem.h
cmpiOSBase_OperatingSystemProvider.c
cmpiOSBase_OperatingSystemStatisticalData.c
cmpiOSBase_OperatingSystemStatisticalData.h
cmpiOSBase_OperatingSystemStatisticalDataProvider.c
cmpiOSBase_OperatingSystemStatisticsProvider.c
cmpiOSBase_Processor.c
cmpiOSBase_Processor.h
cmpiOSBase_ProcessorProvider.c
cmpiOSBase_RunningOSProvider.c
cmpiOSBase_UnixProcess.c
cmpiOSBase_UnixProcess.h
cmpiOSBase_UnixProcessProvider.c
cmpiOSBase_Util.h
config.h.in
config.h.in~
configure.ac
dmifind.h
dmiinfo.c
dmiinfo.h
dmitest.c
ltmain.sh
sblim-cmpi-base.rh.spec
sblim-cmpi-base.spec
sblim-cmpi-base.spec.in
compile
config.guess
config.sub
configure
depcomp
install-sh
missing
provider-register.sh
README.tog-pegasus
OpenPegasus post install steps ============================== When this package is installed (as RPM) on a system with the OpenPegasus CIM server (tog-pegasus), it may be necessary to perform some extra post install steps. These are: Provider Registration: ---------------------- Upon installation it is attempted to register the providers with Pegasus. This can fail if the tog-pegasus service is not running AND cimmofl (the Pegasus offline MOF compiler) isn't installed. In this case it is necessary to run the following command with tog-pegasus running: /usr/share/sblim-cmpi-base/provider-register.sh -t pegasus \ -r /usr/share/sblim-cmpi-base/Linux_Base.registration \ -m /usr/share/sblim-cmpi-base/Linux_Base.mof Make Sure Providers Can Be Found: --------------------------------- The providers of this package are installed into the /usr/lib/cmpi (or /usr/lib64/cmpi) directory. Depending on the configuration of Pegasus this directory might not be in the search path for providers. In this case you should create symbolic links to the Pegasus provider directory by issueing the following command: ln -s /usr/lib/cmpi/lib* /usr/lib/Pegasus/providers assuming that /usr/lib/Pegasus/providers is the configured Pegasus provider directory. Provider Deregistration: ------------------------ In order to properly de-register the providers when deinstalling this package the tog-pegasus service must be active. The deinstallation will fail otherwise. Alternatively it is possible to deregister the providers BEFORE uninstalling this package with the following command: /usr/share/sblim-cmpi-base/provider-register.sh -d -t pegasus \ -r /usr/share/sblim-cmpi-base/Linux_Base.registration \ -m /usr/share/sblim-cmpi-base/Linux_Base.mof