Skip to content

Commit 2f36bca

Browse files
committed
fix cotent table
1 parent fa1f12f commit 2f36bca

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

README.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@ Network and Availability Zone topology. This sample does not cover high availabi
1818

1919
## Contents
2020

21-
* [Prerequisites](#prerequisites)
22-
* [Provision Azure WebLogic Virtual Machine](#provision-azure-weblogic-virtual-machine)
23-
* [Create Oracle Database](#create-oracle-database)
24-
* [Create Windows VM and set up XServer](#create-windows-vm-and-set-up-xserver)
25-
* [Install Oracle Fusion Middleware Infrastructure](#install-oracle-fusion-middleware-infrastructure)
26-
* [Install Oracle Forms and Reports](#install-oracle-forms-and-reports)
27-
* [Clone machine for managed servers](#clone-machine-for-managed-servers)
28-
* [Create schemas using RCU](#create-schemas-using-rcu)
29-
* [Configure Virtual IP for Admin Server]()
30-
* [Configure Forms and Reports with a new domain](#configure-forms-and-reports-in-the-existing-domain)
31-
* [Create domain configuration](#create-domain-on-adminvm)
32-
* [Apply domain to managed servers](#create-domain-on-managed-machine)
33-
* [Create and start Reports components](#create-and-start-reports-components)
34-
* [Start Forms and Reports](#start-forms-and-reports-managed-servers)
35-
* [Add Forms and Reports replicas](#add-forms-and-reports-replicas)
36-
* [Create a new machine for new replicas](#create-a-new-machine-for-new-replicas)
37-
* [Create and start components](#create-forms-and-reports-components)
38-
* [Apply domain to the new machine](#apply-domain-to-the-new-machine)
39-
* [Start new replicas](#start-servers)
40-
* [Create Load Balancing with Azure Application Gateway](#configure-private-application-gateway)
41-
* [Create Application Gateway](#create-application-gateway)
42-
* [Configure Backend Pool](#configure-backend-pool)
43-
* [Configure Health Probe](#configure-health-probe)
44-
* [Enable Highly Available Administration Server](#create-highly-available-administration-server)
45-
* [Use a pre-defined backup machine]()
46-
* [Use Azure Site Recovery]()
47-
* [Validate](#validate)
48-
* [Clean up](#clean-up)
49-
* [Troubleshoot](#troubleshoot)
21+
- [Prerequisites](#prerequisites)
22+
- [Provision Azure WebLogic Virtual Machine](#provision-azure-weblogic-virtual-machine)
23+
- [Create Oracle Database](#create-oracle-database)
24+
- [Create Windows VM and set up XServer](#create-windows-vm-and-set-up-xserver)
25+
- [Install Oracle Fusion Middleware Infrastructure](#install-oracle-fusion-middleware-infrastructure)
26+
- [Install Oracle Forms and Reports](#install-oracle-forms-and-reports)
27+
- [Clone machine for managed servers](#clone-machine-for-managed-servers)
28+
- [Create schemas using RCU](#create-schemas-using-rcu)
29+
- [Configure Virtual IP for Admin Server](#configure-virtual-ip-for-admin-server)
30+
- [Configure Forms and Reports with a new domain](#configure-forms-and-reports-in-the-existing-domain)
31+
- [Create domain configuration](#create-domain-on-adminvm)
32+
- [Apply domain to managed servers](#create-domain-on-managed-machine)
33+
- [Create and start Reports components](#create-and-start-reports-components)
34+
- [Start Forms and Reports](#start-forms-and-reports-managed-servers)
35+
- [Add Forms and Reports replicas](#add-forms-and-reports-replicas)
36+
- [Create a new machine for new replicas](#create-a-new-machine-for-new-replicas)
37+
- [Create and start components](#create-forms-and-reports-components)
38+
- [Apply domain to the new machine](#apply-domain-to-the-new-machine)
39+
- [Start new replicas](#start-servers)
40+
- [Create Load Balancing with Azure Application Gateway](#configure-private-application-gateway)
41+
- [Create Application Gateway](#create-application-gateway)
42+
- [Configure Backend Pool](#configure-backend-pool)
43+
- [Configure Health Probe](#configure-health-probe)
44+
- [Enable Highly Available Administration Server](#create-highly-available-administration-server)
45+
- [Use a pre-defined backup machine]()
46+
- [Use Azure Site Recovery]()
47+
- [Validate](#validate)
48+
- [Clean up](#clean-up)
49+
- [Troubleshoot](#troubleshoot)
5050

5151
## Prerequisites
5252

@@ -390,7 +390,7 @@ Now, the machine and database are ready, let's move on to create a new domain fo
390390
- Deployment and Services
391391
- Page10: Administration Server
392392
- Server Name: `admin`
393-
- Listen Address: the virtual IP address created in [Configure Virtual IP for Admin Server](configure-virtual-ip-for-admin-server)
393+
- Listen Address: the virtual IP address created in [Configure Virtual IP for Admin Server](#configure-virtual-ip-for-admin-server)
394394
- Listen Port: 7001
395395
- Server Groups: WSMPM-MAN-SVR
396396
- Page11: Node Manager
@@ -961,7 +961,7 @@ To enable Reports in process server, you are required to create and start Report
961961
- Prepare Python script to create Reports component, please modify value of `adminServerIP`, `wlsUsername`, `wlsPassword` and `index`.
962962
963963
```shell
964-
# the virtual IP address created in [Configure Virtual IP for Admin Server](configure-virtual-ip-for-admin-server)
964+
# the virtual IP address created in [Configure Virtual IP for Admin Server](#configure-virtual-ip-for-admin-server)
965965
adminServerIP=10.0.0.16
966966
# Username of WebLogic admin account
967967
wlsUsername="weblogic"
@@ -1109,7 +1109,7 @@ The Admin Server is a single point of failure: if the server fails, the Domain i
11091109
11101110
The managed servers are still running and can continue to work, even if the Admin Server is not available, you can find [Oracle Fusion Middleware High Availability Guide](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/ashia/index.html) for more information.
11111111
1112-
This section enables high availability on Administration Server based on the virtual IP address you created previously in [Configure Virtual IP for Admin Server](configure-virtual-ip-for-admin-server), now you can use one of the approaches to achieve that:
1112+
This section enables high availability on Administration Server based on the virtual IP address you created previously in [Configure Virtual IP for Admin Server](#configure-virtual-ip-for-admin-server), now you can use one of the approaches to achieve that:
11131113
11141114
1. Moving of the configuration to the shared storage and setting up a backup host. The Administration Server on the active host owns the domain directory in shared storage. If the active host fails, the backup host takes over and restarts the Administration Server from the shared domain directory.
11151115
2. Leveraging Azure Site Recovery Service. The application consistent snapshot feature of Azure Site Recovery ensures that the data is in usable state after the failover. The service enables customers to use Azure as a disaster recovery site on a pay-as-you-go model without having to invest in additional infrastructure.

0 commit comments

Comments
 (0)