Starting the Administration Server

10 Verifying the Installation and Configuration 10-1 10 Verifying the Installation and Configuration This chapter explains how to verify successful installation and complete the configuration of Oracle Enterprise Content Management Suite applications, in these topics: ■ Starting the Administration Server ■ Starting Managed Servers ■ Restarting a Managed Server ■ Starting Node Manager ■ Increasing the Java Heap Size for a Managed Server ■ Verifying the Installation

10.1 Starting the Administration Server

Before you can start a Managed Server for an application, you need to start the Administration Server for the Oracle WebLogic Server domain. Note: On a Windows operating system that has User Account Control UAC enabled, you need to start the Administration Server and the 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 Administration Server, as described in the following procedure. 10-2 Oracle Fusion Middleware Installation Guide for Oracle Enterprise Content Management Suite To start the Administration Server: 1. Run the startWebLogic script from the bin directory under the domain home directory: ■ UNIX script: MW_HOMEuser_projectsdomainsDomainHomebin startWebLogic.sh [http:admin_url] ■ Windows script: MW_HOME\user_projects\domains\DomainHome \bin\startWebLogic.cmd [http:admin_url ] 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. 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. 2. For a production system, supply the Oracle WebLogic Server user name and password. Supply the values that were specified on the Configure Administrator User Name and Password screen in the configuration wizard. 3. Access the Oracle WebLogic Server Administration Console at the following URL: http:adminServerHost:adminServerPortconsole For adminServerHost, specify the name of the computer that hosts the Administration Server for your domain. For adminServerPort, specify the listen port number for the Administration Server. The default number is 7001. For example: http:myHost.example.com:7001console To log in, supply the user name and password that were specified on the Configure Administrator User Name and Password screen in the configuration wizard. Note: On a Linux operating system, the shell is going to stay open. Verifying the Installation and Configuration 10-3

10.2 Starting Managed Servers