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
In the Networking tab, enable `Public endpoint` and allow access from `Azure services`:
23
+
In the **Networking** tab, enable `Public endpoint` and allow access from `Azure services`:
22
24
> NOTE: It is not recommended to use a public IP. In a production environment, you should use a private IP.
23
25
24
26

25
27
26
-
You can now review your configuration and proceed to create the Managed Instance. While it can take up to six hours, in most cases, it is created in approximately one hour:
28
+
Click the **Review + create** button to review your configuration and proceed to create the Managed Instance. While it can take up to six hours, in most cases, it is created in approximately one hour:
27
29
28
30

29
31
30
-
Once the SQL Managed Instance is operational, you have the ability to establish a database within it:
32
+
Once the SQL Managed Instance is operational, you have the ability to establish a database within it.
33
+
34
+
Click **+ New database** to create one with `odmdb` as *Database name*:
31
35
32
36

33
37
34
38
Later you'll need the FQDN for your SQL MI; it can be found as `Host` in the instance Overview:
35
39
36
40

37
41
38
-
The port to use should always be 3342 but you can verify it in the public JDBC connection string from your SQL Managed Instance:
42
+
The port to use should always be 3342. You can verify it in the public *JDBC* connection string of your SQL Managed Instance (under **Setting** section):
> db-user must not contain the `@<managedinstancename>` part!
51
55
52
-
Then you can deploy ODM with:
53
-
54
56
You can now install the product.
55
57
- Get the [aks-sqlmi-values.yaml](./aks-sqlmi-values.yaml) file and replace the following keys:
56
58
-`<registrysecret>` is your registry secret name
57
-
-`<postgresqlserver>` is your flexible postgres server name
58
59
-`<odmdbsecret>` is the database credentials secret name
59
60
-`<mynicecompanytlssecret>` is the container certificate
60
-
-`<password>` is the password to login with the basic registry users like `odmAmin`
61
+
-`<password>` is the password to login with the basic registry users like `odmAdmin`
61
62
-`<sqlminame>` is the name of the SQL managed instance
62
63
-`<identifier>` is the identifier of the dnsZone of the SQL managed instance
63
64
65
+
> [!NOTE]
66
+
> Make sure that you have created the registry secret and also the container certificate secret as explained in [Prepare your environment for the ODM installation](README.md#prepare-your-environment-for-the-odm-installation).
> By default, the NGINX Ingress controller does not enable sticky session. If you want to use sticky session to connect to DC, refer to [Using sticky session for Decision Center connection](../../contrib/sticky-session/README.md)
61
+
> By default, the NGINX Ingress controller does not enable sticky session. If you want to use sticky session to connect to DC, refer to [Using sticky session for Decision Center connection](../../contrib/sticky-session/README.md#configuring-ingress-to-use-sticky-sessions)
62
62
63
63
64
64
### Edit the file /etc/hosts on your host
@@ -101,7 +101,7 @@ Where:
101
101
102
102
This section explains how to track ODM usage with the IBM License Service.
103
103
104
-
Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=ils-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
104
+
Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.12.0?topic=ilsfpcr-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
105
105
106
106
### Patch the IBM Licensing instance with Nginx configuration
107
107
@@ -140,7 +140,7 @@ Otherwise, you can also retrieve the licensing report .zip file by running:
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=service-troubleshooting-license).
143
+
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.12.0?topic=service-troubleshooting-license).
0 commit comments