Smart Plug-in for WebLogic Server User's Guide
2-14
Chapter 2: Installing & Configuring the WebLogic Server SPI
How to Install & Configure WLS-SPI
SERVER<n>_PORT
Enter the port the WebLogic server listens on.
Example:
SERVER1_PORT = 7001
WL_USER
Enter the system username for starting and stopping
WebLogic Server from the OVO Application Bank.
The default is the username under which the OVO
agent runs.
Example:
WL_USER = weblogic
SERVER<number>_START_CMD
Enter a fully qualified system command that starts
WebLogic Server from the OVO Application Bank
application Start WebLogic. This command is run
by WL_USER (defined above) and must be included
in order for the Start WebLogic application to work.
NOTE: This command must exit; that is, the
WebLogic Server process must run in the
background or as a service, and it must be protected
from its parent process dying.
Example:
SERVER1_START_CMD =
/sbin/init.d/weblogic start
SERVER<number>_STOP_CMD
Enter a fully qualified system command that stops
WebLogic Server. This command is run from the
OVO Application Bank application Stop WebLogic
and is run by WL_USER (defined above) and must
be included in order for the Stop WebLogic
application to work.
Example:
SERVER1_STOP_CMD =
/sbin/init.d/weblogic stop
SERVER<number>_LOGIN
Entera WebLogicServer-defined user (not a system
user) that will be used to monitor the WebLogic
Server. If not specified, the default user is guest.
Example:
SERVER1_USER = janedoe
SERVER<number>_PASSWORD
EnterthepasswordfortheSERVER<n>_USER.If
SERVER<n>_USER is not specified, user guest
with no password is assumed.
Example:
SERVER1_PASSWORD = janedoe123
SERVER<number>_VERSION
Enter the version number if using WebLogic 5.1. If
omitted, WebLogic Server SPI assumes the version
to be 6 or higher. You may specify the major version
(5) or the full version (5.1).
Example:
SERVER1_VERSION = 5
GRAPH_SERVER
Enter the name of the Windows system where
Performance Manager (for graphing) is installed.
Example:
GRAPH_SERVER = graphserv