gtpo1mc9Operations

ZOLDR DEACTIVATE-Deactivate a Loadset

Use this command to deactivate a loadset on a specific processor or on all processors. When a loadset is deactivated, no new ECBs can use the loadset. However, if an ECB exists that can use the loadset, it continues to do so until the ECB exits from the TPF system.

Requirements and Restrictions

None.

Format




lsname
is the 5- to 8-character alphanumeric name of the loadset you want to deactivate.

id
is the 1-character alphanumeric CPU ID of the processor on which you want to deactivate the loadset. If you do not specify a CPU ID or the FORCE parameter, the loadset is deactivated on all the processors in the complex where it is currently active.

FORce
immediately deactivates a loadset without checking the status of the loadset. Forced deactivation of a loadset occurs only on the processor from which this command was entered.
Note:
Deactivating a loadset without checking the status can cause unpredictable results. Therefore, it is recommended that you use the FORCE parameter only when the loadset is causing a critical situation and previous attempts to deactivate the loadset without specifying the FORCE parameter failed.

EXIt
causes ECBs to exit if they attempt to enter a program in the loadset.

SERrc
causes ECBs to exit and issue a system error dump if they attempt to enter a program in the loadset.

Additional Information

Online help information is available for this command. To display the help information, enter one of the following:

ZOLDR HELP

ZOLDR ?

Examples

The HOTEL1 loadset is deactivated on every processor in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR DEACTIVATE HOTEL1                                                              |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - DEACTIVATE REQUEST RECEIVED                                |
|        OLDR2038I 19.39.59 DEACTIVATE OF LOADSET HOTEL1 SCHEDULED                            |
|         FOR CPU B                                                                           |
|        OLDR2038I 19.39.59 DEACTIVATE OF LOADSET HOTEL1 SCHEDULED                            |
|         FOR CPU C                                                                           |
|        OLDR2038I 19.39.59 DEACTIVATE OF LOADSET HOTEL1 SCHEDULED                            |
|         FOR CPU Z                                                                           |
|        OLDR1058I 19.39.59 CLE4 - DEACTIVATE LOADSET HOTEL1 FOR CPU B COMPLETED AS REQUESTED |
|        BY CPU B                                                                             |
|        OLDR1058I 19.39.59 CLE4 - DEACTIVATE LOADSET HOTEL1 FOR CPU C COMPLETED AS REQUESTED |
|        BY CPU C                                                                             |
|        OLDR1058I 19.39.59 CLE4 - DEACTIVATE LOADSET HOTEL1 FOR CPU Z COMPLETED AS REQUESTED |
|        BY CPU Z                                                                             |
+---------------------------------------------------------------------------------------------+

The APPL201 loadset is deactivated on CPU B in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR DEAC APPL201 B                                                                 |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - DEACTIVATE REQUEST RECEIVED                                |
|        OLDR2038I 19.39.59 DEACTIVATE OF LOADSET APPL201 SCHEDULED                           |
|         FOR CPU B                                                                           |
|        OLDR1058I 19.39.59 CLE4 - DEACTIVATE LOADSET APPL201 FOR CPU B COMPLETED AS REQUESTED|
|        BY CPU B                                                                             |
+---------------------------------------------------------------------------------------------+

In the following example, the APPL201 loadset is deactivated on CPU B. ECBs using programs in the APPL201 loadset exit when they attempt to enter the programs in the loadset.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR DEAC APPL201 B EXIT                                                            |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - DEACTIVATE REQUEST RECEIVED                                |
|        OLDR2039I 19.39.59 DEACTIVATE EXIT OF LOADSET APPL201 SCHEDULED                      |
|         FOR CPU B                                                                           |
|        OLDR1058I 19.39.59 CLE4 - DEACTIVATE LOADSET APPL201 FOR CPU B COMPLETED AS REQUESTED|
|        BY CPU B                                                                             |
+---------------------------------------------------------------------------------------------+

The BETATEST loadset is deactivated without checking the status of the loadset in the following example.

+--------------------------------------------------------------------------------+
|User:   ZOLDR DEACT BETATEST FORCE                                              |
|                                                                                |
|System: OLDR1016I 19.39.59 CELA - DEACTIVATE REQUEST RECEIVED                   |
|        OLDR1057I 19.39.59 COLA - DEACTIVATE LOADSET BETATEST FOR CPU B COMPLETE|
+--------------------------------------------------------------------------------+

Related Information

See TPF System Installation Support Reference for more information about the E-type loader.