0% found this document useful (0 votes)
158 views

Oracle FMW12c On SLES12-SP3 PDF

Uploaded by

Carlos Bandera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views

Oracle FMW12c On SLES12-SP3 PDF

Uploaded by

Carlos Bandera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 298

Oracle Fusion Middleware 12c on SLES 12 SP3

Oracle Fusion Middleware 12c on SUSE


Linux Enterprise Server 12 (SP3) for
x86-64

http://www.suse.com

1
Oracle Fusion Middleware 12c on SLES 12 SP3

Table of Contents

Introduction............................................................................................................................3
System Requirements and Specifications.............................................................................4
Hardware Requirements....................................................................................................4
Software Requirements.....................................................................................................4
Testing machine information..............................................................................................5
Prerequisites..........................................................................................................................6
Installing SUSE Linux Enterprise Server 12......................................................................6
Installing Oracle Database 12cR2.....................................................................................9
Installing Java..................................................................................................................12
Oracle Fusion MiddleWare 12c Installation and Configuration............................................13
Oracle WebLogic Server..................................................................................................13
Oracle Forms and Reports...............................................................................................34
Oracle WebTier................................................................................................................82
Oracle WebCenter Portal...............................................................................................119
Oracle SOA Suite...........................................................................................................168
Oracle Access Manager.................................................................................................204
Oracle Identity Manager.................................................................................................246
Additional Comments ........................................................................................................298

2
Oracle Fusion Middleware 12c on SLES 12 SP3

Introduction
This document provides details on installing and configuring Oracle Fusion Middleware
12c Components on SUSE Linux Enterprise Server 12 (SP3). Details are provided for Intel
x86-64 versions of both Oracle FMW12c and SUSE Linux Enterprise Server 12. Similar
steps apply to other platforms (x86, ia64, System z, etc.). If you encounter issues or have
general questions, please post your query to [email protected].

Official Oracle product documentation is available at: http://docs.oracle.com/en/

3
Oracle Fusion Middleware 12c on SLES 12 SP3

System Requirements and Specifications

Hardware Requirements

Requirement Minimum
CPU 1-GHz CPU
Physical Memory 4 GB
Swap space Approx. twice the size of RAM
Disk space in /tmp 4 GB
Disk space for software files 4 GB

Software Requirements

SUSE

• SUSE Linux Enterprise Server 12 SP3 - (x86-64)


(http://download.suse.de/install)

Oracle

• Database 12cR2 (12.2.0.1.0) - (x86_64)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#database)

• Java SE Development Kit 8 (jdk-8u144-linux-x64.tar.gz)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#java)

• WebLogic Server 12cR2 (12.2.1.3.0) (fmw_12.2.1.3.0_wls_Disk1_1of1.zip)


(http://www.oracle.com/technetwork/middleware/fusion-middleware/downloads/index.html)

• WebLogic Server 12cR2 (12.2.1.3.0) - (Fusion Middleware Infrastructure Installer)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

• Forms and Reports 12c (12.2.1.3.0) - (x86_64)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

• WebTier 12cR2 Oracle HTTP Server (12.2.1.3.0) - (x86_64)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

• WebCenter Portal 12c (12.2.1.3.0) - (fmw_12.2.1.3.0_wcportal_Disk1_1of1.zip)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

• SOA Suite 12c (12.2.1.3.0) - (fmw_12.2.1.3.0_soaqs_Disk1_1of2.zip)


(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

• Oracle Identity and Access Management 12cPS3 (12.2.1.3.0) – (Generic Quick Installer)
(http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware)

4
Oracle Fusion Middleware 12c on SLES 12 SP3

Testing machine information

• HP DL388 Gen9 Server


• CPU: 2 * Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
• RAM: 64 GB
• NIC: 8
• Local HDD: 2 TB
• Operating System: SUSE Linux Enterprise Server 12 SP3 (x86_64)
• Kernel version: 4.4.73-5-default

5
Oracle Fusion Middleware 12c on SLES 12 SP3

Prerequisites
1. Installing SUSE Linux Enterprise Server 12

1-1. Install SUSE Linux Enterprise Server 12 on your testing machine.To do so, follow the instructions in
the official SUSE Linux Enterprise Server documentation at https://www.suse.com/documentation/sles-
12/.

Figure 1-1 Software Installed as shown below

6
Oracle Fusion Middleware 12c on SLES 12 SP3

In Yast, select the patterns you need. Make sure you select the patterns and packages required to run
Oracle products.

Figure 1-2 Software Installed as shown below

After the installation of SUSE Linux Enterprise Server, the following information about the operating
system and the kernel version is displayed.

Figure 1-3 Operating System information and kernel version

7
Oracle Fusion Middleware 12c on SLES 12 SP3

1-2. Special Startup Requirements.

1). Increase the value for kernel parameter.

Change the value of shmmax to 4294967295 by including the following line in '/etc/sysctl.conf'

kernel.shmmax = 4294967295

Change the value of shmall to 9272480 by including the following line in '/etc/sysctl.conf'

kernel.shmall = 9272480

Activate the new SHMMAX setting by running the command:

/sbin/sysctl -p

2). Checking the Open File Limit and Maximum Stack Size.

ulimit -a

To change the open file limits,login as root and edit the /etc/security/limits.conf file. Look for the
following line:

oracle soft nofile 1024

Change the values from 1024 to 4096;

To change the maximum stack size,login as root and edit the /etc/security/limits.conf file. Add the
following line:

oracle soft stack 10240

then reboot the machine.

8
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Installing Oracle Database 12cR2

2-1. Log in to the target system (SUSE Linux Enterprise Server 12 SP3 64-bit OS) as a non-admin user.
Download Oracle Database 12cR2 (12.2.0.1.0) x86_64 from
http://www.oracle.com/technetwork/indexes/downloads/index.html#database.

2-2. Oracle Database 12cR2 (12.2.0.1.0) is officially certified for SUSE Linux Enterprise Server 12. For
detailed instructions please use Official Oracle Install guides:
http://docs.oracle.com/en/database/database.html.

Figure 2-1 Make sure the Database up and running

9
Oracle Fusion Middleware 12c on SLES 12 SP3

Figure 2-2 Access to Oracle Database 12cR2 Enterprise Manager

10
Oracle Fusion Middleware 12c on SLES 12 SP3

(Note: Oracle strongly recommends using the AL32UTF8 character set for database that support
Oracle Fusion Middleware. So, please configures the database character set is AL32UTF8.

11
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Installing Java

3-1. For Oracle FMW components 12c (12.2.1.3.0), the certified JDK is 1.8.0_131 and later. Log in to
the target system (SUSE Linux Enterprise Server 12 SP3 64-bit operating system) as a non-
administration user. Download the Java SE Development Kit 8 (jdk-8u144-linux-x64.tar.gz) from
http://www.oracle.com/technetwork/indexes/downloads/index.html#java

3-2. Set environment variables JAVA_HOME and PATH to ensure the proper JDK version is installed
and ready for use.

Figure 3-1 Java information

12
Oracle Fusion Middleware 12c on SLES 12 SP3

Oracle Fusion MiddleWare 12c Installation and Configuration


**************************************************
Oracle WebLogic Server software
**************************************************

1. Installing Oracle WebLogic Server software

1-1. Prerequisites:

Installation of Oracle WebLogic Server requires:

1). Oracle JDK 1.8.0_131 and later is installed.

1-2. Log in to the target system (SUSE Linux Enterprise Server 12 64-bit OS) as a non-admin user.
Download the Oracle WebLogic Server 12cR2 (12.2.1.3.0) from
http://www.oracle.com/technetwork/middleware/fusion-middleware/downloads/index.html.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of the .zip
archive(fmw_12.2.1.3.0_wls_Disk1_1of1.zip) and launch the installation program by running 'java -jar
fmw.xxxx.jar'

For the actual installation, follow the steps below:

13
Oracle Fusion Middleware 12c on SLES 12 SP3

1). Installation Inventory Setup.

If this is your first Oracle installation on a host that is running SLES, please use this screen to specify
the location of the Oracle central inventory directory and Operating System Group Name, then click OK
to continue.

14
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Welcome.

Review the information on this screen carefully to be sure you have performed all the necessary
prerequisites, then click Next to continue.

15
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Auto Updates.

Select option "Skip Auto Updates" to skip this screen, then click Next to continue.

