Automatically starting servers on AIX systems
You can configure the server to start automatically at system startup. Use the rc.dsmserv script, which is provided for this purpose.
Before you begin
About this task
The rc.dsmserv script is in the server installation directory, for example, in the /opt/tivoli/tsm/server/bin directory.
Tip: If you used the configuration wizard, you might have chosen to start
the server automatically when the system is restarted. If you selected that choice, an entry for
starting the server was added automatically to the /etc/inittab file.Procedure
If you did not use a wizard to configure the server, add an entry to the /etc/inittab file for each server that you want to automatically start:
Example

tsm1:2:once:/opt/tivoli/tsm/server/bin/rc.dsmserv -u tsminst1
-i /home/tsminst1/tsminst1 -q >/dev/console 2>&1In this example,
the ID for the process is tsm1, and the run level is set to 2. If you have more than one server instance that you want to run, add an entry for each server instance. For example, if you have instance owner IDs tsminst1 and tsminst2, and instance directories /home/tsminst1/tsminst1 and /home/tsminst2/tsminst2, add the following entries to /etc/inittab. Each entry is on one line.

tsm1:2:once:/opt/tivoli/tsm/server/bin/rc.dsmserv -u tsminst1
-i /home/tsminst1/tsminst1 -q >/dev/console 2>&1
tsm2:2:once:/opt/tivoli/tsm/server/bin/rc.dsmserv -u tsminst2
-i /home/tsminst2/tsminst2 -q >/dev/console 2>&1