Install Remote Product (INSRMTPRD)

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:

  1. This command is shipped with public *EXCLUDE authority.
  2. To run this command, you must have the authority necessary to use the Add Product Change Request Activity (ADDPRDCRQA) command.
  3. If a NODL value is specified, the node list can only contain entries that have a value of *SNA for the address type.
  4. The Managed System Services licensed product and the i5/OS licensed product cannot be specified.
Top

Parameters

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

Product ID (PRDID)

Specifies the 7-character identifier of the product to be installed.

product-ID
Specify the 7-character product ID that is installed.
Top

Release level (RLS)

Specifies which version, release, and modification level of the product is used.

The possible values are:

*ONLY
The release level is determined by searching the system for a product definition for the given product ID. The release level is taken from the product definition. This value is not valid if more than one product definition exists for the same product ID.
version-release-modification
Specify the release level in the format VxRxMy, where Vx is the version number, and My is the modification number. Valid values for x are the numbers 0 through 9. Valid values for y are the numbers 0 through 9 and the letters A through Z.
Top

Product option (OPTION)

Specifies which of the optional parts of the product given in the PRDID parameter are used.

The possible values are:

*BASE
Only the base part of the product is used.
product-option-number
Specify the option number for the product load being saved. Valid values range from 1 through 99.
Top

Product load type (LODTYPE)

Specifies the product load objects being used.

The possible values are:

*ALL
Code and language objects specified on the LODID parameter are used.
*CODE
The object associated with this product load are used.
*LNG
The objects associated with the national language version (NLV) identified on the LODID parameter are used.
Top

Load ID (LODID)

Specifies the load identifier used.

The possible values are:

*ALL
All languages for this product option are saved.
*CODE
The code load is used.
product-load-ID
Specify when LODTYPE(*LNG) or LODTYPE(*ALL) is specified, the load ID must be one of the valid IBM national language versions and be specified in the form 29xx, where xx is any value from zero through 9.
Top

Target release (TGTRLS)

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:

*CURRENT
The object is used on the release of the operating system currently running on your system. If V5R4M0 is running on your system, *CURRENT means that you intend to use the object on a system with V5R4M0 installed. The object can also be used on a system with any later release of the operating system installed.
*PRV
The object is intended for a system that is at the previous release level compared to the local system.

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.

release-level
Specify the release level in the VxRxMx format. The object is used on a system with the specified release or with any later release of the operating system installed.

Valid values depend on the current version, release, and modification level and they change with each new release.

Top

Managed systems node list (NODL)

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:

*NONE
The systems on which this activity is to be performed are not identified by a node list. Individual control point names must be specified.

The possible library values are:

*LIBL
All of the libraries in the user and system portions of the job's library list are searched for the node list object.
*CURLIB
The current library for the job is used to locate the node list object.
library-name
Specify the name of the library to be searched.

The possible node list name value is:

node-list-name
Specify the node list object name containing the list of systems on which the activity is to be performed.
Top

Managed system node names (CPNAME)

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.

*NONE
The systems on which this activity is performed are not identified individually. A node list must be specified.

The possible network identifier values are:

*NETATR
The network ID of the local system is used. This is useful when the node being specified is in the same network as the local system.
network-identifier
Specify the APPN network identifier of the managed system on which the activity is to be performed.

The possible control point name value is:

control-point-name
Specify the APPN control point name of the managed system on which the activity is to be performed.
Top

Keep catalog entry (KEEPCLGE)

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:

*NO
The catalog entry and associated save file are not kept.
*YES
The catalog entry and associated save file are kept.
Top

Examples

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

Error messages

None

Top