Previous Topic: Operator CommandsNext Topic: CTS Scheduler (SCHD)


Sample SRVDEF Definitions

The following is an example that defines one server. The server name is server1.yourdomain.com.

/*                                                       */
/*                                                       */
GLOBAL TCPNAME=TCPIP90,
       MAXTASK=2,
       UNIT=3390,
       PREFIX=CTS.ISPONSOR.DATA
SRVDEF NAME=SERVER1,
       SERVER=SERVER1.YOURDOMAIN.COM,
       SCHD=HOURLY

This example defines one server using the IP address of the server. The server IP address is 138.42.10.105.

/*                                                       */
/*                                                       */
GLOBAL TCPNAME=TCPIP90,
       MAXTASK=2,
       UNIT=3390,
       PREFIX=CTS.ISPONSOR.DATA
SRVDEF NAME=SERVER1,
       SERVER=138.42.10.105,
       SCHD=HOURLY