C. Building Tuxedo Programs on UNIX : How You Configure the Tuxedo System : Step 1: Modify the Resource Manager Definition File
 
Share this page                  
Step 1: Modify the Resource Manager Definition File
The resource manager definition file is called “RM” and is located in the “udataobj” directory of your Tuxedo installation. Add the following two lines to the file:
INGRES:iitux_switch:${II_SYSTEM}/ingres/lib/libiitux.a
${II_SYSTEM}/ingres/lib/libingres.a -lm

INGRES/TMS:iitux_switch:${II_SYSTEM}/ingres/lib/libiitux.a
${II_SYSTEM}/ingres/lib/libingres.a -lm
The lines above are wrapped for editorial reasons. Your modifications must be without breaks. Each line must start with the word INGRES. Each file name must be separated from the next by a space. Failure to follow these instructions will cause server builds to fail, or prevent servers from functioning correctly.
For more details about the resource manager definition file, refer to the Tuxedo documentation.