Remove Workload Product Entry (RMVWLCPRDE)

The Remove Workload Product Entry (RMVWLCPRDE) command removes a product entry from a workload group. The product entry identifies the license term and feature of the product that will be limited by the number of processors defined for the workload group.

Restrictions:

Parameters

Keyword Description Choices Notes
WLCGRP Workload group Simple name Required, Positional 1
PRDID Product identifier Character value Required, Positional 2
LICTRM License term Character value, *ALL Required, Positional 3
FEATURE Feature Character value, *ALL Required, Positional 4

Workload group (WLCGRP)

Specifies the workload group from which the product entry is being removed.

This is a required parameter.

simple-name
Specify the name of the workload group. The workload group must exist on the current system or logical partition.

Product identifier (PRDID)

Specifies the seven-character product identifier of the product entry to be removed.

This is a required parameter.

character-value
Specify the product identifier.

License term (LICTRM)

Specifies the license term of the product entry to be removed.

This is a required parameter.

*ALL
All product entries for the specified product are to be removed regardless of the license term specified in the product entry.
character-value
The license term can be passed as one of the following two formats:

Specify the license term in Vx, VxRy, or VxRyMz format, where x and y can be a number from 0 through 9, and z can be a number 0 through 9 or a letter A through Z.

Specify the license term in vv, vvrr, or vvrrmm format, where vv and rr can be a number from 00 through 35, and mm can be a number 00 through 09 or a letter 0A through 0Z. This format must be used if the version or release of the product is greater than 9.

Feature (FEATURE)

Specifies the feature number of the product entry to be removed.

This is a required parameter.

*ALL
All product entries for the specified product and license term are to be removed regardless of the feature number.
5001-9999
Specify the product feature number of the product entry to be removed.

Examples

Example 1: Remove a Specific Product Entry

RMVWLCPRDE  WLCGRP(MYGROUP)  PRDID(1MYPROD)
            LICTRM(V1R2M0)  FEATURE(5001)

This command removes the product entry from workload group MYGROUP that has product identifier 1MYPROD, license term V1R2M0 and feature number 5001.

Example 2: Remove All Product Entries for a Product

RMVWLCPRDE   WLCGRP(GROUP2)  PRDID(1234ABC)
             LICTRM(*ALL)  FEATURE(*ALL)

This command removes one or more product entries from workload group GROUP2. All product entries will be removed for each product with identifier 1234ABC regardless of the installed releases or features of the product.

Error messages

*ESCAPE Messages

CPF102A
Workload group &1 not found.
CPF9E34
Product entry not removed from workload group &4.
CPF9E6E
Product identifier &1 not valid.