gtpo1mc5Operations

ZOLDR ACTIVATE-Activate a Loadset

Use this command to activate a loadset on a specific processor or on all processors. When new entry control blocks (ECBs) are created, they use the programs contained in the activated loadset.

Requirements and Restrictions

None.

Format




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

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

Notes:

  1. If a processor is not currently active or if it is running with a different program base, the programs in the loadset are not used by that processor until you perform an initial program load (IPL) using the same program base as the processor from which the ZOLDR ACTIVATE command was entered.

  2. This parameter is ignored on systems that were not generated for a shared data processing system (SDPS).

SEL
selectively activates the loadset. Selective activation allows you to control which ECBs have access to the loadset. For more information about selective activation, see TPF System Installation Support Reference.

Additional Information

Examples

The CAPRES loadset is activated in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR ACTIVATE CAPRES                                                                |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - ACTIVATE REQUEST RECEIVED                                  |
|        OLDR2036I 19.39.59 ACTIVATE OF LOADSET CAPRES SCHEDULED                              |
|         FOR CPU B                                                                           |
|        OLDR2015I 19.39.59  CEL2 - LOADSET CAPRES ASSIGNED ACTIVATION NUMBER 14 ON CPU B     |
|        OLDR2043I 19.39.59 ACTIVATE OF LOADSET CAPRES COMPLETED                              |
|         FOR CPU B  AS REQUESTED BY CPU B                                                    |
+---------------------------------------------------------------------------------------------+

The TEST1 loadset is selectively activated in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR ACT TEST1 SEL                                                                  |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - ACTIVATE REQUEST RECEIVED                                  |
|        OLDR2037I 19.39.59 SELECTIVE ACTIVATE OF LOADSET TEST1 SCHEDULED FOR CPU B           |
|        OLDR2037I 19.39.59 SELECTIVE ACTIVATE OF LOADSET TEST1 SCHEDULED FOR CPU C           |
|        OLDR2015I 19.39.59 LOADSET TEST1 ASSIGNED ACTIVATION NUMBER 1 ON CPU B               |
|        OLDR2044I 19.39.59 SELECTIVE ACTIVATE OF LOADSET TEST1 COMPLETED                     |
|         FOR CPU B AS REQUESTED BY CPU B                                                     |
|        OLDR2044I 19.39.59 SELECTIVE ACTIVATE OF LOADSET TEST1 COMPLETED                     |
|         FOR CPU C AS REQUESTED BY CPU B                                                     |
+---------------------------------------------------------------------------------------------+

The LOADSTOP loadset is activated on CPU Z from CPU Z in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR ACT LOADSTOP Z                                                                 |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - ACTIVATE REQUEST RECEIVED                                  |
|        OLDR2036I 19.39.59 ACTIVATE OF LOADSET LOADSTOP SCHEDULED                            |
|         FOR CPU Z                                                                           |
|        OLDR2015I 19.39.59 CEL2 - LOADSET LOADSTOP ASSIGNED ACTIVATION NUMBER 37 ON CPU Z    |
|        OLDR2043I 19.39.59 ACTIVATE OF LOADSET LOADSTOP COMPLETED                            |
|         FOR CPU Z  AS REQUESTED BY CPU Z                                                    |
+---------------------------------------------------------------------------------------------+

Related Information

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