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-21
Spooler Shutdown File
Spooler Shutdown File
This example shows a TACL command file that drains the spooler.
This file can be invoked automatically from the STOPSYS file, or you can invoke it by
using the following TACL command:
> OBEY $SYSTEM.SHUTDOWN.SPLDRAIN
To maintain the integrity of the spooler environment, HP recommends that you wait
until the spooler has finished draining rather than stop any spooler processes by using
the TACL STOP command.
comment -- This is $SYSTEM.SHUTDOWN.SPLDRAIN
comment -- This file drains the spooler subsystem leaving all jobs intact.
SPOOLCOM $SPLS; SPOOLER, DRAIN
TMF Shutdown File
This example shows a TMFCOM command file that stops the Transaction
Management Facility (TMF) subsystem.
This file can be invoked automatically from the STOPSYS file, or you can invoke it by
using the following TACL command:
> TMFCOM / IN $SYSTEM.SHUTDOWN.TMFSTOP, OUT $ZHOME /
To maintain the integrity of the TMF environment, HP recommends that you wait until
all transactions have finished rather than stop any TMF processes by using the TACL
STOP command.
! comment -- This is $SYSTEM.SHUTDOWN.TMFSTOP
! comment -- This file stops any new transactions from being started,
! comment -- allows any transactions in process to finish, and then
! comment -- stops the TMF subsystem.
DISABLE BEGINTRANS; STOP TMF, WAIT ON; EXIT
Adding Super-Group User IDs
After you determine that the system is performing correctly, you can add the
super-group user IDs for your local operators and your service provider:
1. Add a super-group user ID for the local operator and for your service provider (if
you are allowing access to the system for remote support) using the TACL
ADDUSER command. Set the passwords and default characteristics for these user
IDs. Adding user IDs and setting default characteristics for user IDs is described in
the Guardian User’s Guide.
2. Ask the local operator to log on to the system and verify the passwords.