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


Sample SRVDEF Definitions

This is a sample defining 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 is a sample defining 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