16
Oracle Fusion Middleware 12c on SLES 12 SP3

4). Installation Location.

Type the full path of the directory in the Oracle Home field, then click Next to continue.

17
Oracle Fusion Middleware 12c on SLES 12 SP3

5). Installation Type.

Use this screen to determine the type of installation you want to perform, then click Next to continue.

18
Oracle Fusion Middleware 12c on SLES 12 SP3

6). Prerequisite Checks.

Prerequisite Checks results will be shown as above, click Next to continue.

19
Oracle Fusion Middleware 12c on SLES 12 SP3

7). Installation Summary.

This screen contains a list of the feature sets you selected for installation, along with the approximate
amount of disk space to be used by the feature sets once installation is complete. Check the
information, then click Install to continue.

20
Oracle Fusion Middleware 12c on SLES 12 SP3

8). Installation Progress.

This screen shows the progress of the installation. When the progress bar reaches 100%, the
installation is complete. Click Finish to continue.

21
Oracle Fusion Middleware 12c on SLES 12 SP3

9). Installation Complete.

This screen appears at the conclusion of the installation. Select option "Automatically Launch the
Configuration Wizard", then click Finish to dismiss the installer.

22
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Creating and Configuring the WebLogic Domain

2-1. To start the domain configuration, you can choose from two options:

1. From the last-shown screen Installation Complete, you can automatically launch the WebLogic
Configuration Wizard through the option Automatically Launch the Configuration Wizard.
2. You can also navigate to the directory ORACLE_HOME/oracle_common/common/bin and
start the WebLogic Server Configuration Wizard by running the command ./config.sh.
To set up your configuration, follow the steps below:
1). Configuration Type.

Select option "Create a New Domain" and specify the Domain home directory in the "Domain
Location" field, then click Next to continue.

23
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Templates.

On the Templates screen select "Basic WebLogic Server Domain (selected by default)" and
"WebLogic Coherence Cluster Extension" for configuration, then click Next to continue.

24
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Administrator Account.

Specify the user name and password for the default WebLogic Administrator account for the domain,
then click Next to continue.

25
Oracle Fusion Middleware 12c on SLES 12 SP3

4). Domain Mode and JDK.

Select "Development" in the Domain Mode field, select the "Oracle HotSpot" in the JDK field. Then
click Next to continue.

26
Oracle Fusion Middleware 12c on SLES 12 SP3

5). Advanced Configuration.

According to your requirements, select the desired options on the Advanced Configuration screen.Then
click Next to continue.

27
Oracle Fusion Middleware 12c on SLES 12 SP3

6). Configuration Summary.

Review this screen to verify the information is correct, then click Create to continue.

28
Oracle Fusion Middleware 12c on SLES 12 SP3

7). Configuration Progress.

The Configuration Progress screen as shown above, once you see: "Domain Created successfully",
click Next to continue.

29
Oracle Fusion Middleware 12c on SLES 12 SP3

8). End Of Configuration.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the "Domain Location" and
"Admin Server URL", then click Finish to dismiss the Configuration Wizard.

30
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Starting the Administration Server and verifying the Configuration

3-1.To start the Administration Server through a terminal, go to the DOMAIN_HOME/bin directory and
run the command ./startWebLogic.sh.

Starting the Administration Server through a terminal

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

31
Oracle Fusion Middleware 12c on SLES 12 SP3

3-2. Access to Oracle WebLogic Server Administration Console.

Access to WebLogic Server Admin Console - Login page

32
Oracle Fusion Middleware 12c on SLES 12 SP3

Viewing WebLogic Server Admin Console - Home page

End of Oracle WebLogic Server Software.

33
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle Forms and Reports
**************************************************

1. Installing Oracle Forms and Reports

1-1. Prerequisites:

Installation of Oracle Forms and Reports requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.


2). Oracle JDK 1.8.0_131 and later installed.
3). Oracle WebLogic Server 12cR2 (12.2.1.3.0) (Fusion Middleware Infrastructure Installer)

Screenshots: A brief installation setps for Fusion Middleware Infrastructure Installer is as


follows:

3-1). Welcome.

34
Oracle Fusion Middleware 12c on SLES 12 SP3

3-2). Installation Type.

3-3). Installation Complete.

35
Oracle Fusion Middleware 12c on SLES 12 SP3

1-2. Log in to the target system (SUSE Linux Enterprise Server 12 64-bit OS) as a non-admin user.
Download the Oracle Forms and Reports 12c (12.2.1.3.0) from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware .
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of these
.zip (fmw_12.2.1.3.0_fr_linux64_Disk1_1of1.zip and fmw_12.2.1.3.0_fr_linux64_Disk1_2of2.zip) files
and launch the installation program by running 'fmw_12.2.1.3.0_fr_linux64.bin'.

For the actual installation, follow the steps below:

1). Welcome page.

This page welcomes you to the installation. Click Next to continue.

36
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This page enables you to choose to automatically receive software updates for your components from
Oracle Corporation. make your choices, then click Next to continue.

37
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

38
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Installation Type page appears.

You can select Standalone Forms Builder if you want only that functionality, or choose Forms and
Reports Deployment to install all of the products. Click Next to continue.

39
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The JDK Selection page appears.

The selected JDK will be used for this installation. Click Next to continue.

40
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Prerequisite Checks page appears.

Prerequisite Checks results will be shown as above, click Next to continue.

41
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

42
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

43
Oracle Fusion Middleware 12c on SLES 12 SP3

9). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

Click Finish to dismiss the installer.

44
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Creating Oracle Database Schema through Repository Creation Utility(RCU)

2-1. Repository Creation Utility (RCU) is available with the Oracle WebLogic Server 12cR2 Fusion
Middleware Infrastructure distribution. Run $FMW_HOME/oracle_common/bin/rcu and create
required database schemas for Oracle Forms and Reports.

Screenshot: Database schemas creating for Oracle Forms and Reports.

Select the Create new prefix radio button and provide a schema prefix (such as DEV). Select
the following components: Common Infrastructure Services*,Oracle Platform Security
Services, Audit Services, Audit Services Append, Audit Services Viewer and Weblogic
Services*. Ensure the schema creation is successful.

(Note: If Forms Application Deployment Services (FADS) is also planned to be configured,


include User Messaging Services (UMS).)

45
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Configuring Oracle Forms and Reports using the Config Wizard

3-1. In order to complete the configuration. Run the config wizard using config.sh located in the
ORACLE_HOME/oracle_common/common/bin directory.

Follow these steps:

1). Choose Create a new domain, and enter the desired domain home path.

46
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

Keep the default selection (Create Domain using Product Templates). Select

Oracle Forms – 12.2.1.3.0 [forms],


Oracle Reports Server – 12.2.1 [ReportsServerComponent],
Oracle Reports Tools – 12.2.1 [ReportsServerComponent],
Oracle Reports Bridge – 12.2.1 [ReportsServerComponent],
Oracle Reports Application – 12.2.1 [reports]
and Oracle HTTP Server(Collocated) – 12.2.1.3.0 [ohs].

Any dependent templates will be automatically selected. Click Next to continue.

47
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

48
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

49
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Domain Mode and JDK screen appears.

The Domain Mode and JDK screen appears. Select the Domain Mode (either Development or
Production). To ensure the highest degree of security, selecting Production is recommended. Leave
the default JDK selection as it appears, unless using another version of the JDK desired.

50
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Database Configuration Type screen appears.

Enter the RCU DB connection information, then click Get RCU Configuration. You should receive a
success message. Click Next to continue.

51
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

52
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

53
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The Advanced Configuration screen appears.

Select Topology and System Components. Click Next to continue.

54
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The Managed Servers screen appears.

Verify that the Server Groups is set to FORMS-MAN-SVR (for Forms) and REPORTS-APP-SERVERS
(for Reports). The Listen address is All Local Addresses. Click Next to continue.

55
Oracle Fusion Middleware 12c on SLES 12 SP3

11). The Clusters screen appears.

Default entries will be acceptable in most cases, unless adding new clusters is desirable. Click Next to
continue.

56
Oracle Fusion Middleware 12c on SLES 12 SP3

12). Then Server Templates screen appears.

The default values will be appropriate for most cases. Click Next to continue.

57
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Dynamic Servers screen appears.

The default values will be appropriate for most cases. Click Next to continue.

58
Oracle Fusion Middleware 12c on SLES 12 SP3

