Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
Resolution:
Basic Mode:
In Basic mode the RepServer is started each time by inetd when a request comes in to read or write a file to the repository. In Basic mode you will seldom see a IcRepServer process. The configuration of the RepServer is added to /etc/inetd.config while the port is found in /etc/services. NOTE the /etc/services file is only read at boot time. Changing the port number and doing a
'kill -HUP <pid>' causes inetd.conf file to be read again but does not cause /etc/services to be reread.
Authentication mode:
In Authentication mode IcRepDaemon uses $IC_HOME/config/
IcRepDamon.config if it is specified. In Authentication mode you can turn on
debug logging for both the RepDaemon and the RepServer. Specify in the
IcRepDaemon.config file the logging level for the RepServer. To get debug
information from the IcRepDaemon run `IcRepDaemon -icdebug
[stderr|<filename],pad=18'.