Top Banner
Oracle UCM 11g Installation Installation involves the following four sections: Installation of Weblogic Server Repository Creation Utility (RCU) Installation of the ECM home Installation and configuration of the UCM domain Environment consists of: Oracle Enterprise Linux 5 - Update 4 Oracle Database 11gR2 For a list of the lates supported operating systems, databases and other third-party applications, please refer to the UCM certification matrix at: http://www.oracle.com/technology/products/content-management/ downloads.html Install WebLogic Server 1. Run oepe111130_wls1032_linux32.bin
63
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Oracle UCM 11g Installation

Oracle UCM 11g Installation

Installation involves the following four sections:

Installation of Weblogic Server Repository Creation Utility (RCU) Installation of the ECM home Installation and configuration of the UCM domain

Environment consists of:

Oracle Enterprise Linux 5 - Update 4 Oracle Database 11gR2

For a list of the lates supported operating systems, databases and other third-party applications, please refer to the UCM certification matrix at:

http://www.oracle.com/technology/products/content-management/downloads.html

Install WebLogic Server

1. Run oepe111130_wls1032_linux32.bin

Page 2: Oracle UCM 11g Installation
Page 3: Oracle UCM 11g Installation

2. Click Next

Page 4: Oracle UCM 11g Installation

3. Select a Middleware directory (/u01/oracle/fmw)4. Click Next5. Select or deselect Security Update notice.

Page 5: Oracle UCM 11g Installation
Page 6: Oracle UCM 11g Installation

6. Select Typical installation

7. Click Next

Page 7: Oracle UCM 11g Installation

8. Choose Product Installation Directories9. Click Next

Page 8: Oracle UCM 11g Installation

10. Click Next

Page 9: Oracle UCM 11g Installation

l

Page 10: Oracle UCM 11g Installation

11. Select Run Quick Start12. Click Done

Page 11: Oracle UCM 11g Installation

Run the Repository Creation Utility (RCU). This will create the database tablespace, schema tables, etc.

1. From the rcuHome directory, run /bin/rcu

Page 12: Oracle UCM 11g Installation

2. Click Next

Page 13: Oracle UCM 11g Installation

3. Click Next

Page 14: Oracle UCM 11g Installation

4. Enter all information for the database

Page 15: Oracle UCM 11g Installation

5. Click Next

Page 16: Oracle UCM 11g Installation

6. Click OK

Page 17: Oracle UCM 11g Installation

7. Select or create a Prefix8. Select the appropriate schemas. In this case Oracle Content Server under the ECM_SUITE

selection.9. Click Next

Page 18: Oracle UCM 11g Installation

10. Click OK

Page 19: Oracle UCM 11g Installation

11. Enter and confirm a password for the schema users12. Click Next

Page 20: Oracle UCM 11g Installation

13. Click Next

Page 21: Oracle UCM 11g Installation

14. Click OK

Page 22: Oracle UCM 11g Installation

15. Click OK.

Page 23: Oracle UCM 11g Installation

16. Click Create

Page 24: Oracle UCM 11g Installation
Page 25: Oracle UCM 11g Installation

17. When complete, click Close

Install the ECM home - this will install the binaries for all the ECM products within the Fusion Middleware Home.

In order to run the next installer, you need to point to an existing jdk/jre location. You can use the one from Middleware Home

1. Pint the jdk/jre location

Page 26: Oracle UCM 11g Installation

2. Run the installer, pointing to the jdk/jre location

Page 27: Oracle UCM 11g Installation
Page 28: Oracle UCM 11g Installation

3. Click Next

Page 29: Oracle UCM 11g Installation
Page 30: Oracle UCM 11g Installation

4. Click Next

Page 31: Oracle UCM 11g Installation

5. Click Next

Page 32: Oracle UCM 11g Installation

6. Click Install

Page 33: Oracle UCM 11g Installation

7. When you receive the Installation Successful message, Click Next

Page 34: Oracle UCM 11g Installation

8. Click Finish

Create the UCM domain

Page 35: Oracle UCM 11g Installation

1. From Middleware Home, Run /Oracle_ECM_1/common/bin/config.sh

Page 36: Oracle UCM 11g Installation
Page 37: Oracle UCM 11g Installation

