Configuring, Starting, and Stopping the FOCUS Database Server

Reference:

To configure the FOCUS Database Server (sink machine), you must place configuration parameters in the odin.cfg communications file. The odin.cfg file is in:

install_dir/ibi/srv77/foc/home/etc

Reference: Configuration Parameters for the FOCUS Database Server

;FOCUS Database Server
NODE = FOCSU
BEGIN
  PROTOCOL = TCP
  CLASS = SUSERVER
  PORT = 8102
END

;FOCUS Database Client
NODE = FOCSU01
BEGIN
  PROTOCOL = TCP
  CLASS = SUCLIENT
  HOST = host
  PORT = 8102
END

where:

host
Is the host name or IP address for the FOCUS Database Server.

Reference: Starting and Stopping the FOCUS Database Server

To start the FOCUS Database Server, issue the focus command with the -sinkstart option:

focus -sinkstart

To stop the FOCUS Database Server, issue the focus command with the -sinkstop option:

focus -sinkstop

Information Builders