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

1. Create a file ‘config’ with the list of commands followed by an ‘exit’. End-Of-Line characters
in a command that spans multiple lines must be escaped using the ‘\’ character, as shown in
the second command, below.
climconfig interface -add eth5
climconfig ip -add eth5 -ipaddress \
172.18.7.5 -netmask 255.255.255.0
exit
2. Pass this file to the /IN/ run-option:
CLIMCMD /IN config/ C1002581
Linux C1002581 2.6.32-clim-18-amd64
#1 SMP Tue Jul 19 18:36:07 UTC 2011 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jan 5 00:44:32 2012 from 15.154.112.213
C1002581:~# climconfig interface -add eth5
Added the Interface.
C1002581:~# climconfig ip -add eth5 -ipaddress \
> 172.18.7.5 -netmask 255.255.255.0
Added the IP.
C1002581:~# exit
logout
Termination Info: 0
Starting and Restarting CIP
Upon installation, the CLIM software is configured to start automatically when power is applied to
the CLIM device. On the NonStop host system side, first start CIP and then the applications that
will use the subsystem.
For examples of the commands needed to start the CIP subsystem, see Chapter 2 (page 62). The
commands shown are issued to the Kernel subsystem and they start the CIPMAN, CIPSAM (IP CIP
only) and CIPMON generic processes for the first time or after they have been stopped by an SCF
ABORT command to the Kernel subsystem. Because CIPMAN, CIPSAM and CIPMON are configured
as persistent processes, the persistence manager restarts them whenever the system is reloaded or
whenever an SCF STOP or ABORT command is issued to the CIP subsystem rather than to the
Kernel subsystem.
Starting CIP on the NonStop Host System
The CIP manager, monitor, and socket access method (SAM) (IP CIP only) processes are persistent
and are restarted by the persistence manager unless you set the AUTORESTART parameter to 0
(zero) and the STARTMODE parameter to MANUAL in SCF ADD command to the Kernel subsystem.
See “Managing Persistence on the NonStop Host System” (page 114) for more information about
managing persistence. The commands used for a typical configuration of the CIPMAN, CIPSAM
(IP CIP only), and CIPMON processes are:
1. On the NonStop host system, add the CIPMAN process to the system configuration database
by using SCF to the Kernel subsystem:
> ADD PROCESS $ZZKRN.#ZZCIP, AUTORESTART 10, PRIMARYCPU 0, &
BACKUPCPU 1, NAME $ZZCIP, PROGRAM $SYSTEM.SYSTEM.CIPMAN, &
HOMETERM $ZHOME, STARTMODE SYSTEM, STOPMODE SYSMSG, &
STARTUPMSG <BCKP-CPU>
100 CIP Configuration and Management