START_COMMAND - UEM Component Definition option

START_COMMAND - UEM Component Definition option

Description

The START_COMMAND option specifies the full path name to the UEM Server program.

START_COMMAND also specifies whether the UEM Server is to run in demand-driven mode or event-driven mode.

  • For a demand-driven UEM Server (that is, a UEM Server whose COMPONENT_TYPE is set to uemd), the following parameter and value are required as part of this option: -demand yes.

  • For an event-driven UEM Server, (that is, a UEM Server whose COMPONENT_TYPE is set to uems), the -demand parameter must be omitted from this option.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Component Definition Keyword

start_command name -demand option

 

 

 

Values

name is the full path name of the UEM Server program.

option is the specification for whether the UEM Server is to be run in demand-driven mode or event-driven mode.

Defaults

UNIX

For a demand-driven UEM Server:
 
INSTALLDIR/universal/uemsrv/bin/uemsrv -demand yes
 
where INSTALLDIR is the primary installation directory (for example, /opt).
 
 
For an event-driven UEM Server:
 
INSTALLDIR/universal/uemsrv/bin/uemsrv
 
where INSTALLDIR is the primary installation directory (for example, /opt).

Windows

For the demand-driven UEM Server:
 
INSTALLDIR\Universal\UEMSrv\bin\uemsrv.exe -demand yes
 
where INSTALLDIR is the primary installation directory (for example, C:\Program Files).
 
 
For the event-driven UEM Server:
 
INSTALLDIR\Universal\UEMSrv\bin\uemsrv.exe
 
where INSTALLDIR is the primary installation directory (for example, C:\Program Files).

 

Note

These default values are set during product installation and should not be changed.