Skip to content

Commit 0affa2c

Browse files
author
Donna-Marie Smith
committed
Merge branch 'main' of https://github.com/CortexIntelligentAutomation/docs into 2025.5
2 parents 1af99b8 + 81ed8b3 commit 0affa2c

File tree

219 files changed

+3674
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+3674
-309
lines changed

assets/scss/_content.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,11 @@
185185
}
186186

187187
>.scribe-video {
188-
max-width: 640px;
189188
width: 100%;
190189
animation: fadeIn 2s;
191190

192191
iframe {
193-
height: 640px;
192+
height: 700px;
194193
width: 100%;
195194
aspect-ratio: 16 / 9;
196195
border-radius: 5px;

content/en/docs/2024.11/Guides/upgrade-cortex/advanced/upgrade-flows.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/en/docs/2024.9/Guides/upgrade-cortex/advanced/upgrade-flows.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/en/docs/2025.1/Guides/upgrade-guides/upgrade-cortex/advanced/upgrade-flows.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/en/docs/2025.3/FAQs/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ linkTitle: "FAQs"
44
description: "Answers to our most frequently asked questions."
55
weight: 10000
66
---
7-
8-
{{< workinprogress >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "How do I check cluster health?"
3+
linkTitle: "How do I check cluster health?"
4+
description: "Instructions on how to check the health of your cluster."
5+
weight: 100
6+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Multiple Server with HA"
3+
linkTitle: "Multiple Server with HA"
4+
description: "Instructions on how to check the health of your multiple server cluster."
5+
weight: 1
6+
---
7+
8+
# Check Cluster Health
9+
10+
## Import Client Certificate
11+
12+
In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.
13+
14+
Instructions on how to do this can be found [here][Import Client Certificate].
15+
16+
## View Cluster Health
17+
18+
1. Open a web browser.
19+
1. {{< section "/install-application-server/multi-server/check-application-services.md">}}
20+
21+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MultiServer" >}}
23+
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Single Server without HA"
3+
linkTitle: "Single Server without HA"
4+
description: "Instructions on how to check the health of your single server cluster."
5+
weight: 2
6+
---
7+
8+
# Check Cluster Health
9+
10+
## Import Client Certificate
11+
12+
In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.
13+
14+
Instructions on how to do this can be found [here][Import Client Certificate].
15+
16+
## View Cluster Health
17+
18+
1. Open a web browser.
19+
1. {{< section "/install-application-server/single-server/check-application-services.md">}}
20+
21+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.SingleServer" >}}
23+
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "How do I import the client certificate used to check cluster health?"
3+
linkTitle: "How do I import the client certificate used to check cluster health?"
4+
description: "Instructions on how to import the client certificate used to check the cluster health."
5+
weight: 100
6+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Multiple Server with HA"
3+
linkTitle: "Multiple Server with HA"
4+
description: "Instructions on how to import the client certificate used to check your multiple server cluster health."
5+
weight: 1
6+
---
7+
8+
# Import Client Certificate
9+
10+
## Using CA Certificates
11+
12+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate specified for `ClientCertificatePath` during [installation of the Application Servers][Configure Application Server Installation Script], or `ServerCertificatePath` during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
13+
14+
{{< section "/faqs/import-ca-client-certificate.md">}}
15+
16+
## Using Self Signed Certificates
17+
18+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate generated when specifying `UseSelfSignedCertificates` during [installation of the Application Servers][Configure Application Server Installation Script], or during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
19+
20+
{{< section "/faqs/import-selfsigned-client-certificate.md">}}
21+
22+
[Configure Application Server Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
23+
[Configure Flow Debugger Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureDebuggerInstallationScript" >}}

0 commit comments

Comments
 (0)