TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-219
STOP Command
•
STOP cannot stop the current TACL or its backup. Use the built-in function #STOP
instead.
Examples
1. To stop the last process you started from the current TACL, enter:
14> STOP
15>
2. If you started the process whose cpu,pin is 0,18, or if you are the super ID, you
can stop the process by entering:
14> STOP 0,18
15>
3. If you are a group manager and a member of your group started the process
named $END, or if you are the super ID, you can stop the process $END by
entering the process name or cpu,pin:
14> STOP $END 15>