Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Retrieve Product (RTVPRD) command provides the capability to retrieve a product, packaged with the iSeries product packaging support, from a managed system.
Note:
A change request is automatically submitted which can be viewed to determine the status of this command. A message is returned identifying the name of the change request.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PRDID | Product ID | Character value | Required, Positional 1 |
RLS | Release level | Character value, *ONLY | Optional |
OPTION | Product option | 1-99, *BASE | Optional |
LODTYPE | Product load type | *ALL, *CODE, *LNG | Optional |
LODID | Load ID | 2900-2999, *ALL, *CODE | Optional |
TGTRLS | Target release | *CURRENT, *PRV, V5R2M0, V5R3M0, V5R4M0 | Optional |
CPNAME | Managed system node names | Element list | Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point | Communications name |
Top |
Specifies the 7-character identifier of the product to be retrieved.
Top |
Specifies which version, release, and modification level of the product is used.
The possible values are:
Top |
Specifies which of the optional parts of the product given in the PRDID parameter are used.
The possible values are:
Top |
Specifies the product load objects being used.
The possible values are:
Top |
Specifies the load identifier used.
The possible values are:
Top |
Specifies the release of the operating system on which you intend to use the object. This parameter is ignored for objects with global names that are in the SystemView distribution repository or for actions other than send or retrieve.
Note: Modification levels are not supported. To specify a previous release with a modification level other than 0, such as V5R3M4, specify the value for the release rather than the special value *PRV.
Valid values depend on the current version, release, and modification level, and they change with each new release.
Top |
Specifies the APPN control point names of the managed systems on which this activity is to be performed. Control point names cannot be specified if the node list (NODL) is specified.
The possible values are:
The possible control point name value is:
Top |
Example 1: Retrieving the Program and Language Parts
RTVPRD PRDID(1ACCOUN) RLS(V5R2M0) OPTION(*BASE) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS1))
This command retrieves the program and language parts for the base option of product 1ACCOUN with release V5R2M0 from iSeries server SYS1.
Example 2: Retrieving an Option
RTVPRD PRDID(1CHECKS) RLS(V5R2M0) OPTION(10) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS2))
This command retrieves the option 10 of the 1CHECKS product, release V5R2M0, for both the program and the language parts from the iSeries server SYS2.
Top |
None
Top |