setenv SYBASE sybase_directory
setenv XAPPLRESDIR resource_directory
SYBASE=sybase_directory;export SYBASE
XAPPLRESDIR=resource_directory;export XAPPLRESDIR
setenv ORACLE_HOME oracle_directory
setenv XAPPLRESDIR resource_directory
ORACLE_HOME=oracle_directory;export ORACLE_HOME
XAPPLRESDIR=resource_directory;export XAPPLRESDIR
setenv ORACLE_SID connection_string
ORACLE_SID=connection_string;export ORACLE_SID
setenv INFORMIXDIR informix_directory
setenv XAPPLRESDIR resource_directory
INFORMIXDIR=informix_directory;export INFORMIXDIR
XAPPLRESDIR=resource_directory;export XAPPLRESDIR
To start the Gateway daemon, type:
sapphire_home/bin/dborbd.sh
&
To terminate the Gateway daemon, use the ps
command to determine the process ID of dborbd
, and use kill
-HUP
or kill -2
to terminate the process. See your system administrator if you require assistance.
The resource file involved in configuring Gateway communication is:
$XAPPLRESDIR/DbuimxOrb
$SYBASE/interfaces file be accessible from each machine on which a Gateway daemon
may execute. See the Sapphire/Gateway section in the Reference Manual for more information.
$INFORMIXDIR/etc/sqlhosts file be accessible from each machine on which a Gateway daemon may execute. Also, the /etc/services files on each machine must be set up properly for each Informix on-line service port.