You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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)
50
50
51
51
## Prerequisites
52
52
@@ -390,7 +390,7 @@ Now, the machine and database are ready, let's move on to create a new domain fo
390
390
- Deployment and Services
391
391
- Page10: Administration Server
392
392
- 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)
394
394
- Listen Port: 7001
395
395
- Server Groups: WSMPM-MAN-SVR
396
396
- Page11: Node Manager
@@ -961,7 +961,7 @@ To enable Reports in process server, you are required to create and start Report
961
961
- Prepare Python script to create Reports component, please modify value of `adminServerIP`, `wlsUsername`, `wlsPassword` and `index`.
962
962
963
963
```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)
965
965
adminServerIP=10.0.0.16
966
966
# Username of WebLogic admin account
967
967
wlsUsername="weblogic"
@@ -1109,7 +1109,7 @@ The Admin Server is a single point of failure: if the server fails, the Domain i
1109
1109
1110
1110
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.
1111
1111
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:
1113
1113
1114
1114
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.
1115
1115
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