3 Getting Started Managing Oracle Fusion Middleware
3.1 Setting Up Environment Variables
3
Getting Started Managing Oracle Fusion Middleware
When you install Oracle Fusion Middleware, you install the binary files, such as executable files, jar files, and libraries. Then, you use configuration tools to configure the software. This chapter provides information you need to get started managing Oracle Fusion Middleware, including information about the tools you use.
This chapter includes the following topics:
■ Setting Up Environment Variables
■ Overview of Oracle Fusion Middleware Administration Tools
■ Getting Started Using Oracle Enterprise Manager Fusion Middleware Control
■ Getting Started Using Oracle WebLogic Server Administration Console
■ Getting Started Using Command-Line Tools
■ Getting Started Using the Fusion Middleware Control MBean Browsers
■ Managing Components
■ Changing the Administrative User Password
■ Basic Tasks for Configuring and Managing Oracle Fusion Middleware
3.1 Setting Up Environment Variables
When you installed Oracle Fusion Middleware, you were logged in to your operating system as a particular user. You should always log in as this user to manage your installation because this user has permission to view and modify the files in your installation's Oracle home.
To use Oracle Fusion Middleware, you must set environment variables as shown in the following tables:
■ Table 3–1, " Environment Variables for Linux and UNIX"
■ Table 3–2, " Environment Variables for Windows"
Table 3–1 Environment Variables for Linux and UNIX
Environment Variable Value
DISPLAY hostname:display_number.screen_number
Very few tools, such as oidadmin, require the DISPLAY variable.
Setting Up Environment Variables
3-2 Oracle Fusion Middleware Administrator's Guide
Table 3–2 shows the environment variables for Windows.
LD_LIBRARY_PATH On Solaris, ensure that the value contains the following directory:
$ORACLE_HOME/lib32
On Linux and HP-UX, ensure that the value contains the following directory:
$ORACLE_HOME/lib
On IBM AIX, ensure that this environment variable is not set.
(IBM AIX only) LIBPATH
If the calling application is a 32-bit application, ensure that the value contains the following directory:
$ORACLE_HOME/lib32
If the calling application is a 64-bit application, ensure that the value contains the following directory:
$ORACLE_HOME/lib (Solaris only)
LD_LIBRARY_PATH_64
Ensure that the value contains the following directory:
$ORACLE_HOME/lib (HP-UX only)
SHLIB_PATH
Ensure that the value contains the following directory:
$ORACLE_HOME/lib32
MW_HOME Set the value to the full path of the installation's Middleware home.
Do not use a trailing slash in the definition. The following example shows the full path:
/scratch/Oracle/Middleware
ORACLE_HOME Setting this is useful if you are working with just one Oracle home.
Set to the full path of the Oracle home. Do not use a trailing slash in the definition. The following example shows the full path:
/scratch/Oracle/Middleware/ORACLE_HOME_SOA1
ORACLE_INSTANCE Optional. Setting this is useful if you have only one Oracle instance in your environment or if you are working with just that one instance. Set to the full path of an Oracle instance. Do not use a trailing slash in the definition. The following example shows the full path of a Web Tier installation:
/scratch/Oracle/Middleware/WebTier/instances/instance1 PATH Ensure that the value contains the following directories, which
contains basic commands used by all installations:
$ORACLE_COMMON_HOME/bin
$ORACLE_COMMON_HOME/common/bin
When you start to work with specific components, you may want to add additional directories to your path, as recommended by the component documentation.
JAVA_HOME Ensure that the value contains the following directory:
MW_HOME/jdkn
CLASSPATH Ensure that the value contains the following directories:
$ORACLE_HOME/lib:MW_HOME/jdkn/lib Table 3–1 (Cont.) Environment Variables for Linux and UNIX Environment Variable Value
Setting Up Environment Variables
Best Practices for Multiple Installations on a UNIX Host
If you have multiple installations of Oracle Fusion Middleware on a UNIX host, it is very important to completely set your environment when managing a particular installation.
Some Oracle Fusion Middleware commands use the MW_HOME and ORACLE_
HOME environment variables to determine which installation to operate on, and some use the directory location of the command. It is, therefore, not sufficient to simply reset your environment variables or change directories to a different Oracle home as you move between installations. You must fully change to the new installation as follows:
1. Log in as the user who installed Oracle Fusion Middleware.
On UNIX hosts, you may also use the su command to switch to the user, but be sure to use the dash (-) option so that your environment is set the same as it would have been had you actually logged in as that user. For example:
su - user
2. Set the correct environment variables for the installation, as described in Table 3–1.
3. Execute commands in the Middleware home and Oracle home of the correct installation.
Multiple Installations by the Same User If you installed multiple installations as the same user, ensure that you are in the correct Middleware home and Oracle home and Table 3–2 Environment Variables for Windows
Environment Variable Value
MW_HOME Set the value to the full path of the installation's Middleware home.
Do not use a trailing backslash in the definition. The following example shows the full path:
C:\oracle\Middleware
ORACLE_HOME Setting this is useful if you are working with just one Oracle home.
Set the value to the full path of the Oracle home. Do not use a trailing backslash in the definition. The following example shows the full path:
C:\oracle\Middleware\ORACLE_SOA1
ORACLE_INSTANCE Optional. Setting this is useful if you have only one Oracle instance in your environment or if you are working with just that one instance. Set the value to the full path of an Oracle instance. Do not use a trailing backslash in the definition. The following example shows the full path of a Web Tier installation:
C:\oracle\Middleware\WebTier\instances\instance1 PATH Ensure that the value contains the following directory, which
contains basic commands used by all installations:
ORACLE_COMMON_HOME\bin ORACLE_COMMON_HOME\common\bin
JAVA_HOME Ensure that the value contains the following directory:
MW_HOME\jdkn
CLASSPATH Ensure that the value contains the following directories:
ORACLE_HOME\lib:MW_HOME\jdkn\lib
TEMP Set the value to your temp directory, for example, C:\temp.
TMP Set the value to your temp directory, for example, C:\temp.
Overview of Oracle Fusion Middleware Administration Tools
3-4 Oracle Fusion Middleware Administrator's Guide
have the correct environment variables set when working on a particular installation.
You may want to set up some scripts to make it easy to change from one installation to another.