2. Select Create a new Weblogic Domain3. Click Next

Page 38: Oracle UCM 11g Installation

4. Select the appropriate items. Here we are selecting the Content Server and the Inbound Refinery

Page 39: Oracle UCM 11g Installation

5. Click Next

Page 40: Oracle UCM 11g Installation

6. Enter a Domain name.7. Click Next

Page 41: Oracle UCM 11g Installation

8. Enter a User Name 9. Enter and confirm a password10. Click Next

Page 42: Oracle UCM 11g Installation

11. Confirm the Available JDKs and Click Next

Page 43: Oracle UCM 11g Installation

12. Select UCM Schema and enter the appropriate database information.

Page 44: Oracle UCM 11g Installation

13. Click Next

Page 45: Oracle UCM 11g Installation

14. Confirm "Test Successful" and click Next.

Page 46: Oracle UCM 11g Installation

15. Click Next

Page 47: Oracle UCM 11g Installation

16. Click Create

Page 48: Oracle UCM 11g Installation

17. When complete, click Done.18. Once the domain has been created, a configuration change for the memory needs to be made.19. From the /user_projects/domains/ucm_domain/bin/ directory, run

vi setDomainEnv.sh to edit the file20. Add the following lines below the variable section.

USER_MEM_ARGS="-Xms2m5m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=1024m"export USER_MEM_ARGS

COMMON_COMPONETS_HOME="/u01/oracle/fmw/oracle_commonexport COMMON_COMPONENTS_HOME:2

21. Set the WLS admin user and password to the start script so that it does not prompt for it during startupvi startWebLogic.sh

Page 49: Oracle UCM 11g Installation

22. Start the WebLogic Server

Page 50: Oracle UCM 11g Installation

23. The message "Server started in RUNNING mode" indicates the WLS server has started

Page 51: Oracle UCM 11g Installation

24. Next, start the UCM server: bin/startManagedWebLogic.sh UCM_server1

Page 52: Oracle UCM 11g Installation

25. "Server started in RUNNING mode" indicates the server has started

Page 53: Oracle UCM 11g Installation

26. Open a browser and access the UCM home page: http://localhost:16200/cs

Page 54: Oracle UCM 11g Installation

27. Enter the User Name and Password28. Click Sign In29. After logging in for the first time, you are presented with some configuration settings.

Page 55: Oracle UCM 11g Installation

30. Enter the Server Socket Port31. Enter the Web Server HTTP/HTTPs Address 32. Enter a Server Instance Name and Label. Note: The Instance Name is given a unique name base

on the IP and port. This is to ensure it is different than the other UCM instances. If you decide to change it, make sure it is still unique in your environment, to ensure proper migration of content between environments.

33. Enable Is Auto Number Enabled, and enter an Auto Prefix Number34. Set FullText Search Option to "Internal"35. Click Submit

Page 56: Oracle UCM 11g Installation

36. Press Ctrl C in the terminal window to stop the UCM server.37. Restart the UCM server.38. Access the UCM home page

Page 57: Oracle UCM 11g Installation

39. Click Login

Page 58: Oracle UCM 11g Installation

40. Enter the User Name and Password41. Click Sign In

Page 59: Oracle UCM 11g Installation

Now that we've stated and configured the Content Server, we'll do the same for the Inbound Refinery.

42. Open a new Terminal window.43. From /u01/oracle/fmw/user_projects/domains/ucm_domain/ run

bin/startManagedWebLogic.sh IBR_server1

Page 60: Oracle UCM 11g Installation

44. "Server started in RUNNING mode" indicates the IBR server has started.45. Access the IBR server at: http://localhost:1621/ibr

Page 61: Oracle UCM 11g Installation

46. Enter User Name and Password47. Click Sign In

Page 62: Oracle UCM 11g Installation

48. After the first login, you will be presented an Inbound Refinery Coniguration page.49. Enter the Web Server HTTP/HTTPS Address50. Enter the Server Instance Name51. Enter the Server Label52. Enter the Server Instance Description53. Click Submit54. Restart the IBR Server55. Access the IBR Home page56. Login

Page 63: Oracle UCM 11g Installation

57.