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
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md
+8-17Lines changed: 8 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ On the Web Application Server:
222
222
223
223
1. Open IIS.
224
224
1. Expand the current node, then `Sites`.
225
-
1. Expand the website that contains the `Cortex` application, typically named `Cortex`.
225
+
1. Expand the website that contains the {{% ctx %}} application, typically named `Cortex`.
226
226
1. To convert the {{% ctx %}} Configuration Portal folder to an Application:
227
227
1. Locate the `ConfigurationPortal` folder
228
228
1. Right-click on `ConfigurationPortal`.
@@ -255,12 +255,9 @@ These steps are only needed if the {{% ctx %}} Interaction Portal is not already
255
255
These steps will need to be repeated on all Application Servers.
256
256
{{< /alert >}}
257
257
258
-
On the Application Server:
258
+
On each Application Server:
259
259
260
-
1. Navigate to `C:\ProgramData\SF\<Customer>.<node>\Fabric\work\Applications\Cortex.Innovation.Core_App0\ApiGatewayPkg.Code.<version>`
261
-
{{< alert type="note" title="Note" >}}
262
-
`<Customer>` and `<node>` will depend on how the node was configured during the installation of {{% ctx %}}.
263
-
{{< /alert >}}
260
+
1. Navigate to the Execution service directory, e.g. `%ProgramData%\SF\<CustomerName>.<NodeName>\Fabric\work\Applications\Cortex.Innovation.Core_App<n>\ApiGatewayPkg.Code.<Version>` replacing `<CustomerName>` with the CustomerName configured during installation, `<NodeName>` with the NETBIOS name of the server, `<n>` with the highest number in the directory and `<Version>` with the latest version in the directory.
264
261
1. Open the `appsettings.json` file.
265
262
1. Under the `Cors` section, update the following parameters:
266
263
| Name | Description | Example |
@@ -294,25 +291,19 @@ On the Application Server:
294
291
```
295
292
296
293
1. Save the file.
297
-
1. Repeat these steps for the appsettings.json file located in `C:\ProgramData\SF\<Customer>.<node>\Fabric\work\ImageCache\Store\Cortex.Innovation.Core\ApiGatewayPkg.Code.<version>`.
294
+
1. Repeat these steps for the appsettings.json file located in `C:\ProgramData\SF\<CustomerName>.<NodeName>\Fabric\work\ImageCache\Store\Cortex.Innovation.Core\ApiGatewayPkg.Code.<Version>`.
298
295
299
296
#### Restart the code package
300
297
301
-
{{< alert color="warning" title="Important" >}}
302
-
These steps will need to be repeated on all Application Servers.
303
-
{{< /alert >}}
304
-
305
-
On the Application Server:
306
-
307
298
1. Navigate to the Service Fabric Explorer, typically `http://localhost:9080/Explorer`.
308
-
1. Restart the `ApiGatewayPkg` by following these steps:
309
-
1. Expand the `Nodes`
310
-
1. Select the current node
299
+
1. Expand the `Nodes`
300
+
1. Restart the `ApiGatewayPkg` for each node by following these steps:
301
+
1. Expand the node name
311
302
1. Expand `fabric:/Core/Services`
312
303
1. Expand the `ApiGatewayPkg` service package
313
304
1. Expand `Code Packages`
314
305
1. Hover over `Code` and click on the `▼` button
315
-
1. Click `Restart`
306
+
1. Confirm the restart as prompted, then click `Restart`
316
307
317
308
{{< alert type="note" title="Note" >}}
318
309
It may take a few minutes for the `Code` package to restart.
0 commit comments