11.3.6 Starting Dispatcher automatically after a reboot

If you are running Dispatcher on a UNIX system, configure the system to run the dsserver command after each reboot. Make sure that your configuration filename is default.cfg, because when dsserver is run it automatically loads the default.cfg configuration file.

In our AIX environment, we enabled the automatic startup of dsserver. We added it to the inittab by running the following command:

mkitab "ds:2:wait:/usr/bin/dsserver > /dev/console 2>&1"

Tip: You can also use other scripts that are run during the server start up process, for example, /etc/rc.tcpip (in AIX systems) or /etc/rc.local (in Linux systems). Make sure that you consult the system administrator to find the most suitable option for your environment.

xxxx