Network Router User Manual
GINA V4.0 System Administrator Guide – September 2000 197
Starting and stopping GINA applications
Druck vom 24. 01.2001 17:01.04 sys-adm
UNIX /etc/services
NIS /etc/yp/services
WindowsNT %WINDIR%\system32\drivers\etc\services
The entry comprises the following parts:
Name domsehd
Port# free, nonprivileged port number
Type tcp
Example
The following entry would be made for port 7419:
domsehd 7419/tcp # DomsEventHandler
Dynamic Connection Handler
The DomsDynConnectHandler (resides in the bin directory of the GINA installation direc-
tory) must be available as a daemon process for all machines on which dynamic T-ORB/
client applications (type 7, 8) run.
The Dynamic Connection Handler needs the file gina.dynamic in order to run. By default
it expects this file to be in the directory in which it (the Dynamic Connection Handler) is
started. The environment variable GINA_DYNAMIC can be used to specify the name of a
different directory in which the file gina.dynamic is to be read.
Communication with the DomsDynConnectHandler is based on the TCP/IP protocol and
therefore requires an appropriate entry in the system file /etc/services or in /etc/yp/
services when using NIS.
The entry comprises the following elements:
Name domschd
Port# Free, non-privileged port number
Type tcp
Example
The following entry would be required for the port 7420:
domschd 7420/tcp # DomsDynConnectHandler