14). The Assign Servers to Clusters screen appears.

The default values will be appropriate for most cases. However, if new managed servers were added in
the previous step, they should be added to the cluster here. Click Next to continue.

59
Oracle Fusion Middleware 12c on SLES 12 SP3

15). The Coherence Clusters screen appears.

The default values will be appropriate for most cases. Click Next to continue.

60
Oracle Fusion Middleware 12c on SLES 12 SP3

16). The Machines screen appears.

You can use this screen to override the machine name or add addition Machine names for extend
domain. Click Next to continue.

61
Oracle Fusion Middleware 12c on SLES 12 SP3

17). The Assign Servers to Machines screen appears.

Move the AdminServer to the AdminServerMachine by clicking the '>' button. Click Next to continue.

62
Oracle Fusion Middleware 12c on SLES 12 SP3

18). The Virtual Targets screen appears.

Used with WebLogic Server Partitions. Refer to the WebLogic Server documentation for details. Click
Next to continue.

63
Oracle Fusion Middleware 12c on SLES 12 SP3

19). The Partitions screen appears.

The Partitions screen appears. Use this screen to add Weblogic Partitions if desired. Refer to the
WebLogic Server documentation for details on how to use Partitions. Click Next to continue.

64
Oracle Fusion Middleware 12c on SLES 12 SP3

20). The System Components screen appears.

The default values will be appropriate for most cases. You can add additional System Component
instances on this screen (for extend domain scenario). If adding OHS, it would appear here. Click Next
to continue.

65
Oracle Fusion Middleware 12c on SLES 12 SP3

21). The OHS Server screen appears.

The default values will be appropriate for most cases. Click Next to continue.

66
Oracle Fusion Middleware 12c on SLES 12 SP3

22). The Assign System Components screen appears.

The default values will be appropriate for most cases. Click Next to continue.

67
Oracle Fusion Middleware 12c on SLES 12 SP3

23). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

68
Oracle Fusion Middleware 12c on SLES 12 SP3

24). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. Click Next to continue.

69
Oracle Fusion Middleware 12c on SLES 12 SP3

25). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

70
Oracle Fusion Middleware 12c on SLES 12 SP3

4. Verifying Oracle Forms and Reports Installation and Configuration

4-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

4-2. Starting the Node Manager and the AdminServer.

Starting the Node Manager, go to the DOMAIN_HOME/bin directory and run


./startNodeManager.sh > nm.out&

71
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

72
Oracle Fusion Middleware 12c on SLES 12 SP3

4-3. Verifying the Installed Products and Product Versions. Check the products and product version
numbers by running the opatch lsinventory -detail command from the ORACLE_HOME/OPatch
directory.

Confirmed that OPatch succeeded.

4-4. Checking Oracle Forms and Reports Product URLs.

1). Access to Enterprise Manager Console.

Login Page:

73
Oracle Fusion Middleware 12c on SLES 12 SP3

Home Page:

Starting WLS_FORMS

74
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting WLS_REPORTS

Viewing Home page - All three servers are up and running.

75
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting ohs1

Verified ohs1 URLs can be accessed.

76
Oracle Fusion Middleware 12c on SLES 12 SP3

77
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Access to Administration Server Console

Login Page as shown below:

78
Oracle Fusion Middleware 12c on SLES 12 SP3

Home Page:

Viewing the summary of servers:

79
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Access to Oracle Forms Services.

URL: http://host:port/forms/frmservlet

Click Exit to close the test window.

80
Oracle Fusion Middleware 12c on SLES 12 SP3

4). Access to Oracle Reports Services.

URL: http://host:port/reports/rwservlet

End of Oracle Forms and Reports.

81
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle WebTier
**************************************************

1. Installing Oracle WebTier 12cR2 OHS

1-1. Prerequisites:

Installation of Oracle WebTier Http Server requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.


2). Oracle JDK 1.8.0_131 and later installed.
3). Oracle WebLogic Server 12cR2 (12.2.1.3.0) (Fusion Middleware Infrastructure Installer)

1-2. Log in to the target system (SLES 12 64-bit OS) as a non-admin user. Download the Oracle
WebTier 12cR2 OHS (12.2.1.3.0) from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of this .zip
(fmw_12.2.1.3.0_ohs_linux64_Disk1_1of1.zip) file and launch the installation program by running
'fmw_12.2.1.3.0_ohs_linux64.bin'

For the actual installation, follow the steps below:

1). Welcome page.

This page welcomes you to the installation. Click Next to continue.

82
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This page enables you to choose to automatically receive software updates for your components from
Oracle Corporation. make your choices, then click Next to continue.

83
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

84
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Installation Type page appears.

Selected Collocated HTTP Server (Managed through WebLogic server) to configure Oracle HTTP
Server in a WebLogic Server Domain.(Alternative, select Standalone HTTP Server (Managed
independently of WebLogic server) in the Installation Type screen to configure Oracle HTTP Server
in a Standalone Domain.) Click Next to continue.

85
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The JDK Selection page appears.

The selected JDK will be used for this installation.Click Next to continue.

86
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Prerequisites Checks page appears.

This pages shows you the progress of the system checking the prerequisites on your system prior to
installation. If you are lacking any prerequisites, a message will appear telling you so. You do not need
to take any actions on this page, though you can view the log from here. Click Next to continue.

87
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

88
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

89
Oracle Fusion Middleware 12c on SLES 12 SP3

9). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

Click Finish to dismiss the installer.

90
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Creating Oracle Database Schema through Repository Creation Utility(RCU)

2-1. Repository Creation Utility (RCU) is available with the Oracle WebLogic Server 12cR2 Fusion
Middleware Infrastructure distribution. Run $FMW_HOME/oracle_common/bin/rcu and create
required database schemas for Oracle WebTier Http Server.

Screenshot: Database schemas creating for Oracle WebTier Http Server.

Select the Create new prefix radio button and provide a schema prefix (such as SUSEDEMO).
Select the components as shown above, and ensure the schema creation is successful.

91
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Configuring Oracle WebTier 12cR2 OHS using the Config Wizard

3-1. In order to complete the configuration. Run the config wizard using config.sh located in the
ORACLE_HOME/oracle_common/common/bin directory.

Follow these steps:

1). Choose Create a new domain, and enter the desired domain home path.

Click Next to continue.

92
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

Keep the default selection (Create Domain using Product Templates), and select Oracle HTTP
Server (Collocated) – 12.2.1.3.0 [ohs] component. This automatically selects Oracle Enterprise
Manager – 12.2.1.3.0 [em] and so on. Click Next to continue.

93
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

94
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

95
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Domain Mode and JDK screen appears.

Select the Domain Mode (either Development or Production). For our purposes, select Production.
Leave the default JDK selection as it appears, unless using another version of the JDK desired.

(Note: Your installation can only be secured with Identity Management if you are configuring your
components in deployment mode.)

96
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Database Configuration Type screen appears.

Enter the RCU DB connection information, then click Get RCU Configuration. You should receive a
success message. Click Next to continue.

97
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

98
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

99
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The Advanced Configuration screen appears.

Choose the services on your requirements, then click Next to continue.

100
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The System Components screen appears.

Click Add to create a new Oracle HTTP Server instance. Specify 'ohs_1' in the System Component
field, and specify 'OHS' in the Component Type field. Click Next to continue.

101
Oracle Fusion Middleware 12c on SLES 12 SP3

11). The OHS Server screen appears.

Use the OHS Server screen to configure the Oracle HTTP Server servers in your domain. In the
System Component field specify the IP address of the host on which the Oracle HTTP Server instance
will reside. Do not use "localhost". Click Next to continue.

102
Oracle Fusion Middleware 12c on SLES 12 SP3

12). The Machines screen appears.

You can use this screen to override the machine name or add addition Machine names for extend
domain. Click Next to continue.

103
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Assign System Components screen appears.

Select the 'ohs_1' in the System Component list box and click the right arrow. Click Next to continue.

104
Oracle Fusion Middleware 12c on SLES 12 SP3

14). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

105
Oracle Fusion Middleware 12c on SLES 12 SP3

15). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. Click Next to continue.

106
Oracle Fusion Middleware 12c on SLES 12 SP3

16). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

107
Oracle Fusion Middleware 12c on SLES 12 SP3

4. Verifying Oracle WebTier 12cR2 OHS Installation and Configuration

