Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)

2. Add the CIPMON process to the system configuration database by using SCF to the kernel
subsystem:
> ADD PROCESS $ZZKRN.#CIPMON, CPU ALL, NAME $ZCMnn, &
HOMETERM $ZHOME, AUTORESTART 10, &
PROGRAM $SYSTEM.SYSTEM.CIPMON, &
STARTMODE SYSTEM, STOPMODE SYSMSG
3. For IP CIP, add the CIPSAM process (IP CIP only) to the system configuration database by
using SCF to the Kernel subsystem:
> ADD PROCESS $ZZKRN.#CIPSAM, AUTORESTART 10, PRIMARYCPU 0,&
BACKUPCPU 1, NAME $ZTC02, PROGRAM $SYSTEM.SYSTEM.CIPSAM, &
HOMETERM $ZHOME, STARTMODE SYSTEM, STOPMODE SYSMSG, &
STARTUPMSG "<BCKP-CPU>"
4. Start all processes.
> START PROCESS $ZZKRN.#ZZCIP
> START PROCESS $ZZKRN.#CIPMON
> START PROCESS $ZZKRN.#CIPSAM
5. Add a CLIM object.
> ADD CLIM $ZZCIP.N1002532
6. Add a Provider object.
> ADD PROVIDER $ZZCIP.ZTC02
7. Start the CLIM and Provider objects.
> START CLIM $ZZCIP.N1002532
> START PROVIDER $ZZCIP.ZTC02
You can also start and stop the CIP subsystem by using the SCF START and STOP commands to
the CIP subsystem ($ZZCIP). However, if $ZZCIP is a persistent process, it restarts automatically.
See “START PROCESS” (page 252) and “STOP PROCESS” (page 272).
Starting CIP on the CLIM
The CLIM itself starts automatically. Under certain circumstances, you may need to issue the ifstart
command. See “Controlling Interface States (IP CIP)” (page 102).
The SCF CLIM object does not start automatically, however. Start the CLIM by using the START
CLIM command. For example:
> START CLIM $ZZCIP.N1002532
Starting the IP Applications (IP CIP Only)
LISTNER and TELSERV come preconfigured on your system. However, if you need to start them,
follow these procedures.
1. Delete and add a DEFINE and PARAM for CIPSAM processes to be used as the transport
service providers for LISTNER and TELSERV.
From the SCF prompt, issue these commands:
> DELETE DEFINE =TCPIP^PROCESS^NAME
> ADD DEFINE =TCPIP^PROCESS^NAME, CLASS MAP, FILE $ZTC0
> DELETE PARAM TCPIP^PROCESS^NAME
> PARAM TCPIP^PROCESS^NAME $ZTC0
> PARAM ZTNT^TRANSPORT^PROCESS^NAME $ZTC0
2. Start LISTNER:
> RUN $SYSTEM.SYSnn.LISTNER /TERM $ZHOME, OUT $ZHOME, NAME $LSN0,
CPU 0, NOWAIT, PRI 160/1 LOG_GOTCONN
3. Start TELSERV:
> RUN $SYSTEM.SYSnn.TELSERV /TERM $ZHOME, OUT $ZHOME, NAME $ZTN0,
CPU 1, NOWAIT, PRI 170/ -BACKUPCPU 0
Starting and Restarting CIP 101