Show TOC

Procedure documentationUsing Signals to Control the ICM / Web Dispatcher Locate this document in the navigation structure

 

You can send operating system signals to the ICM and the SAP Web Dispatcher in order to execute functions. This is useful if you want to administrate the ICM or the Web Dispatcher from a shell script. All the functions are available in the Web administation interface too.

Procedure

The following table lists the signals and their effect on the ICM / Web Dispatcher.

Signals and Their Actions

Signal

Action

SIGINT

Downloads

SIGUSR1

Reduces trace level

SIGUSR2

Increases trace level

SIGHUP

Buffers are invalidated: Host name buffer and server cache

The Web Dispatcher updates its configuration of active servers, details of groups, and URL prefixes. Either it gets the information from the message server or from a local file.

You can do the same from the context menu in the Web administration interface.

SIGHUP is not supported under Windows.

Caution Caution

These signals are valid on UNIX platforms only. Under Windows you can use sapntkill to send signals INT, USR1, USR2 to processes.

End of the caution.