4-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

4-2. Starting the Node Manager and the Admin Server.

Starting the Node Manager, go to the DOMAIN_HOME/bin directory and run


'nohup ./startNodeManager.sh > nm.out&'

108
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh.

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

109
Oracle Fusion Middleware 12c on SLES 12 SP3

4-3. Run the WLST command ohs_updateInstances() to complete all the required steps.

110
Oracle Fusion Middleware 12c on SLES 12 SP3

4-4. Checking Oracle WebTier Product URLs.

1). Access to Enterprise Manager Console.

Login Page:

111
Oracle Fusion Middleware 12c on SLES 12 SP3

Home Page:

Starting Oracle HTTP Server (ohs_1)

112
Oracle Fusion Middleware 12c on SLES 12 SP3

ohs_1 is up.

OHS Ports Configuration as shown below.

113
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Access to Administration Server Console

Login Page as shown below:

Home Page:

114
Oracle Fusion Middleware 12c on SLES 12 SP3

Viewing the summary of servers:

Viewing the summary of Machines:

115
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Access to Oracle HTTP Server listening address

URL: http://host:7777/

SSL URL: https://host::4443/

116
Oracle Fusion Middleware 12c on SLES 12 SP3

Admin Host URL: http://host:7779/

117
Oracle Fusion Middleware 12c on SLES 12 SP3

4-5. Checking OHS state through Oracle WLST tool.

End of Oracle WebTier Http Server.

118
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle WebCenter Portal
**************************************************

1. Installing Oracle WebCenter Portal 12c

1-1. Prerequisites:

Installation of Oracle WebCenter Portal requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.


2). Oracle JDK 1.8.0_131 and later installed.
3). Oracle WebLogic Server 12cR2 (12.2.1.3.0) (Fusion Middleware Infrastructure Installer)

1-1. Log in to the target system (SLES 12 64-bit OS) as a non-admin user. Download the Oracle
WebCenter Portal 12c (12.2.1.3.0) from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-2. Go to the directory where you downloaded the installation program. Extract the contents of this .zip
(fmw_12.2.1.3.0_wcportal_Disk1_1of1.zip) file and launch the installation program by running 'java -jar
fmw_12.2.1.3.0_wcportal_.jar '

For the actual installation, follow the steps below:

1). Welcome page.

This page welcomes you to the installation. Click Next to continue.

119
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This page enables you to choose to automatically receive software updates for your components from
Oracle Corporation. make your choices, then click Next to continue.

120
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

121
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Installation Type page appears.

Use this screen to select the installation type and then products or feature sets you want to install.
Selected the WebCenter Portal install type to install the WebCenter product. Click Next to continue.

122
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Prerequisites Checks page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

123
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

124
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

125
Oracle Fusion Middleware 12c on SLES 12 SP3

8). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

Click Finish to dismiss the installer.

126
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Creating Oracle Database Schema through Repository Creation Utility(RCU)

2-1. Repository Creation Utility (RCU) is available with the Oracle WebLogic Server 12cR2 Fusion
Middleware Infrastructure distribution. Run $FMW_HOME/oracle_common/bin/rcu and create
required database schemas for Oracle Oracle WebCenter Portal.

Screenshot: Database schemas creating for Oracle WebCenter Portal.

Select the Create new prefix radio button and provide a schema prefix (such as SUSEDEMO).
Select the components as shown above, and ensure schema creation is successful.

127
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Configuring Oracle WebCenter Portal 12c using the Config Wizard

3-1. In order to complete the configuration. Run the config wizard using config.sh located in the
ORACLE_HOME/oracle_common/common/bin directory.

Follow these steps:

1). On the Configuration Type screen, select Create a new domain, and enter the desired domain
home path.

Click Next to continue.

128
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

Use the Templates screen to select the templates you require. On the Templates screen, make sure
Create Domain Using Product Templates is selected, then select the following template:

• Oracle WebCenter Portal - 12.2.1.3.0 [wcportal]


Selecting this template automatically selects the following as dependencies:
• Oracle Enterprise Manager
• Oracle WSM Policy Manager
• Oracle JRF
• WebLogic Coherence Cluster Extension

You can also select any of the Oracle WebCenter Portal products listed in the following table. You do
not need to select all of these templates, and you can always run the configuration wizard again to add
products to your domain later. Click Next to continue.

129
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

130
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

131
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Domain Mode and JDK screen appears.

Select the Domain Mode (either Development or Production). For our purposes, select Production.
Leave the default JDK selection as it appears, unless using another version of the JDK desired.

(Note: The installation can only be secured with Identity Management if you are configuring your
components in deployment mode.)

132
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Database Configuration Type screen appears.

Enter the RCU DB connection information, then click Get RCU Configuration. You should receive a
success message. Click Next to continue.

133
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

134
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

135
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The Advanced Configuration screen appears.

On the Advanced Configuration screen, select:


• Administration Server
• Node Manager
• Topology
Then, click Next to continue.

136
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The Administration Server screen appears.

Use the Administration Server screen to select the IP address of the host. Select the drop-down list
next to Listen Address and select the IP address of the host where the Administration Server will
reside, or use the system name or DNS name that maps to a single IP address.
Click Next to continue.

137
Oracle Fusion Middleware 12c on SLES 12 SP3

11). Configuring Node Manager screen appears.

Select Per Domain Default Location as the Node Manager type, then specify Node Manager
credentials. Click Next to continue.

138
Oracle Fusion Middleware 12c on SLES 12 SP3

12). The Managed Servers screen appears.

On the Managed Servers screen, new Managed Servers named WC_Portlet, and WC_Portal are
automatically created. In the Listen Address drop-down list, select the IP address of the host on which
the Managed Server will reside or use the system name or DNS name that maps to a single IP address.
The default Server Groups have already been selected for each server. Click Next to continue.

139
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Clusters screen appears.

On the Clusters screen:


1. Click Add.
2. Specify wcp_cluster_1 in the Cluster Name field.
3. Leave the Cluster Address field blank.
4. Repeat these steps to create one more clusters: wcp_cluster_2.
Click Next to continue.

140
Oracle Fusion Middleware 12c on SLES 12 SP3

14). The Server templates screep appears.

If you are creating dynamic clusters for a high availability setup, use the Server Templates screen to
define one or more server templates for domain. To continue configuring the domain, click Next.

141
Oracle Fusion Middleware 12c on SLES 12 SP3

15). The Dynamic Servers screep appears.

If you are creating dynamic clusters for a high availability setup, use the Dynamic Servers screen to
configure the dynamic servers. If you are not configuring a dynamic cluster, click Next to continue
configuring the domain.

142
Oracle Fusion Middleware 12c on SLES 12 SP3

16). The Assign Servers to Clusters screen appears.

In the Clusters pane, select the cluster to which you want to assign the servers; in this case,
wcp_cluster_1. In the Servers pane, assign WC_Portal to wcp_cluster_1, then repeat to assign
WC_Portlet to wcp_cluster_2. Click Next to continue.

143
Oracle Fusion Middleware 12c on SLES 12 SP3

17). The Coherence Clusters screen appears.

Leave the default port number as the Coherence cluster listen port. Click Next to continue.

144
Oracle Fusion Middleware 12c on SLES 12 SP3

18). The Machines screen appears.

To create a new Oracle WebCenter Portal machine so that Node Manager can start and stop servers.
Click Next to continue.

145
Oracle Fusion Middleware 12c on SLES 12 SP3

19). The Assign Servers to Machines screen appears.

Use the Assign Servers to Machines screen to assign the Managed Servers to the new machine you
just created. Click Next to continue.

146
Oracle Fusion Middleware 12c on SLES 12 SP3

20). The Virtual Targets screep appears.

If you have a WebLogic Server Multitenant (MT) environment, you use the Virtual Targets screen to add
or delete virtual targets. For this installation (not a WebLogic Server MT environment), you do not enter
any values; just select Next.

147
Oracle Fusion Middleware 12c on SLES 12 SP3

21). The Partitions screep appears.

The Partitions screen is used to configure partitions for virtual targets in WebLogic Server Multitenant
(MT) environments. Select Next without selecting any options.

148
Oracle Fusion Middleware 12c on SLES 12 SP3

22). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

149
Oracle Fusion Middleware 12c on SLES 12 SP3

23). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. After the domain successful created, click
Next to continue.

