Restarting a Managed Server Starting Node Manager

Verifying the Installation and Configuration 10-5

10.3 Restarting a Managed Server

Before changes to the configuration of a Managed Server can take effect, you need to restart it. You can restart a Managed Server with the Administration Console, shutdown and startup scripts, or Fusion Middleware Control. The following example shows how to restart a Managed Server with the stopManagedWebLogic and startManagedWebLogic scripts. For more information, see Restarting Content Server in Oracle Fusion Middleware System Administrators Guide for Oracle Content Server. To restart a Managed Server with scripts on the command line: 1. Stop the Managed Server with the stopManagedWebLogic script. ■ UNIX script: DomainHome binstopManagedWebLogic.sh UCM_server1 ■ Windows script: DomainHome \bin\stopManagedWebLogic.cmd UCM_server1 2. Stop the Administration Server with the stopWebLogic script. ■ UNIX script: DomainHomebinstopWebLogic.sh ■ Windows script: DomainHome\bin\stopWebLogic.cmd 3. Start the Administration Server with the startWebLogic script. ■ UNIX script: DomainHomebinstartWebLogic.sh ■ Windows script: DomainHome\bin\startWebLogic.cmd 4. Start the Managed Server with the startManagedWebLogic script. ■ UNIX script: DomainHome binstartManagedWebLogic.sh UCM_server1 ■ Windows script: DomainHome \bin\startManagedWebLogic.cmd UCM_server1

10.4 Starting Node Manager

Starting Node Manager on a machine that hosts one or more Managed Servers enables you to start and stop the Managed Servers remotely using the Administration Console or the command line. Node Manager can also automatically restart a Managed Server after an unexpected failure. Before you start Node Manager, be sure to complete the Oracle URM setup checklist, described in Section 9.1, Completing the Oracle URM Configuration. To start Node Manager: 1. Start Node Manager with the startNodeManager script. UNIX script: WL_HOMEserverbinstartNodeManager.sh Windows script: WL_HOME\server\bin\startNodeManager.cmd 2. Edit the nodemanager.properties file to change the entry StartScriptEnabled=false to StartScriptEnabled=true. 3. Restart Node Manager. 10-6 Oracle Fusion Middleware Installation Guide for Oracle Enterprise Content Management Suite For more information about Node Manager, see Oracle Fusion Middleware Node Manager Administrators Guide for Oracle WebLogic Server.

10.5 Increasing the Java Heap Size for a Managed Server