CL Command Reference - ADDCCSCLT
CL Command List > ADDCCSCLT Reference
Description:
The Add Change Control Server Client (ADDCCSCLT) command allows the user to define a change control client to be recognized by the change control server. This command should be used at least to define the first change control client to the change control server.
Examples:
Example 1: Adding a client using default values
ADDCCSCLT CLIENT(KevinAldux) CPNAME(MEXGPL13)
Example 2: Adding client KevinAldux using hardware parameters, installation tokens, distribution period and password
ADDCCSCLT CLIENT(KevinAldux) CPNAME(MEXGPL13)
TEXT(¡¯Client no.2¡¯)
DSTPERIOD(¡¯12:30:00¡¯ ¡¯16:43:00¡¯) PASSWORD()
HDWPARM((MEM 16MB) (DISK 120MB) (KEYB LA))
INSTKN((TOKEN1 /USR) (TOKEN2 /USR2))
Example 3: Adding client CONNERY using DOS operating system, Manager, phone, password, address, SNA client address and mode
ADDCCSCLT CLIENT(CONNERY) CPNAME(MEXGPL16) OPSYSTYPE(*DOS)
TEXT(¡¯Client no.3¡¯) DSTPERIOD(*FIRST ¡¯16:43:00¡¯)
MANAGER(Charles) PHONE(¡¯(507)285-2884¡¯) PASSWORD()
ADDRESS(¡¯Patria Avenue 30¡¯)
HDWPARM((MEM 16MB) (DISK 120MB) (KEYB LA))
INSTKN((TOKEN1 /USR) (TOKEN2 /USR2))
RMTLOCNAME(APPN.MEXGPL13 *SNA) MODE(blank)
Example 4: Adding client Lorena with Windows/NT operating system, an internet address, message log level, hardware parameters, installation tokens, manager name, phone and password
ADDCCSCLT CLIENT(Lorena) CPNAME(MEXGPL13)
OPSYSTYPE(*WINDOWSNT) TEXT(¡¯Client no.4¡¯)
MSGLOGLVL(*MIN) MANAGER(Charles)
PHONE(¡¯(507)112-2884¡¯) PASSWORD()
ADDRESS(¡¯Patria Avenue 30¡¯)
HDWPARM((MEM 16MB) (DISK 120MB) (KEYB LA))
INSTKN((TOKEN1 /USR) (TOKEN2 /USR2))
RMTLOCNAME(¡¯9.18.1.2¡¯ *IP)