CL Command Reference - ADDLICCRQA

CL Command List > ADDLICCRQA Reference

Description:

The Add License CRQ Activity (ADDLICCRQA) command adds a license key distribution activity to a change request description that performs a license key distribution function.

The activity can be conditioned so that it will only run after one or more other activities have completed (successfully or unsuccessfully). The activity can also be scheduled to run at a date and time in the future.

Restrictions:

1. This command is shipped with public *EXCLUDE authority.

2. The user must have *CHANGE authority to the change request description object and *EXECUTE authority to the library.

3. The user adding the activity does not need to be authorized to any objects that are to be manipulated.

4. If a node list (NODL) value is specified, the node list can only contain entries that have a value of *SNA for the address type.

5. The license key information does not need to exist in the license repository when a license activity is being added to a change request, but it must exist by the time the activity runs.

Notes:

1. All conditions must be satisfied before the activity can be performed.

2. The start times indicate when the activity can be started. Actual start times may be later due to network and system delays.

3. All the existing records in the central site license repository containing the license key information for the specified product are sent to the specified managed system or systems. Only those ones that match the system serial number are added to the managed system license repository.


Examples:

Example 1: Adding an Activity to Send Licenses

ADDLICCRQA CRQD(MYLIB/CR1) ACTIVITY(ACT01) ACTION(*SND)
PRDID(1ACCOUN) LICTRM(V5R2M0) CPNAME((*NETATR SYS1))

Add an activity to send the licenses for the 1ACCOUN product, with a license term of V5R2M0, to the license repository of the iSeries server SYS1. If 1ACCOUN product is installed on the managed system, the license is also activated.



Example 2: Adding an Activity to Send the License for Product 1CHECKS with License Term V5

ADDLICCRQA CRQD(MYLIB/CR3) ACTIVITY(ACT02) ACTION(*SND)
PRDID(1CHECKS) LICTRM(V5)
STRTIME((กฏ23:00:00กฏ กฏ9/30/02กฏ)) NODL(NETLIB/ACCTSYS)

This example shows how to add an activity to send the license for product 1CHECKS with license term V5 to the systems identified in the ACCTSYS node list. Only the license keys matching the managed system serial number are added to the license repository. The license activity will be performed at 11 PM on September 30, 2002.