Starting Managed Servers Oracle Fusion Middleware Online Documentation Library

Verifying the Installation and Configuration 10-3

10.2 Starting Managed Servers

You can start each Managed Server in your Oracle WebLogic Server domain from the bin directory under your domain home directory: ■ UNIX path: MW_HOMEuser_projectsdomainsDomainHomebin ■ Windows path: MW_HOME\user_projects\domains\DomainHome\bin The directory path to the Middleware home MW_HOME and the name of the domain DomainHome were provided on the Specify Domain Name and Location screen in Fusion Middleware Configuration Wizard. To start a Managed Server: 1. Start the Administration Server see Section 10.1, Starting the Administration Server . 2. Run the startManagedWebLogic script: ■ UNIX script : MW_HOMEuser_projectsdomainsDomainHomebin startManagedWebLogic.sh server_name [admin_url] ■ Windows script : MW_HOME\user_projects\domains\DomainHome \bin\startManagedWebLogic.cmd server_name [admin_url] Important: ■ Before starting an Oracle IPM Managed Server and logging in for the first time, see Section 7.1, Completing the Oracle IPM Configuration, and do not start the Managed Server until you have completed the tasks before Section 7.1.2, Starting the Oracle IPM Managed Server and Accessing the Web Client. ■ Before logging in to the Oracle IRM Management Console for the first time or using Oracle IRM Desktop, see Section 8.1, Performing Postinstallation Configuration. ■ On a Windows operating system that has User Account Control UAC enabled, you need to start the Oracle WebLogic Server Administration Server and Oracle UCM Managed Server as an administrator before you can access Oracle Content Server through the web interface for Oracle UCM. Open a Command Prompt window with the Run As Administrator option right-click Command Prompt on the Start menu, or right-click the C:\windows\system32\cmd.exe file, and choose Run As Administrator. You should see Administrator in the title bar of the Command Prompt window. Then you can use this window to start the Oracle UCM Managed Server, as described in the following procedure. For information about accessing Oracle Content Server, see Section 10.6, Verifying the Installation. 10-4 Oracle Fusion Middleware Installation Guide for Oracle Enterprise Content Management Suite This script requires that you specify a server name, such as one of these names: ■ UCM_server1 Oracle Universal Content Management ■ IBR_server1 Oracle Inbound Refinery ■ IPM_server1 Oracle Imaging and Process Management ■ IRM_server1 Oracle Information Rights Management ■ URM_server1 Oracle Universal Records Management The Managed Servers names are in the startManagedWebLogic_readme.txt file. To view the server names on a UNIX operating system, issue this command: cat MW_HOMEuser_projectsdomainsdomain_namestartManagedWebLogic_readme.txt To view the server names on a Windows operating system, double-click this file: MW_HOME \user_projects\domains\domain_name\startManagedWebLogic_readme.txt The value of admin_url is the Administration Server URL. If the Administration Server does not use the default port, 7001, you need to specify a value for admin_ url , such as http:localhost:8001. You will be prompted for the Oracle WebLogic Server user name and password before the server starts. These were provided on the Configure Administrator User Name and Password screen in the configuration wizard. For example, the following script would start an Oracle IPM Managed Server on a UNIX operating system: cd MW_HOMEuser_projectsdomainsdomain_namebin .startManagedWebLogic.sh IPM_server1 http:localhost:8001 On a Windows operating system, the following script would start an Oracle IRM Managed Server on the local host: MW_HOME \user_projects\domains\domain_name\bin\ startManagedWebLogic.cmd IRM_server1 To avoid prompts for a user name and password on startup after you start a Managed Server the first time, you can create a boot.properties file in the domain-home serversserver-namesecurity directory. This file would include the following lines: username=USERNAME password=PASSWORD The boot.properties file will be encrypted the first time that the Managed Server is started. For information about stopping and starting a Managed Server with Oracle Enterprise Manager Fusion Middleware Control, see Starting and Stopping Oracle WebLogic Server Instances in Oracle Fusion Middleware Administrators Guide. Verifying the Installation and Configuration 10-5

10.3 Restarting a Managed Server