1-50 Oracle Fusion Middleware Quick Installation Guide for Oracle Enterprise Content Management Suite
This script requires that you specify a server name, such as one of these:
■
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 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. For example, the following script would start an Oracle IPM Managed Server on
a UNIX operating system: cd MW_HOMEuser_projectsdomainsbase_domain
binstartManagedWebLogic.sh IPM_server1 http:localhost:8001 The following script would start an Oracle IRM Managed Server on a Windows
operating system: MW_HOME
\user_projects\domains\base_domain \bin\startManagedWebLogic.cmd IRM_server1
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.
The names of the Managed Servers are in the startManagedWebLogic_ readme.txt file. To view the server names on a UNIX operating system, run this
script:
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
For information about stopping or starting a Managed Server with Oracle Enterprise Manager Fusion Middleware Control, see Starting and Stopping Managed Servers
Using Fusion Middleware Control in Oracle Fusion Middleware Administrators Guide.
1.15 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 Oracle WebLogic Server
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 Oracle Content Server in Oracle Fusion Middleware System Administrators Guide for Oracle Content Server.
Installing and Configuring Oracle Enterprise Content Management Suite 1-51
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
1.16 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 Oracle WebLogic Server
Administration Console or the command line. Node Manager can also automatically restart a Managed Server after an unexpected failure.
If you configured an Oracle URM Managed Server, before you start Node Manager, be sure to complete the Oracle URM setup checklist, described in
Section 1.13, Completing the Oracle URM Configuration.
To start Node Manager: 1.
Start Node Manager with the startNodeManager script.
UNIX path: WL_HOMEserverbinstartNodeManager.sh
Windows path: 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.
1-52 Oracle Fusion Middleware Quick 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.
1.17 Verifying the Installation and Configuration