Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Install Remote Product (INSRMTPRD) command provides the capability to install a product, packaged using the IBM System Manager for i5/OS licensed program, 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:
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 | ||
KEEPCLGE | Keep catalog entry | *NO, *YES | Optional |
Top |
Specifies the 7-character identifier of the product to be installed.
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.
The possible values are:
Note: Modification levels are not supported. To specify the 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 that the node list parameter is the object name that contains a list of systems which are the destinations for the activity. It cannot be specified if control point name (CPNAME) parameter is also specified.
The possible values are:
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 activity is to be performed. Control point names cannot be specified if a node list is specified. If ACTION(*RTV) is used, only one control point name can be specified.
The possible network identifier values are:
The possible control point name value is:
Top |
Specifies if the distribution catalog entry and its associated save file corresponding to the product is kept on the specified system.
The possible values are:
Top |
Example 1: Installing a Product
INSRMTPRD PRDID(1ACCOUN) RLS(V5R2M0) OPTION(*BASE) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS1))
This command installs 1ACCOUN product with the release V5R2M0 of the base option for both the program and the language parts on the iSeries SYS1.
Example 2: Installing an Option
INSRMTPRD PRDID(1CHECKS) RLS(V5R2M0) OPTION(10) LODTYPE(*ALL) LODID(*ALL) CPNAME((*NETATR SYS2))
This command installs option 10 of the 1CHECKS product, release V5R2M0, for both the program and the language parts on the iSeries SYS2.
Top |
None
Top |