(file) Return to omicli.conf CVS log (file) (dir) Up to [OMI] / omi / etc

 1 mike  1.1 # omicli configuration file
 2           
 3           ##
 4 krisbash 1.3 ## httpport -- listening port for the binary protocol (default is 5985)
 5 mike     1.1 ##
 6              #httpsport=PORT
 7              
 8              ##
 9 krisbash 1.3 ## httpsport -- listening port for the binary protocol (default is 5986)
10 mike     1.1 ##
11              #httpsport=PORT
12 krisbash 1.3 
13              ##
14              ## protocolhandler -- dynamically loadable protocol handlers for the MI API
15              ##
16              #protocolhandler=NAME+SHARED_LIBRARY+ENTRY_POINT+MAJOR_VERSION+MINOR_VERSION
17              ## NAME - the name associated with the protocol handler (for instance MI_WSMAN could be used)
18              ## SHARED_LIBRARY- the DLL or Shared library path and name to be loaded that implements the said protocol
19              ## ENTRY_POINT - the exported function in the shared library that implements the initialization routine
20              ## MAJOR_VERSION - Which version of mi.h the protocol handler was built against
21              ## MINOR_VERSION - Which version of mi.h the protocol handler was built against
22              # for Windows
23              #protocolhandler=my_protocol_name,myprotocol.dll,MI_Application_InitializeV1,1,0
24              # for Linux
25              #protocolhandler=my_protocol_name,myprotocol.so,MI_Application_InitializeV1,1,0
26              
27              
28              ##
29              ## defaultlocalprotocolhandler -- default protocol handler for local operations
30              ##
31              #defaultlocalprotocolhandler=OMI_SOCKETS
32              
33 krisbash 1.3 ##
34              ## defaultremoteprotocolhandler -- default protocol handler for remoteoperations
35              ##
36              #defaultremoteprotocolhandler=MI_REMOTE_WSMAN
37              
38              ##
39              ## loglevel,logpath,logfile -- set the loggiing options for MI client
40              ##
41              #loglevel = DEBUG
42              #logpath = var/log/
43              #logfile = miclient.log

ViewCVS 0.9.2