Expand Content Management, then Universal Content Management, then Select the Oracle Content Server instance name for example, Oracle Content From the UCM menu on the Oracle Content Server page, select Control, then Shut Confirm that the Oracle Content Se

3-6 Oracle Fusion Middleware System Administrators Guide for Oracle Content Server To Restart Oracle Content Server with Scripts: Run the script to stop the Oracle WebLogic Server Managed Server with Oracle UCM in this example, named UCM_server1. Next, only if necessary, run the script to stop the Oracle WebLogic Server Administration Server. When the server or servers have stopped, if appropriate run the script to start the Oracle WebLogic Server Administration Server, and finally run the script to start the Oracle WebLogic Server Managed Server with Oracle UCM. Windows script: MW_HOME \user_projects\domains\DOMAIN_HOME\bin\stopManagedWeblogic.sh UCM_server1 MW_HOME \user_projects\domains\DOMAIN_HOME\bin\stopWeblogic.sh MW_HOME \user_projects\domains\DOMAIN_HOME\bin\startWeblogic.sh MW_HOME \user_projects\domains\DOMAIN_HOME\bin\startManagedWeblogic.sh UCM_server1 UNIX script: MW_HOME user_projectsdomainsDOMAIN_HOMEbinstopManagedWeblogic.sh UCM_server1 MW_HOME user_projectsdomainsDOMAIN_HOMEbinstopWeblogic.sh MW_HOME user_projectsdomainsDOMAIN_HOMEbinstartWeblogic.sh MW_HOME user_projectsdomainsDOMAIN_HOMEbinstartManagedWeblogic.sh UCM_server1 For more information on scripts, see Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

3.1.3.3 Restarting Oracle Content Server with Fusion Middleware Control

Oracle Enterprise Manager Fusion Middleware Control can be used by administrators to manage multiple domains, including an Oracle WebLogic Server domain running an Oracle Content Server instance. This method of stopping and starting the Oracle Content Server instance also provides access to information about the Oracle UCM domain in which the Oracle Content Server instance is deployed. To restart Oracle Content Server with Fusion Middleware Control: 1. In the navigation tree, expand the appropriate domain name for example, UCM_ ucm_domain.

2. Expand Content Management, then Universal Content Management, then

Content Server .

3. Select the Oracle Content Server instance name for example, Oracle Content

Server UCM_server1. The home page for your Oracle Content Server instance displays.

4. From the UCM menu on the Oracle Content Server page, select Control, then Shut

Down... .

5. Confirm that the Oracle Content Server instance is shut down.

Caution: These script commands control the Oracle WebLogic Server Managed Server that includes the Oracle UCM server for the Oracle Content Server, and the Oracle WebLogic Server Administration Server, which includes the Administration Console. If you do not want to start or stop the Oracle WebLogic Server Administration Server, then use another method to restart the Oracle Content Server instance. Managing System Processes 3-7

6. From the UCM menu on the Oracle Content Server page, select Control, then

Start . The Oracle Content Server instance is started. For more information, see Starting and Stopping Oracle WebLogic Server Instances in Oracle Fusion Middleware Administrators Guide.

3.2 Accessing Oracle Content Server With a Browser

To access a running Oracle Content Server instance, start a web browser and enter the following URL: http:managedServerHost:managedServerPortcs For managedServerHost, specify the name of the computer that hosts the Oracle WebLogic Server Managed Server for the Oracle Universal Content Management Oracle UCM domain where the Oracle Content Server instance is installed. For managedServerPort , specify the listen port number for the Oracle WebLogic Server Managed Server for the Oracle UCM domain where the Oracle Content Server instance is installed. Log in with the administrator user name and password for Oracle WebLogic Server. The default port number for Oracle UCM with the Oracle Content Server instance is 16200. For example: http:myHost.example.com:16200cs

3.3 Managing Oracle Content Server With the Admin Server

This section includes the following topics: ■ Section 3.3.1, About the Admin Server ■ Section 3.3.2, Viewing Server Output

3.3.1 About the Admin Server

The Oracle Content Server Admin Server is a collection of web pages that enable you to configure system-wide settings for the Oracle Content Server instance. If you use the Admin Server, keep the following restrictions in mind: ■ You must be logged in as the system administrator or a user with the sysmanager role to access the Admin Server. ■ To administer the Oracle Content Server instance with the Admin Server, the instance must be accessible on the local file system. The drive on which any remote instance is installed must be mapped or mounted to the local drive. ■ The Admin Server must run on the same file system as the Oracle Content Server instance that it administrates. ■ Previous to 11g Release 1 11.1.1, the Admin Server could be used to start, stop, and restart the Oracle Content Server instance. By default those functions are now managed through the Oracle WebLogic Server Administration Console or Fusion Middleware Control. See Section 3.1, Starting, Stopping, and Restarting Oracle Content Server.