Using a Windows Service to Start and Stop System Components

4-10 System Administrators Guide for Oracle Business Intelligence Enterprise Edition To start the Administration Server and all Oracle Business Intelligence Java components on Windows and UNIX: If the Administration Server is not running, then start it using the following information. Use the appropriate method for the operating system: Before you can start the Administration Server, the database that you specified during installation must be running, or JDBC errors prevent startup. ■ On Windows, use the following method: – Open an MS-DOS window and change the directory to MW_HOME\user_ projects\domains\bifoundation_domain\bin. Then, run the following command which requires the administrator user name and password: startWebLogic.cmd -start You can also stop the Java components from the MS-DOS window in which they were started, if you press Ctrl+C. ■ On UNIX, open a shell prompt and change the directory to MW_HOMEuser_ projectsdomainsbifoundation_domainbin. Then, run the following command which requires the administrator user name and password: .startWebLogic.sh To stop the Administration Server and Oracle Business Intelligence Java components on Windows and UNIX: Use the appropriate method for the operating system: ■ On Windows, use one of the following methods: – Display the Start Menu, click All Programs, Oracle WebLogic, User Projects, and bifoundation_domain. Select the Stop Admin Server for WebLogic Server Domain menu option. An MS-DOS window indicates the progress of the processing steps of stopping the Administration Server. – Open an MS-DOS window and change the directory to MW_HOME\user_ projects\domains\bifoundation_domain\bin. Then, run the following command which requires the administrator user name and password: stopWebLogic.cmd -stop You can also stop the Java components from the MS-DOS window in which they were started, if you press Ctrl+C. Caution: If you start the Administration Server from a Windows or UNIX command-line window, then do not close the window later on, or the server terminates unless the server is started as a background process from the command line. For more information, see Setting Up a WebLogic Server Instance as a Windows Service in Oracle Fusion Middleware Managing Server Startup and Shutdown for Oracle WebLogic Server. Starting and Stopping Oracle Business Intelligence 4-11 ■ On UNIX, open a shell prompt and change the directory to MW_HOMEuser_ projectsdomainsbifoundation_domainbin. Then, run the following command which requires the administrator user name and password: .stopWebLogic.sh You can also use the process termination command for the operating system in use for example, kill on UNIX. Java indicates on the console window that it is shutting down when it receives a shutdown signal.

4.8 Starting and Stopping Managed Servers on Windows and UNIX

You can start and stop Managed Servers on Windows and UNIX. The system does not include a Managed Server if the Simple Install type was selected during installation. To start Managed Servers on Windows and UNIX: Use the appropriate method for the operating system: ■ Open an MS-DOS window and change the directory to MW_HOME\user_ projects\domains\bifoundation_domain\bin. Then, run the following command which requires the administrator user name and password, for example: startManagedWebLogic.cmd bi_server1 http:administration_server_host_ name:7001 You can also stop the Java components from the MS-DOS window in which they were started, if you press Ctrl+C. ■ On UNIX, open a shell prompt and change the directory to MW_HOMEuser_ projectsdomainsbifoundation_domainbin. Then, run the following command which requires the administrator user name and password, for example: .startManagedWebLogic.sh bi_server1 http:administration_server_host_ name:7001 To stop Managed Servers on Windows and UNIX: Use the appropriate method for the operating system: ■ On Windows, open an MS-DOS window and change the directory to MW_ HOME\user_projects\domains\bifoundation_domain\bin. Then, run the following command which requires the administrator user name and password, for example: stopManagedWebLogic.cmd bi_server1 http:administration_server_host_ name:7001 Caution: If you start Managed Servers from a Windows or UNIX command-line window, then do not close the window later on, or the server terminates. For more information, see Setting Up a WebLogic Server Instance as a Windows Service in Oracle Fusion Middleware Managing Server Startup and Shutdown for Oracle WebLogic Server. Do not use the startManagedWebLogic.sh script that is located in MW_HOMEwlserver_10.3commonbin because it is not supported.