150
Oracle Fusion Middleware 12c on SLES 12 SP3

24). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

151
Oracle Fusion Middleware 12c on SLES 12 SP3

4. Verifying Oracle WebCenter Portal 12c Installation and Configuration

4-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

4-2. Starting the Node Manager and the Admin Server.

Starting the Node Manager, go to the DOMAIN_HOME/bin directory and run


'nohup ./startNodeManager.sh > nm.out&'

152
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh.

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

153
Oracle Fusion Middleware 12c on SLES 12 SP3

4-3. Checking Oracle WebCenter Product URLs.

1). Access to Enterprise Manager Console.

Login Page:

Home Page:

154
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Oracle WebCenter Portal Managed Servers:

Select WC_Portal, and WC_Portlet.

• Left-click to select a managed server.


• Hold down the SHIFT key to select more than one managed server.

155
Oracle Fusion Middleware 12c on SLES 12 SP3

Select Control from the ribbon menu above the list of managed servers. Then select Start from the
drop-down menu.

After they start up successfully, each managed server is listed as Running.

156
Oracle Fusion Middleware 12c on SLES 12 SP3

Checking WebCenter Servers state through Oracle WLST tool.

2). Access to Administration Server Console

Login Page as shown below:

157
Oracle Fusion Middleware 12c on SLES 12 SP3

Home Page:

Viewing the summary of servers:

158
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Test Oracle WebCenter Portal Web Service

a. Application: opss-rest (URL:http://host:7001/idaas/platform/application.wadl)

159
Oracle Fusion Middleware 12c on SLES 12 SP3

b. Application: pagelet-producer (URL: http://host:8889/pagelets/welcome)

(URL: http://host:8889/pagelets/admin/login/loginpage.jspx)

160
Oracle Fusion Middleware 12c on SLES 12 SP3

161
Oracle Fusion Middleware 12c on SLES 12 SP3

c. Application: wsrp-tools (URL: http://host:8889/wsrp-tools)

162
Oracle Fusion Middleware 12c on SLES 12 SP3

163
Oracle Fusion Middleware 12c on SLES 12 SP3

d. Application: WebCenter Portal (URL:http://host:8888/webcenter/portal)

164
Oracle Fusion Middleware 12c on SLES 12 SP3

165
Oracle Fusion Middleware 12c on SLES 12 SP3

166
Oracle Fusion Middleware 12c on SLES 12 SP3

e. Application: analytics-collector (URL:http://host:8888/collector)

End of Oracle WebCenter Portal.

167
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle SOA Suite
**************************************************

1. Installing Oracle SOA Suite 12c

1-1. Prerequisites:

Installation of Oracle SOA Suite requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.


2). Oracle JDK 1.8.0_131 and later installed.

1-2. Log in to the target system (SLES 12 64-bit OS) as a non-admin user. Download the Oracle SOA
Suite 12c (12.2.1.3.0) Quick Start installer zip file from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of these
.zip ("fmw_12.2.1.3.0_soaqs_Disk1_1of2.zip") files and launch the installation program by running 'java
-jar fmw_12.2.1.3.0_soa_quickstart.jar '

For the actual installation, follow the steps below:

1). Welcome page.

This page welcomes you to the installation. Click Next to continue.

168
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This page enables you to choose to automatically receive software updates for your components from
Oracle Corporation. make your choices, then click Next to continue.

169
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

170
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Prerequisites Checks page appears.

This pages shows you the progress of the system checking the prerequisites on your system prior to
installation. If you are lacking any prerequisites, a message will appear telling you so. You do not need
to take any actions on this page, though you can view the log from here. Click Next to continue.

171
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

172
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

173
Oracle Fusion Middleware 12c on SLES 12 SP3

7). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

At the bottom of this screen, there is a checkbox to launch Oracle JDeveloper upon closing the
installation wizard. This guide recommends that you uncheck this box. Click Finish to dismiss the
installer.

174
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Creating Oracle Database Schema through Repository Creation Utility(RCU)

2-1. Invoke the RCU packaged with your Quick Start installation to create schemas in your database.
Do not download or use any other version of RCU to configure a database with Quick Start. Run
$FMW_HOME/oracle_common/bin/rcu and create required database schemas for Oracle SOA Suite.

Screenshot: Database schemas creating for Oracle SOA Suite.

Select the Create new prefix radio button and provide a schema prefix (such as SUSEDEMO).
Select the components as shown above, and ensure schema creation is successful.

175
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Configuring a Compact Domain for Oracle SOA Suite using the Config Wizard

3-1. Go to ORACLE_HOME/oracle_common/common/bin. Set the environment variable


CONFIG_JVM_ARGS to -Dcom.oracle.cie.config.showProfile=true. This will activate the compact
domain option in the configuration wizard. Then launch the configuration wizard.

Example commands for this task are as follows:


-------------------------------------------------------------------------------------------
cd ORACLE_HOME/oracle_common/common/bin
CONFIG_JVM_ARGS=-Dcom.oracle.cie.config.showProfile=true
export CONFIG_JVM_ARGS
./config.sh
-------------------------------------------------------------------------------------------

Follow these steps:

1). On the Configuration Type screen, select Create a new domain, and enter the desired domain
home path.

Click Next to continue.

176
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

Use the Templates screen to select the templates you require. On the Templates screen, make sure
Create Domain Using Product Templates is selected, then select the following template:

• Oracle SOA Suite – 12.2.1.3.0[soa]


Selecting this template automatically selects the following as dependencies:
• Oracle Enterprise Manager – 12.2.1.3.0 [em]
• Oracle WSM Policy Manager – 12.2.1.3 [oracle_common]
• Oracle JRF – 12.2.1.3.0 [oracle_common]
• WebLogic Coherence Cluster Extension – 12.2.1.3.0 [wlserver]
• Oracle Service Bus – 12.2.1.3.0 [osb]
Selecting this template automatically selects the following as a dependency:
• ODSI XQuery 2004 Components – 12.1.3.0 [oracle_common]
• WebLogic Advanced Web Services for JAX-RPC Extension -- 12.2.1.3.0 [oracle_common]
• Oracle Enterprise Scheduler Service Basic – 12.2.1.3.0 [oracle_common]
• Oracle Enterprise Manager Plugin for ESS – 12.2.1.3.0 [em]

Click Next to continue.

177
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The High Availability Options screen appears.

Keep the default value for Application location.Click Next to continue.

178
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

179
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

180
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Domain Mode and JDK screen appears.

Select the Domain Mode (either Development or Production) as shown above. Click Next to continue.

181
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The Database Configuration Type screen appears.

Select RCU Data to activate the fields. The RCU Data option instructs the Configuration Wizard to
connect to the database and Service Table (STB) schema to automatically retrieve schema information
for the schemas needed to configure the domain. Enter the RCU DB connection information, then click
Get RCU Configuration. You should receive a success message. Click Next to continue.

182
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

183
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

184
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The Keystore screen appears.

Accept the defaults and click Next to continue.

185
Oracle Fusion Middleware 12c on SLES 12 SP3

11). The Advanced Configuration screen appears.

On the Advanced Configuration screen, you do not need any advanced configuration for a compact
domain. You can skip through the Advanced Configuration screen without selecting anything. Click Next
to continue.

186
Oracle Fusion Middleware 12c on SLES 12 SP3

12). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

187
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. After the domain successful created, click
Next to continue.

188
Oracle Fusion Middleware 12c on SLES 12 SP3

14). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

189
Oracle Fusion Middleware 12c on SLES 12 SP3

4. Verifying Oracle SOA Suite 12c Installation and Configuration

4-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

4-2. Navigate to your compact domain's home and start the administrator server.

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh.

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

190
Oracle Fusion Middleware 12c on SLES 12 SP3

4-3. Checking Oracle SOA Suite 12c Product URLs.

1). Access to Enterprise Manager Console.

Login Page:

Home Page:

191
Oracle Fusion Middleware 12c on SLES 12 SP3

Access to soa-webapps(soa composer) - URL:http://host:7001/soa/composer

192
Oracle Fusion Middleware 12c on SLES 12 SP3

Access to BPM worklistapp - URL:http://host:7001/integration/worklistapp

193
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Access to Administration Server Console

Login Page as shown below:

Home Page:

194
Oracle Fusion Middleware 12c on SLES 12 SP3

Viewing the summary of servers:

195
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Connecting JDeveloper to the Compact Domain.

