Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services 11g Release 1 (11.1.1) Part Number B32121-01 |
|
|
View PDF |
When a Reports instance is shut down, you can bring up the Reports components as follows.
To start Reports Servlet in an expand cluster, complete the following steps:
Start the Node Manager.
From your present working directory, run the following command:
cd $FMW_HOME/wlserver_10.3/server/bin
Set the ORACLE_HOME
environment variable to your Oracle Home directory
Set the TNS_ADMIN
environment variable to your TNS_ADMIN
directory.
Set the LD_LIBRARY_PATH
environment variable on the command line as follows:
setenv LD_LIBRARY_PATH $ORACLE_HOME/jdk/jre/lib/i386:$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$ORACLE_HOME/lib32:$ORACLE_HOME/lib:/usr/X11R6/lib:/usr/openwin/lib:
Run the following command:
./startNodeManager.sh
Start the Admin Server.
From your present working directory, run the following command:
cd $FMW_HOME/user_projects/domains/<domain_name>/bin
Run the following command to start the admin server:
./startWebLogic.sh
Start WLS_REPORTS
from the WebLogic Server Administration Console.
Log in to the WebLogic Server Administration Console. (http://host:7001/console
).
From the Domain Structure section in the left navigation pane, select Environment > Servers.The Summary of Servers screen is displayed. Click the Control tab.
Select the WLS_REPORTS check box and click Start.
From the Domain Structure section in the left navigation pane, select Deployments.
The Summary of Deployments screen is displayed.
Click Next to navigate to the screen that lists the Reports Application.
Click Start.
To start the Reports standalone server, complete the following steps:
From your present working directory, run the following command:
cd $ORACLE_INSTANCE/bin
.
Enter the following command:
opmnctl startall
All Reports components, including the Reports Standalone server, are started.