NonStop Operations Guide for H-Series and J-Series RVUs
comment -- check to see that the spooler started successfully
SPOOLCOM; SPOOLER, STATUS
TMF Warm-Start File
This example command file warm starts the TMF subsystem.
This file can be invoked automatically from the STRTSYS file, or you can invoke it by using the
following TACL command:
> TMFCOM / IN $SYSTEM.STARTUP.TMFSTART, OUT $ZHOME /
-- This is $SYSTEM.STARTUP.TMFSTART
-- This file warm starts the Transaction Management Facility (TMF) subsystem
-- and checks to see if TMF started successfully.
START TMF;ENABLE DATAVOLS *;STATUS TMF;EXIT
TCP/IP Stack Configuration and Startup File
Configuration data for NonStop TCP/IP (conventional TCP/IP) processes is not added to the
configuration database. Therefore, TCP/IP stacks must be both configured and started for each
LAN port that connects to a SWAN concentrator each time you start the system, unless you are
using NonStop TCP/IPv6 over SWAN. (If so, see the manuals that support those TCP/IP subsystems.)
You can create TACL command files to configure TCP/IP stacks on the other ports by assigning
the appropriate values the following variables in this example file:
TCP^CPU2LINE^NAMEGW^ADDR
TCP^NAMELST^NAMEHOST^NAME
TEL^NAMETCP^CPU1IP^ADDR
The NonStop TCP/IPv6 subsystems participate in the system configuration database (however, not
with the initial configuration database that is shipped with a new system).
• TCP/IP Configuration and Management Manual
• TCP/IPv6 Configuration and Management Manual
This example shows a TACL command file that configures the TCP/IP stack on $ZZLAN.L018.
?TACL MACRO
== This file is $SYSTEM.STARTUP.IPSTK1
== Adds TCPIP and related processes to $ZZLAN.L018
#FRAME
#PUSH CON^NAME, LINE^NAME, TCP^NAME, LST^NAME, TEL^NAME
#PUSH HOST^NAME, IP^ADDR, GW^ADDR, TCP^CPU1, TCP^CPU2
#SET IP^ADDR 192.231.36.099
#SET GW^ADDR 192.231.36.17
#SET CON^NAME $ZHOME
#SET LINE^NAME L018
#SET TCP^NAME $ZB018
#SET LST^NAME $ZP018
#SET TEL^NAME $ZN018
#SET HOST^NAME "Case1_L018.DevInc.com"
#SET TCP^CPU1 0
210 Creating Startup and Shutdown Files










