I am trying to run " Oracle Fusion Middleware Infrastructure 12.2.1.3 ", based on:
“hub.docker.com”
The DB starts and is healthy, I have created the properties files and defined the environment variables, but when I try to create a new container, with the following command:
When I try to read the container logs, there also an error: “Error response from daemon: readlink /var/lib/docker/overlay2/l: invalid argument”. This means I cannot see what happens when the container is being created.
I installed Docker 19.03.2 in Linux 7.6, in a Virtual Box image, in my laptop extracting “docker-19.03.2.tgz”.
Could anybody help? Is the problem with my Docker installation? or with the Image? or with the properties/variables?
There are a few steps you must take to prepare for an Oracle Fusion Middleware Infrastructure installation.
Review this section thoroughly to ensure that you don’t encounter any problems during or after product installation and domain configuration.
Using This Document
There are certain scenarios that you want to use this guide for, and other sources of information.
About the Infrastructure Standard Installation Topology
The standard installation topology for Oracle Fusion Middleware Infrastructure has a standard WebLogic Server domain that contains an Administration Server and a cluster containing two Managed Servers.
Roadmap for Installing and Configuring the Standard Installation Topology
There are a series of steps to install and configure a standard Oracle Fusion Middleware Infrastructure installation topology.
Roadmap for Verifying Your System Environment
This topic has important information that you must read and understand before you begin installation and configuration steps.
Obtaining the Infrastructure Distribution
Before you obtain product distributions and run installers, verify that you have a certified JDK installed on your system.
About Installing Oracle User Messaging Service (UMS)
Oracle User Messaging Service (UMS) enables two-way communication between users and applications. UMS is part of the Oracle Fusion Middleware Infrastructure distribution and installs as part of the Oracle Fusion Middleware Infrastructure standard installation topology.
Using This Document
There are certain scenarios that you want to use this guide for, and other sources of information.
This section contains the following topics:
Using the Standard Installation Topology as a Starting Point
This guide helps you create the standard installation topology for Oracle Fusion Middleware Infrastructure. You can extend this topology to make it highly available and secure so that it is suitable for a production system.
Using this Document to Extend an Existing Domain
Procedures in this guide describe how to create a new domain; you can use the same instructions to extend an existing domain.
Using this Document in an Upgrade Scenario
If you are installing Oracle Fusion Middleware Infrastructure as part of an upgrade procedure, follow steps in this guide to install the software, but don’t run the Configuration Wizard to create a WebLogic domain. Learn Oracle Online Training
About Installing a Development Environment
This guide describes how to use the Oracle Fusion Middleware Infrastructure distribution to install and configure a standard installation topology as a starting point for a production environment.
I have FMW Infractructure 12.2.1.3 running in a Docker Container. I would like to know what password is assigned to the “INFRA01_MDS” DB user. It is not configured as an input parameter.
Based on “createOrStartInfraDomain.sh”, the MDS password should be the one configured in “domain_security.properties” (applicable to “sys” too), this mean: “Oradoc_db1”. However this password is not valid, is the latest valued hard-coded?