NonStop S-Series Hardware Installation and FastPath Guide (G06.29+)

Creating Startup and Shutdown Files
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
13-8
Example CIIN Files
Example CIIN Files
This example CIIN file does not include a persistent CLCI TACL process.
Comment -- This is the initial command input (CIIN) file for the system.
Comment -- If CIIN is enabled in TSM and configured in your CONFTEXT
Comment -- file, the initial TACL process will read this file and
Comment -- then terminate.
Comment -- This file is used to reload the remaining processors and
Comment -- start a TACL process pair for the system console.
Comment -- Reload the remaining processors.
RELOAD /TERM $ZHOME, OUT $ZHOME/ *
Comment -- Start a TACL process pair for the system console TACL window.
Comment -- Use the TSM Low-Level Link to start a TTE session
Comment -- for the startup TACL before issuing this command (see the
Comment -- Start Terminal Emulator command under the File menu).
Comment -- These should be the last commands in this file, because
Comment -- the TACL process displays a prompt and attempts to read
Comment -- from $YMIOP.#CLCI, blocking other processes from writing to
Comment -- this device.
TACL/TERM $YMIOP.#CLCI, IN $YMIOP.#CLCI, OUT $YMIOP.#CLCI, NAME $SC0, &
PRI 199, CPU 0/1
TACL/TERM $YMIOP.#CLCI, IN $YMIOP.#CLCI, OUT $YMIOP.#CLCI, NAME $SC0, &
PRI 199, CPU 1/0
Comment -- Upon completion of this file, the initial TACL process
Comment -- terminates. You need to log on to a new TACL session
Comment -- to complete the remainder of the system startup process.
This example CIIN file shows what you would use if you had created a persistent CLCI
TACL process by configuring it as a generic process. See Section 12, Online
Configuration Tasks.
Comment -- This is the initial command input (CIIN) file for the system.
Comment -- If CIIN is enabled in TSM and configured in your CONFTEXT
Comment -- file, the initial TACL process will read this file and
Comment -- then terminate.
Comment -- This file is used to reload the remaining processors and
Comment -- start a TACL process pair for the system console.
Comment -- Reload the remaining processors.
RELOAD /TERM $ZHOME, OUT $ZHOME/ *
Comment -- Use SCF to start a persistent TACL process pair for the
Comment -- system console TACL window.
Comment -- Use the TSM Low-Level Link to start a TTE session
Caution. Situation 5 presents a security issue: the initial TACL process is left logged on to the
super ID (255,255). You must either immediately continue with the system startup process (as
described in the Results column), log on to another user ID, or log off.
Caution. If you use the following example as is, you must first create the $ZZKRN.#CLCI-
TACL process. See Making Important Processes Persistent
on page 12-5. If you do not create
the $ZZKRN.#CLCI-TACL process first, you might have no access to the system after it loads.
To recover, load the system again from another SYSnn or with CIIN disabled.