1 2 3 4 5 6 7 8 9 10 11 | - SESSION Keyword Support The OMC-CLP relies on the existance of specific CLP CIM classes in order to fully support the SESSION keyword. The mof file src/mof/OMC_CLPProtocolService.mof provides the necessary classes and must be compiled and loaded in to the CIMOM. To compile and install the mof file into an OpenWBEM CIMOM, use the following command owmofc -u https://<your-server> -n <namespace> -s /usr/share/mof/cim-current OMC_CLPProtocolService.mof |