Skip to content

Commit c091a5f

Browse files
committed
HA for app gateway
1 parent 3e8da0d commit c091a5f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ You will get Forms and Reports running as the picture shows:
1414

1515
Network and Availability Zone topology. This sample does not cover high availability for Oracle Database, you can follow [Oracle HA in Azure- Options](https://techcommunity.microsoft.com/t5/data-architecture-blog/oracle-ha-in-azure-options/ba-p/2281896) to create Oracle Data Guard.
1616

17+
Azure Application Gateways are always deployed in a highly available fashion. You can scale up following [Scaling Application Gateway v2](https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-autoscaling-zone-redundant).
18+
1719
![Network and Availability Zone Topology](resources/network-and-availability-zones-topology.png)
1820

1921
## Contents
@@ -55,7 +57,7 @@ An Azure account with an active subscription. [Create an account for free](https
5557
## Provision Azure WebLogic Virtual Machine
5658

5759
Azure provides a series of Oracle WebLogic base images, it'll save your effort for Oracle tools installation.
58-
This document will setup Oracle Forms and Reports based on the Azure WebLogic base image, follow the steps to provision a machine with JDK and WebLogic installed:
60+
This sample will setup Oracle Forms and Reports based on the Azure WebLogic base image, follow the steps to provision a machine with JDK and WebLogic installed:
5961

6062
- Open [Azure portal](https://portal.azure.com/) from your browser.
6163
- Search `WebLogic 12.2.1.4.0 Base Image and JDK8 on OL7.6`, you will find the WebLogic offers, select **WebLogic 12.2.1.4.0 Base Image and JDK8 on OL7.6**, and click **Create** button.
@@ -78,7 +80,7 @@ It will take 10min for the offer completed. After the deployment finishes, you w
7880

7981
## Create Oracle Database
8082

81-
You are required to have a database to configure the JRF domain for Forms and Reports. This document will use Oracle Database.
83+
You are required to have a database to configure the JRF domain for Forms and Reports. This sample uses Oracle Database.
8284
Follow this [document](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/oracle/oracle-database-quick-create) to create an Oracle database
8385

8486
If you are following the document to create Oracle database, write down the credentials to create domain schema, username and password should be: `sys/OraPasswd1`
@@ -272,7 +274,7 @@ The following steps leverage XServer and RCU to create schemas on the Oracle dat
272274
- `bash /u01/app/wls/install/oracle/middleware/oracle_home/oracle_common/bin/rcu`
273275
- Step2: Create Repository -> System Load and Product Load
274276
- Step3: Input the connection information of Oracle database.
275-
- Step4: please note down the prefix, which will be used in the following configuration, this document uses `DEV0402`.
277+
- Step4: please note down the prefix, which will be used in the following configuration, this sample uses `DEV0402`.
276278
- STB
277279
- OPSS
278280
- IAU
@@ -840,7 +842,7 @@ Clone adminVM following [Clone machine for managed servers](#clone-machine-for-m
840842
841843
### Create managed servers and Forms component
842844
843-
Firstly, you are required to create and start replated components. This document will leverage WLST offline mode to update the existing domain with new machine, new managed servers and new component, which requires restart on Admin Server to cause changes working.
845+
Firstly, you are required to create and start replated components. This sample leverages WLST offline mode to update the existing domain with new machine, new managed servers and new component, which requires restart on Admin Server to cause changes working.
844846
845847
This is an example to update the existing domain to start Forms and Reports on mspVM3, replace the machine name and component name with yours.
846848
@@ -1130,7 +1132,7 @@ To move on, make sure you have enable secondary IP for Admin Server, see [Config
11301132
11311133
### Use a pre-defined backup machine
11321134
1133-
To make sure the domain configuration is the same in both machines, this approach move the domain configuration to shared storage, Azure File NFS share.
1135+
To make sure the domain configuration is the same in both machines, this approach move the domain configuration to shared storage, this sample uses Azure File NFS share.
11341136
11351137
- [Create NFS share](#create-nfs-share)
11361138
- [Mount NFS share to adminVM](#mount-nfs-share-to-adminvm)

0 commit comments

Comments
 (0)