Running Integration Server as a Background Process on UNIX Systems

  To run Integration Server in the background, modify ais_start or type the following commands

.is.sh
nohup olapisvr &

Note:

If you choose to run Integration Server by using the above commands, ensure you have configured your environment.

The nohup command keeps the Integration Server program running even if you log off. The ampersand (&) suffix makes the program a background process.

Caution!

To allow the Integration Services Console client to create OLAP models and metaoutlines, you must run Integration Server and keep it running while any clients are connected to it.

When you start Integration Server, it begins writing to the log, olapisvr.log, in the log directory. To write to a log on another directory, specify the log name in ais_start or type the following command:

olapisvr -Emydir/mylog 

Note:

Do not type the .log file extension. The .log extension is automatically appended to the name that you type for the log.