Skip to content

Commit

Permalink
added to other section
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-sa committed Oct 25, 2023
1 parent 0a2556e commit aa578c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,21 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
cd "C:\Install\Cortex Innovation {{< version >}} - App Server Install Scripts"
```
1. Run the `Cortex.Innovation.Test.PortUsage.ps1` script using the following command, modifying the `ApplicationServers` value to contain the NETBIOS names or fully qualified domain names of the Application Servers:
1. Run the `Cortex.Innovation.Test.PortUsage.ps1` script using the following command:
1. Choose the tab below that matches the configuration for this installation, then update the script to match, changing the parameters according to the details given below:
{{< tabpane lang="powershell" >}}
{{< tab header="Built-in Load Balancer">}}
.\Cortex.Innovation.Test.PortUsage.ps1 -ApplicationServers @("app-server1", "app-server2", "app-server3") -LoadBalancerServer "lb-server"
{{< /tab >}}
{{< tab header="Alternative Load Balancer" >}}
.\Cortex.Innovation.Test.PortUsage.ps1 -ApplicationServers @("app-server1", "app-server2", "app-server3")
{{< /tab >}}
{{< /tabpane >}}
```powershell
.\Cortex.Innovation.Test.PortUsage.ps1 -ApplicationServers @("app-server1", "app-server2", "app-server3")
```
| Name | Description |
|----------------------------------------------|-------------|
|`ApplicationServers` | Configure this value with the NETBIOS names or fully qualified domain names of the Application Servers. |
|`LoadBalancerServer` | Configure this value with the the NETBIOS names or fully qualified domain name of the Load Balancer Servers. |
1. A credentials prompt will appear. Enter credentials of a domain user that is a member of the local Administrators group on all Application Servers and press OK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
cd "C:\Install\Cortex Innovation {{< version >}} - App Server Install Scripts"
```
1. Run the `Cortex.Innovation.Test.PortUsage.ps1` script using the following command, modifying the `ApplicationServers` value to contain the NETBIOS names or fully qualified domain names of the Application Servers:
1. Run the `Cortex.Innovation.Test.PortUsage.ps1` script using the following command:
1. Choose the tab below that matches the configuration for this installation, then update the script to match, changing the parameters according to the details given below:
{{< tabpane lang="powershell" >}}
{{< tab header="Built-in Load Balancer">}}
Expand All @@ -115,6 +115,11 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
{{< /tab >}}
{{< /tabpane >}}
| Name | Description |
|----------------------------------------------|-------------|
|`ApplicationServers` | Configure this value with the NETBIOS names or fully qualified domain names of the Application Servers. |
|`LoadBalancerServer` | Configure this value with the the NETBIOS names or fully qualified domain name of the Load Balancer Servers. |
1. A credentials prompt will appear. Enter credentials of a domain user that is a member of the local Administrators group on all Application Servers and press OK.
1. If all ports are free, the script will report the following for each Application Server:
Expand Down

0 comments on commit aa578c5

Please sign in to comment.