Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Send Product (SNDPRD) command provides the capability to send a product, packaged with the iSeries product packaging support, from the central site system to one or more managed systems.
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:
Notes:
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 |
NODL | Managed systems node list | Element list | Optional |
Element 1: Node list |
Single values: *NONE Other values: Qualified object name |
||
Qualifier 1: Node list | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
CPNAME | Managed system node names | Single values: *NONE Other values (up to 50 repetitions): Element list |
Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point | Communications name | ||
INSTALL | Install | *NO, *YES | Optional |
KEEPCLGE | Keep catalog entry | *NO, *YES | Optional |
SNDLICKEY | Send license key | *NO, *YES | Optional |
PKGPRDDST | Package product | *NOREPLACE, *REPLACE | Optional |
Top |
Specifies the 7-character identifier of the product to be sent.
The possible value is:
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 product.
Valid values depend on the current version, release, and modification level, and they change with each new release.
Top |
Specify the node list object name that contains a list of systems which are the destinations for the request. Node list name cannot be specified if a value is specified for the control point name (CPNAME) parameter.
The possible value is:
The possible library values are:
The possible node list name value is:
Top |
Specifies the APPN control point names of the managed systems on which this request is to be performed. Control point names cannot be specified if a node list is specified.
The possible value is:
The possible values are:
The possible control point name value is:
Top |
Specifies that the product is installed on the managed system when it arrives.
The possible values are:
Top |
Specifies if the catalog entry and associated save file corresponding to the product is kept on the specified system or systems. This is only valid if INSTALL(*YES) was specified.
The possible values are:
Top |
Specifies if the license key is to be sent with the product.
The possible values are:
Top |
Specifies that the product is packaged for distribution before it is sent. This parameter specifies whether to replace the packaged product if it already exists in the distribution repository.
The possible values are:
Top |
Example 1: Sending a Product
SNDPRD PRDID(1ACCOUN) RLS(V5R2M0) OPTION(*BASE) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS1)) INSTALL(*YES) SNDLICKEY(*YES)
This command sends the 1ACCOUN product base option release V5R2M0 for both the program and the language parts, and install it on the iSeries server SYS1. The license key for this product is also sent and is added to the managed system license repository.
Example 2: Sending but Not Installing an Option
SNDPRD PRDID(1CHECKS) RLS(V5R2M0) OPTION(0010) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS2)) SNDLICKEY(*YES)
This command sends both the program and the language parts of the 1CHECKS product option 10, release V5R2M0, but does not install the product on the iSeries server SYS2. The license key for this product is also sent and is added to the managed system license repository.
Top |
None
Top |