If the Replication Server has an LTM for a SQL Server database, use the ltm operating system command to start the LTM. Do this after the RSSD SQL Server and the Replication Server are already running. Here is the syntax for ltm:
ltm [-C config_file] [-S ltm_name] [-I interfaces_file] [-E errorlog_file] [-M] [-A] [-W] [-v]
Refer to “ltm” in Chapter 7, “Programs,” in the Replication Server Reference Manual for complete information about each of the parameters of the ltm command.
The rs_init program creates the run file “RUN_name”, where name is the name of the LTM. The run file specifies the ltm command with parameters set for the installed LTM. Normally, you start LTM by executing this file.
The ltm executable program and the LTM run file are located in the bin subdirectory of the Sybase release directory. Refer to the Replication Server installation and configuration guides for your platform for more information.
WARNING! If you are running more than one LTM, either execute them in separate directories, or use the -E flag to specify different error log file names. Otherwise, the LTMs will try to record their messages in the same file.