COMPONENT_TYPE - UPIMERGE configuration option

Description

The COMPONENT_TYPE option notifies UPIMERGE that SOURCE_FILE is a component definition file that contains settings for the specified Universal server component.

UPIMERGE uses this value together with the INSTALLATION_DIRECTORY value to set options in a component definition file that depend on the Universal Agent server component's installed location.

Although COMPONENT_TYPE is not required to merge component definition files, using it ensures that UPIMERGE executes any custom merge logic necessary for a particular component's definition file.

Note

You cannot use COMPONENT_TYPE with the CONFIGURATION_TYPE option. UPIMERGE ignores COMPONENT_TYPE if the INSTALLATION_DIRECTORY is omitted.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-comptype type

(tick)

(tick)

Environment Variable

UIMCOMPTYPE=type

(tick)

(tick)

Values

type identifies a Universal Agent server component.

Valid values for type, and the Universal Agent server component that each value represents, are:

oms

Universal Message Service Server

uac

Universal Application Container Server

uag

Universal Automation Center Agent

ucmd

Universal Command Server

uctl

Universal Control Server

udm

Universal Data Mover Server

uemd

Universal Event Monitor Server (demand-driven)

uems

Universal Event Monitor Server (event-driven)

There is no default.