CONTENTS   NextPrevious  



R3Startup Manager

This manager controls the processes of the servers started by the R3Startup Service, and connects and communicates with the SAP Web Application Server. It runs on both dispatcher and server nodes of the cluster. The manager that runs on the dispatcher node takes the dispatcher’s process ID and sets it to be system property. It also establishes a connection to the port specified in the property files. The manager that runs on the server node logs the process ID and the server Cluster ID.

Visual Administrator

Properties

 

Dispatcher

 

Property

Description

Default Value

 

PIDsLogFileName

Specifies the filename where the process IDs are logged.

 

../../tools/r3startup/clusterpids

CONNECT_PORT

A server socket port to which the SAP Web Application Server connects. This port establishes a connection between the SAP Web Application Server and the SAP J2EE Engine cluster.

 

0

r3environment

Shows whether the cluster element is started in SAP Web Application Server environment.

 

NO

KILL_OLD_SERVER_PIDS

This property takes a boolean value that specifies if server processes that have not been terminated properly are killed.
 

YES

SAP_J2EE_Engine_Version

This property specifies SAP J2EE Engine version.

 

InfoLogFileName

Specifies the filename to which info log messages for R3Startup Manager are written.

./managers/log/r3startup/INFO.log

DebugLogFileName

Specifies the filename to which debug log messages for R3Startup Manager are written.

./managers/log/r3startup/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for R3Startup Manager are written.

./managers/log/r3startup/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for R3Startup Manager are written.

./managers/log/r3startup/WARNING.log

 

 

 

 

 

Server

 

Property

Description

Default Value

 

PIDsLogFileName

Specifies the filename where the process IDs are logged.

 

../../tools/r3startup/clusterpids

r3environment

Shows whether the cluster element is started in SAP Web Application Server environment.

 

NO

SAP_J2EE_Engine_Version

This property specifies SAP J2EE Engine version.

 

InfoLogFileName

Specifies the filename to which info log messages for R3Startup Manager are written.

./managers/log/r3startup/INFO.log

DebugLogFileName

Specifies the filename to which debug log messages for R3Startup Manager are written.

./managers/log/r3startup/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for R3Startup Manager are written.

./managers/log/r3startup/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for R3Startup Manager are written.

./managers/log/r3startup/WARNING.log

Property Files

../cluster/dispatcher/managers/settings/R3StartupManager.properties
R3Startup Manager properties specified in the Visual Administrator  section can be set from this property file as well.

../cluster/server/managers/settings/R3StartupManager.properties
R3Startup Manager properties specified in the Visual Administrator  section can be set from this property file as well.

Previous  Next