Launch Oracle JDeveloper with the appropriate command.

Ex:
-----------------------------------------------------------------------------
cd $ORACLE_HOME/jdeveloper/jdev/bin
./jdev
-----------------------------------------------------------------------------

Follow these steps:

a1). Select Role.

Select the role that matches your requirements. Click OK to continue.

196
Oracle Fusion Middleware 12c on SLES 12 SP3

a2). Select Window from the top menu, and then choose Application Servers from the drop-down
menu. This will open the Application Server Navigator in the left-hand pane.

197
Oracle Fusion Middleware 12c on SLES 12 SP3

a3). Right-click on Application Servers in the Application Server Navigator. Select New Application
Server from the drop-down menu to launch the Create Application Server Connection wizard.

198
Oracle Fusion Middleware 12c on SLES 12 SP3

a4). Creating Application Server Connection steps as shown below.

Usage screen.

Name and Type screen.

199
Oracle Fusion Middleware 12c on SLES 12 SP3

Authentication screen.

Configuration screen.

200
Oracle Fusion Middleware 12c on SLES 12 SP3

Test screen.

Finish screen.

201
Oracle Fusion Middleware 12c on SLES 12 SP3

a5). Verifying Your Connection. Expand the connection node beside Application Servers in the
Application Server Navigator. You should see your domain listed by the Connection Name you
specified on the Name and Type screen. Right-click on your domain's name and choose Launch
Administrative Console.

202
Oracle Fusion Middleware 12c on SLES 12 SP3

Log into your administrative console.

Log in successfully.

End of Oracle SOA Suite.

203
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle Access Manager
**************************************************

1. Installing Oracle Identity and Access Management 12cPS3 software

1-1. Prerequisites:

Installation of Oracle Identity and Access management requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.

(Note: Please make sure that database initialization parameter OPEN_CURSORS greater than
or equal to 800; Login to database server as root user and execute the SQL command:
"alter system set open_cursors=1600 scope=spfile;" then restart the database)

2). Oracle JDK 1.8.0_131 and later installed.

1-2. Log in to the target system (SLES 12 64-bit OS) as a non-admin user. Download the Oracle
Identity and Access Management 12cPS3 (12.2.1.3.0) generic installer .zip file from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of these
.zip ("fmw_12.2.1.3.0_idmqs_Disk1_1of2.zip" and "fmw_12.2.1.3.0_idmqs_Disk1_2of2.zip") files and
launch the installation program by running 'java -jar fmw..... .jar '

For the actual installation, follow the steps below:

204
Oracle Fusion Middleware 12c on SLES 12 SP3

1). Welcome page appears.

This page welcomes you to the installation. Click Next to continue.

205
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This screen helps to quickly and easily search for the latest software updates, including important
security updates, via your My Oracle Support account. Make your choices, then click Next to continue.

206
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

207
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Prerequisites Checks page appears.

This pages shows you the progress of the system checking the prerequisites on your system prior to
installation. If you are lacking any prerequisites, a message will appear telling you so. You do not need
to take any actions on this page, though you can view the log from here. Click Next to continue.

208
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

209
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

210
Oracle Fusion Middleware 12c on SLES 12 SP3

7). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

This screen displays the Installation Location and the Feature Sets that are installed. Review this
information and click Finish to close the installer.

211
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Configuring the Oracle Access Manager Domain

2-1. Creating Database Schema through Repository Creation Utility for OAM.

Repository Creation Utility (RCU) is available with the Oracle Fusion Middleware Infrastructure 12c
distribution. Run $FMW_HOME/oracle_common/bin/rcu and create required database schemas for
Oracle Access Manager.

Screenshot: Database schemas creating for Oracle Access Manager.

Select the Create new prefix radio button and specify a custom prefix(such as SUSEDEMO).
Select the Oracle Access Manager schema, this action automatically selects the schemas as
dependencies, and ensure the schema creation is successful.

212
Oracle Fusion Middleware 12c on SLES 12 SP3

2-2. Configuring a Domain for Oracle Access Manager(OAM) using the Config Wizard

In order to complete the configuration. Run the config wizard using config.sh located in the
ORACLE_HOME/oracle_common/common/bin directory.

Follow these steps:

1). On the Configuration Type screen, select Create a new domain, and enter the desired domain
home path.

Click Next to continue.

213
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

On the Templates screen, make sure Create Domain Using Product Templates is selected, then
select the template Oracle Access Management Suite - 12.2.1.3.0 [idm].

Selecting these templates automatically selects the following as dependencies:

• Oracle Enterprise Manager - 12.2.1.3.0 [em]


• Oracle JRF - 12.2.1.3.0 [oracle_common]
• WebLogic Coherence Cluster Extension - 12.2.1.3.0 [wlserver]

You can also select any of the Oracle products listed in the following table. You do not need to select all
of these templates, and you can always run the configuration wizard again to add products to your
domain later. Click Next to continue.

214
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

215
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

216
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Domain Mode and JDK screen appears.

Select Production in the Domain Mode field and select the Oracle HotSpot JDK in the JDK field.
Click Next to continue.

217
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Database Configuration Type screen appears.

Select RCU Data to activate the fields. The RCU Data option instructs the Configuration Wizard to
connect to the database and Service Table (STB) schema to automatically retrieve schema information
for the schemas needed to configure the domain. Enter the RCU DB connection information, then click
Get RCU Configuration. You should receive a success message. Click Next to continue.

218
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

219
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

220
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The Advanced Configuration screen appears.

On the Advanced Configuration screen, select:


• Administration Server
• Node Manager
• Topology
Then, click Next to continue.

221
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The Administration Server screen appears.

Use the Administration Server screen to select the IP address of the host. Select the drop-down list
next to Listen Address and select the IP address of the host where the Administration Server will
reside, or use the system name or DNS name that maps to a single IP address. Click Next to continue.

222
Oracle Fusion Middleware 12c on SLES 12 SP3

11). Configuring Node Manager screen appears.

Select Per Domain Default Location as the Node Manager type, then specify Node Manager
credentials. Click Next to continue.

223
Oracle Fusion Middleware 12c on SLES 12 SP3

12). The Managed Servers screen appears.

On the Managed Servers screen, new Managed Servers named: oam_server1 and oam_policy_mgr1
are automatically created. In the Listen Address drop-down list, select the IP address of the host on
which the Managed Server will reside or use the system name or DNS name that maps to a single IP
address. The default Server Groups have already been selected for each server. Click Next to
continue.

224
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Clusters screen appears.

On the Clusters screen:


1. Click Add.
2. Specify oam_cluster_1 in the Cluster Name field.
3. Leave the Cluster Address field blank.
4. Repeat these steps to create oam-policy_cluster_1 cluster.
Click Next to continue.

(Note: Configuring a non-clustered setup on a single node, skip this screen.)

225
Oracle Fusion Middleware 12c on SLES 12 SP3

14). The Server templates screep appears.

If you are creating dynamic clusters for a high availability setup, use the Server Templates screen to
define one or more server templates for domain. To continue configuring the domain, click Next.

226
Oracle Fusion Middleware 12c on SLES 12 SP3

15). The Dynamic Servers screep appears.

If you are creating dynamic clusters for a high availability setup, use the Dynamic Servers screen to
configure the dynamic servers. If you are not configuring a dynamic cluster, click Next to continue
configuring the domain.

227
Oracle Fusion Middleware 12c on SLES 12 SP3

16). The Assign Servers to Clusters screen appears.

Use the Assign Servers to Clusters screen to assign Managed Servers to a new configured cluster.
Click Next to continue.

228
Oracle Fusion Middleware 12c on SLES 12 SP3

17). The Coherence Clusters screen appears.

Leave the default port number as the Coherence cluster listen port. After configuration, the Coherence
cluster is automatically added to the domain. Click Next to continue.

229
Oracle Fusion Middleware 12c on SLES 12 SP3

18). The Machines screen appears.

To create a new machine so that Node Manager can start and stop servers. Click Next to continue.

230
Oracle Fusion Middleware 12c on SLES 12 SP3

19). The Assign Servers to Machines screen appears.

Use the Assign Servers to Machines screen to assign the Managed Servers to the new machine you
just created. Click Next to continue.

231
Oracle Fusion Middleware 12c on SLES 12 SP3

20). The Virtual Targets screep appears.

