Smart Plug-in for WebLogic Server User's Guide
Chapter 2: Installing & Configuring the WebLogic Server SPI
How to Install & Configure WLS-SPI
2-13
definitions that apply to that node.
Any configuration file entry occurring more than once within the
configuration file is resolved by the last definition taking precedence
over any previous entry.
NOTE The node name specified in a node or group block must match the value
returned by the OVO variable $OPC_NODES, which usually is the fully qualified
domain name of the node.
Entries for SERVER Numbering and Variables
Each variable specified as SERVER<n>_var refers to a specific WebLogic Server
instance. When more than one WebLogic Server is running on a given managed
node, the number <n> differentiates the servers. Numbering must begin at “1”
for each managed node, with the
NUM_SERVERS variable set to the actual
number of WebLogic Servers running on the node.
Configuration file variables (keywords) are as follows:
Variable (Keyword) Value entered
WL_HOME
Enter the directory where WebLogic Server is
installed.
Example:
WL_HOME = /opt/bea/wlserver6.0sp1
JAVA_HOME
Enter the directory where Java is installed. The java
engine is expected to be
$JAVA_HOME/bin/java:
Example:
$JAVA_HOME = /opt/bea/jdk130
NUM_SERVERS
Enter the number of WebLogic servers on the
managed node.
Example:
NUM_SERVERS = 3
SERVER<n>_NAME
Enter the server name as defined in WebLogic
Server.
Example:
SERVER1_NAME = myserver