2-6 Oracle Fusion Middleware Third-Party Application Server Guide
■
In the above example, note that you must replace the ORACLE_HOME with the path to the Oracle home of the product you are about to configure. For
example, if you are configuring an Oracle SOA home, enter the following on a Linux system:
SOA_ORACLE_HOME commonbinwas_config.sh
3.
Follow the instructions on the screen to configure a new IBM WebSphere cell. For more information, see Creating a New Cell in Oracle Fusion Middleware
Configuration Guide for IBM WebSphere Application Server. Note the following as you advance through the Configuration Wizard:
■
Be sure to make a note of the values you enter on the Specify Cell, Profile, and Node Name Information screen. You will need these later when you are
starting and managing the cell. In particular, make note of the values you enter in the Deployment Manager Profile Name field and the Application
Server Profile Name
field.
■
When the Add Products to Cell screen appears, refer to Fusion Middleware Product Templates in the Oracle Fusion Middleware Domain Template Reference if
you have questions about what capabilities are configured when you select each template.
■
If you select a product that requires a database schema, you will be prompted for database connection information for each required schema. To fill out this
screen, use the database and schema information you noted in Section 2.3,
Task 3: Identify a Database and Install the Required Database Schemas .
■
When you are prompted for advanced options, you can click Next and use the default settings. Refer to
Section 1.3.2, Understanding the Topology of Oracle Fusion Middleware on IBM WebSphere
for information on the topologies that will be created using the default settings.
If you wish to modify the default settings for example, if you want to target the products to different servers in the cell, refer to Oracle Fusion Middleware
Configuration Guide for IBM WebSphere Application Server.
2.8 Task 8: Start the IBM WebSphere Servers
After you finish configuring the Oracle Fusion Middleware software successfully, you can start the IBM WebSphere Deployment Manager, Node, and Servers.
The following procedure shows the sequence you must use to start the deployment manager, the node, and the servers in the cell.
In the following examples, replace the names of the deployment manager and profile name with the values you entered in the Configuration Wizard in
Section 2.7, Task 7: Configure Your Oracle Fusion Middleware Components in a New IBM WebSphere
Cell :
1.
Start the Deployment Manager: Navigate to the following directory in the IBM WebSphere home and enter the
following command: On UNIX operating systems:
profilesdeployment_mgr_namebinstartManager.sh -profileName dmgr_profileName On Windows operating systems:
Installing and Configuring Oracle Fusion Middleware on IBM WebSphere 2-7
profiles\deployment_mgr_name\bin\startManager.cmd -profileName dmgr_profileName For example, on a UNIX operating system:
disk01IBMWebSphereApplicationServerprofiles Dmgr01binstartManager.sh -profileName Dmgr01
2.
Start the node: Navigate to the following directory in the IBM WebSphere home and enter the
following command: On UNIX operating systems:
profilesprofile_namebinstartNode.sh -profileName profileName On Windows operating systems:
profiles\profile_name\bin\startNode.cmd -profileName profileName For example, on a UNIX operating system:
disk01IBMWebSphereApplicationServerprofiles Custom01binstartNode.sh -profileName custom01
3.
Start the OracleAdminServer server: Navigate to the following directory in the IBM WebSphere home and enter the
following command: On UNIX operating systems:
profilesprofile_namebinstartServer.sh OracleAdminServer -profileName profileName
On Windows operating systems: profiles\profile_name\bin\startServer.cmd OracleAdminServer
-profileName profileName For example, on a UNIX operating system:
disk01IBMWebSphereApplicationServerprofiles Custom01binstartServer.sh OracleAdminSErver
-profileName Custom01
4.
If you have configured Oracle SOA Suite on IBM WebSphere, then start the Oracle SOA Suite server:
Navigate to the following directory in the IBM WebSphere home and enter the following command:
On UNIX operating systems: profilesprofile_namebinstartServer.sh soa_server1
-profileName profileName On Windows operating systems:
profiles\profile_name\bin\startServer.cmd soa_server1 -profileName profileName
For example, on a UNIX operating system: disk01IBMWebSphereApplicationServerprofiles
Custom01binstartServer.sh soa_server1
2-8 Oracle Fusion Middleware Third-Party Application Server Guide
-profileName Custom01
2.9 Task 9: Verify the Installation