If you have a WebLogic Server Multitenant (MT) environment, you use the Virtual Targets screen to add
or delete virtual targets. For this installation (not a WebLogic Server MT environment), you do not enter
any values; just select Next.

232
Oracle Fusion Middleware 12c on SLES 12 SP3

21). The Partitions screep appears.

The Partitions screen is used to configure partitions for virtual targets in WebLogic Server Multitenant
(MT) environments. Select Next without selecting any options.

233
Oracle Fusion Middleware 12c on SLES 12 SP3

22). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

234
Oracle Fusion Middleware 12c on SLES 12 SP3

23). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. After the domain successful created, click
Next to continue.

235
Oracle Fusion Middleware 12c on SLES 12 SP3

24). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

236
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Verifying Oracle Access Manager(OAM) Installation and Configuration

3-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

3-2. Starting the Node Manager and the Admin Server.

Starting the Node Manager, go to the DOMAIN_HOME/bin directory and run


'nohup ./startNodeManager.sh > nm.out&'

237
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh.

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

238
Oracle Fusion Middleware 12c on SLES 12 SP3

3-3. Checking Oracle Identity and Access Management 12c Product URLs.

1). Access to Administration Server Console

Login Page:

Home Page:

239
Oracle Fusion Middleware 12c on SLES 12 SP3

Viewing the summary of servers:

Verify that the Admin Server can connect to the node manager running on your machine.
Environments -> Machines -> <your machine> -> Monitoring. The status should show: Reachable

240
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Access to Enterprise Manager Console.

Login Page:

Home Page:

241
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the managed oam server and oam policy server defined in domain, wait until these
servers come up into RUNNING state:

After they start up successfully, each managed server is listed as Running.

242
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Access to Oracle Access Management Console - URL:http://host:port/oamconsole

243
Oracle Fusion Middleware 12c on SLES 12 SP3

244
Oracle Fusion Middleware 12c on SLES 12 SP3

4). Access to Policy Manager Console - URL:http://host:port/access

End of Oracle Access Manager.

245
Oracle Fusion Middleware 12c on SLES 12 SP3

**************************************************
Oracle Identity Manager
**************************************************

1.Installing Oracle Identity and Access Management 12cPS3 software

1-1. Prerequisites:

Installation of Oracle Identity and Access Management requires:

1). Oracle Database 12cR2 (12.2.0.1.0) installed.

(Note: With DB version 12, XA transaction recovery views/synonyms are required by the OIM
Schema.To install these views/synonyms via the initxa.sql and xaview.sql scripts.

246
Oracle Fusion Middleware 12c on SLES 12 SP3

Also, please make sure that database initialization parameter OPEN_CURSORS greater than
or equal to 800; Login to database server as root user and execute the SQL command:
"alter system set open_cursors=1600 scope=spfile;" then restart the database

)
2). Oracle JDK 1.8.0_131 and later installed.

1-2. Log in to the target system (SLES 12 64-bit OS) as a non-admin user. Download the Oracle
Identity and Access Management 12cPS3 (12.2.1.3.0) generic installer .zip file from
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware.
(Note: Please ensure the installation user has the proper permissions to install and configure the
software.)

1-3. Go to the directory where you downloaded the installation program. Extract the contents of these
.zip ("fmw_12.2.1.3.0_idmqs_Disk1_1of2.zip" and "fmw_12.2.1.3.0_idmqs_Disk1_2of2.zip") files and
launch the installation program by running 'java -jar fmw..... .jar '

For the actual installation, follow the steps below:

247
Oracle Fusion Middleware 12c on SLES 12 SP3

1). Welcome page appears.

This page welcomes you to the installation. Click Next to continue.

248
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Auto Updates page appears.

This screen helps to quickly and easily search for the latest software updates, including important
security updates, via your My Oracle Support account. Make your choices, then click Next to continue.

249
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The Installation Location page appears.

Specify the Oracle home location into which you want to install the product(s). Click Next to continue.

250
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Prerequisites Checks page appears.

This pages shows you the progress of the system checking the prerequisites on your system prior to
installation. If you are lacking any prerequisites, a message will appear telling you so. You do not need
to take any actions on this page, though you can view the log from here. Click Next to continue.

251
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Installation Summary page appears.

This page shows you what components and features are about to be installed. If you need to make
changes, click Back, otherwise, click Install to start the installation.

252
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Installation Progress page appears.

This page shows you the progress of the installation, and will warn you if there are any problems.You
can view messages and logs from this page, but typically no action is required here. When progress is
complete, click Next (go to a Summary page). Alternatively, you can click Finish.

253
Oracle Fusion Middleware 12c on SLES 12 SP3

7). If you clicked Next, the Installation Complete page appears, showing you the components that
have been installed.

This screen displays the Installation Location and the Feature Sets that are installed. Review this
information and click Finish to close the installer.

254
Oracle Fusion Middleware 12c on SLES 12 SP3

2. Configuring the Oracle Identity Manager Domain

2-1. Creating Database Schema through Repository Creation Utility for OIM.

Repository Creation Utility (RCU) is available with the Oracle Fusion Middleware Infrastructure 12c
distribution. Run $FMW_HOME/oracle_common/bin/rcu and create required database schemas for
Oracle Identity Manager.

Screenshot: Database schemas creating for Oracle Identity Manager.

Select the Create new prefix radio button and provide a schema prefix (such as DEV). Select
the Oracle Identity Manager schema, this action automatically selects the schemas as
dependencies, and ensure the schema creation is successful.

255
Oracle Fusion Middleware 12c on SLES 12 SP3

2-2. Configuring a Domain for Oracle Identity Manager(OIM) using the Config Wizard

In order to complete the configuration. Run the config wizard using config.sh located in the
ORACLE_HOME/oracle_common/common/bin directory.

Follow these steps:

1). On the Configuration Type screen, select Create a new domain, and enter the desired domain
home path.

Click Next to continue.

256
Oracle Fusion Middleware 12c on SLES 12 SP3

2). The Templates screen appears.

On the Templates screen, make sure Create Domain Using Product Templates is selected, then
select the template Oracle Identity Manager - 12.2.1.3.0 [idm].

Selecting these templates automatically selects the following as dependencies:

• Oracle SOA Suite - 12.2.1.3.0 [soa]


• Oracle Enterprise Manager - 12.2.1.3.0 [em]
• Oracle JRF - 12.2.1.3.0 [oracle_common]
• Oracle WSM Policy Manager - 12.2.1.3 [oracle_common]
• WebLogic Coherence Cluster Extension - 12.2.1.3.0 [wlserver]

You can also select any of the Oracle products listed in the following table. You do not need to select all
of these templates, and you can always run the configuration wizard again to add products to your
domain later. Click Next to continue.

257
Oracle Fusion Middleware 12c on SLES 12 SP3

3). The High Availability Options screen appears.

Keep the default value for Application location.Click Next to continue.

258
Oracle Fusion Middleware 12c on SLES 12 SP3

4). The Application Location screen appears.

Keep the default value for Application location.Click Next to continue.

259
Oracle Fusion Middleware 12c on SLES 12 SP3

5). The Administrator Account screen appears.

Enter the WebLogic Domain administration username and password. This information will be needed to
access WebLogic Server Control and Fusion Middleware Control. Click Next to continue.

260
Oracle Fusion Middleware 12c on SLES 12 SP3

6). The Domain Mode and JDK screen appears.

Select Production in the Domain Mode field and select the Oracle HotSpot JDK in the JDK field.
Click Next to continue.

261
Oracle Fusion Middleware 12c on SLES 12 SP3

7). The Database Configuration Type screen appears.

Select RCU Data to activate the fields. The RCU Data option instructs the Configuration Wizard to
connect to the database and Service Table (STB) schema to automatically retrieve schema information
for the schemas needed to configure the domain. Enter the RCU DB connection information, then click
Get RCU Configuration. You should receive a success message. Click Next to continue.

262
Oracle Fusion Middleware 12c on SLES 12 SP3

8). The JDBC Component Schema screen appears.

Our instructions assume each Repository schema uses the same password. If not, enter the correct
schema passwords. Click Next to continue.

263
Oracle Fusion Middleware 12c on SLES 12 SP3

9). The JDBC Component Schema Test screen appears.

The tests are run and the results given. Ensure all test results are successful.Click Next to continue.

264
Oracle Fusion Middleware 12c on SLES 12 SP3

10). The Credentials screen appears.

Use the Credentials screen to set credentials for each key in the domain. Ensure that you specify
'keystore' as the username for the key Keystore, and 'xelsysadm' as the username for the key
sysadmin.

265
Oracle Fusion Middleware 12c on SLES 12 SP3

11). The Keystore screen appears.

Accept the defaults and click Next to continue.

266
Oracle Fusion Middleware 12c on SLES 12 SP3

12). The Advanced Configuration screen appears.

On the Advanced Configuration screen, select:


• Administration Server
• Node Manager
• Topology
Then, click Next to continue.

267
Oracle Fusion Middleware 12c on SLES 12 SP3

13). The Administration Server screen appears.

Use the Administration Server screen to select the IP address of the host. Select the drop-down list
next to Listen Address and select the IP address of the host where the Administration Server will
reside, or use the system name or DNS name that maps to a single IP address. Click Next to continue.

268
Oracle Fusion Middleware 12c on SLES 12 SP3

14). Configuring Node Manager screen appears.

Select Per Domain Default Location as the Node Manager type, then specify Node Manager
credentials. Click Next to continue.

269
Oracle Fusion Middleware 12c on SLES 12 SP3

15). The Managed Servers screen appears.

On the Managed Servers screen, new Managed Servers named: oim_server1 and soa_server1 are
automatically created. In the Listen Address drop-down list, select the IP address of the host on which
the Managed Server will reside or use the system name or DNS name that maps to a single IP address.
The default Server Groups have already been selected for each server. Click Next to continue.

270
Oracle Fusion Middleware 12c on SLES 12 SP3

16). The Clusters screen appears.

On the Clusters screen:


1. Click Add.
2. Specify oim_cluster_1 in the Cluster Name field.
3. Leave the Cluster Address field blank.
4. Repeat these steps to create soa_cluster_1 cluster.
Click Next to continue.

(Note: If you are configuring a non-clustered setup on a single node, skip this screen.)

271
Oracle Fusion Middleware 12c on SLES 12 SP3

17). The Server templates screep appears.

If you are creating dynamic clusters for a high availability setup, use the Server Templates screen to
define one or more server templates for domain. To continue configuring the domain, click Next.

272
Oracle Fusion Middleware 12c on SLES 12 SP3

18). The Dynamic Servers screep appears.

If you are creating dynamic clusters for a high availability setup, use the Dynamic Servers screen to
configure the dynamic servers. If you are not configuring a dynamic cluster, click Next to continue
configuring the domain.

273
Oracle Fusion Middleware 12c on SLES 12 SP3

19). The Assign Servers to Clusters screen appears.

Use the Assign Servers to Clusters screen to assign Managed Servers to a new configured cluster.
Click Next to continue.

274
Oracle Fusion Middleware 12c on SLES 12 SP3

20). The Coherence Clusters screen appears.

Leave the default port number as the Coherence cluster listen port. After configuration, the Coherence
cluster is automatically added to the domain. Click Next to continue.

275
Oracle Fusion Middleware 12c on SLES 12 SP3

21). The Machines screen appears.

To create a new machine so that Node Manager can start and stop servers. Click Next to continue.

276
Oracle Fusion Middleware 12c on SLES 12 SP3

22). The Assign Servers to Machines screen appears.

Use the Assign Servers to Machines screen to assign the Managed Servers to the new machine you
just created. Click Next to continue.

277
Oracle Fusion Middleware 12c on SLES 12 SP3

23). The Virtual Targets screep appears.

If you have a WebLogic Server Multitenant (MT) environment, you use the Virtual Targets screen to add
or delete virtual targets. For this installation (not a WebLogic Server MT environment), you do not enter
any values; just select Next.

278
Oracle Fusion Middleware 12c on SLES 12 SP3

24). The Partitions screep appears.

The Partitions screen is used to configure partitions for virtual targets in WebLogic Server Multitenant
(MT) environments. Select Next without selecting any options.

279
Oracle Fusion Middleware 12c on SLES 12 SP3

25). The Configuration Summary screen appears.

Select Create to accept the above options and start creating and configuring a new domain.

280
Oracle Fusion Middleware 12c on SLES 12 SP3

26). The Configuration Progress screen appears.

Wait for this part of the configuration to complete. Depending on the location and performance of the
Repository database, this process may take a few minutes. After the domain successful created, click
Next to continue.

281
Oracle Fusion Middleware 12c on SLES 12 SP3

27). The End of Configuration screen appears.

Once you see: "Oracle Weblogic Server Configuration Succeeded", record the 'Domain Location' and
'Admin Server URL', then click Finish to dismiss the Configuration Wizard.

282
Oracle Fusion Middleware 12c on SLES 12 SP3

2-3. Performing Post-Configuration Tasks

After you configure the Oracle IDM domain, perform the necessary post-configuration tasks.

1). Running the Offline Configuration Command.

To run the offlineConfigManager command, do the following:

• Set the following environment variables to the right values.

DOMAIN_HOME
JAVA_HOME

• Run the setDomainEnv script from %DOMAIN_HOME%\bin, in order to set up all of the
required environment variables.

./setDomainEnv.sh

• Run the following command from the location OIM_HOME/server/bin/:

./offlineConfigManager.sh

283
Oracle Fusion Middleware 12c on SLES 12 SP3

284
Oracle Fusion Middleware 12c on SLES 12 SP3

3. Verifying Oracle Identity Manager(OIM) Installation and Configuration

3-1. Check for the presence of installation log files in logs directory inside your Oracle Inventory
directory. Also, check the domain server logs, which are located in the servers directory inside the
domain home directory.

3-2. Starting the Node Manager and the Admin Server.

Starting the Node Manager, go to the DOMAIN_HOME/bin directory and run


'nohup ./startNodeManager.sh > nm.out&'

285
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the Admin Server, go to the DOMAIN_HOME/bin directory and run ./startWebLogic.sh.

You know that the administrator server is running when you see the following output:

-------------------------------------------------------------------------------
Server state changed to RUNNING.
-------------------------------------------------------------------------------

286
Oracle Fusion Middleware 12c on SLES 12 SP3

3-3. Checking Oracle Identity and Access Management 12c Product URLs.

1). Access to Administration Server Console

Login Page:

Home Page:

287
Oracle Fusion Middleware 12c on SLES 12 SP3

Viewing the summary of servers:

Verify that the Admin Server can connect to the node manager running on your machine.
Environments -> Machines -> <your machine> -> Monitoring. The status should show: Reachable

288
Oracle Fusion Middleware 12c on SLES 12 SP3

2). Access to Enterprise Manager Console.

Login Page:

Home Page:

289
Oracle Fusion Middleware 12c on SLES 12 SP3

Starting the managed soa server defined in domain, wait until is comes up into RUNNING state
and then starting oim server:

After they start up successfully, each managed server is listed as Running.

290
Oracle Fusion Middleware 12c on SLES 12 SP3

3). Access to OIM Identity Self Service – URL:http://host:port/identity

291
Oracle Fusion Middleware 12c on SLES 12 SP3

292
Oracle Fusion Middleware 12c on SLES 12 SP3

4). Access to OIM Identity System Administration Console – URL:http://host:port/sysadmin

293
Oracle Fusion Middleware 12c on SLES 12 SP3

5). Access to Oracle SOA infrastructure Main Page – URL:http://host:port/soa-infra

294
Oracle Fusion Middleware 12c on SLES 12 SP3

6). Access to Oracle SOA composer - URL:http://host:port/soa/composer

295
Oracle Fusion Middleware 12c on SLES 12 SP3

7). Verifying connection for OIM design console. Launch the Design Console (via the xlclient.sh script in
$MW_HOME/idm/designconsole)

export JAVA_HOME=xxx
chmod +x xlclient.sh
./xlclient.sh

296
Oracle Fusion Middleware 12c on SLES 12 SP3

Click on Login. Then click Yes to confirm.

Viewing OIM Design Console.

End of Oracle Identity Manager.

297
Oracle Fusion Middleware 12c on SLES 12 SP3

Additional Comments
This document shows how to install and configure a standard topology for Oracle Fusion Middleware
components 12c on SLES 12 SP3. You can extend this topology to make it highly available and secure
so it is suitable for a production system.

Thank you !
SUSE ISV Engineering Team
Mar 15th, 2018

https://www.suse.com

298

You might also like