Following this article allows to check the GSX Robot host is properly configured and meeting all prerequisites to properly run GSX Gizmo Boston version.
We ensure the machine is ready by running a PowerShell script to verify the .NET Framework version, Visual C++, the PowerShell version and Execution policy.
A GSX Robot Manager sends data to RabbitMQ running on the Gizmo server. It also sends and receives data from the IIS server. The following network flow should be available before the installation.
Source | Direction | Destination | Protocol | Port |
Robot Manager | <--> | Gizmo IIS | TCP | 80 |
Robot Manager | --> | Gizmo RabbitMQ | TCP | 5672 |
Instructions
Download and execute a PowerShell script to check the host machine is ready:
- Download the CheckRobotPrerequisites.ps1 PowerShell script.
- if you have access to our SharePoint, the latest version of the script is always available here.
- if you do not have access to our SharePoint, we attached a version of the script to this article here (you can also find it in the "Downloads" section at the bottom of this page).
- Open PowerShell as Administrator.
- Navigate to the script location in PowerShell:
- Run CheckRobotPrerequisites.ps1.
- The script validates all required prerequisites are met on the robot machine, highlighting any that are missing.
Now that all the prerequisites are met, follow this article to install GSX Gizmo Boston.
Prerequisites validated:
- .NET Framework version:
- Version 4.6.2 minimum.
- PowerShell version:
- Version 4 minimum.
- PowerShell x86 Execution policy:
- Remote Signed or Unrestricted
- Visual C++
- 2015 Redistributable X86 minimum.
Example of Output:
All prerequisites in place:
Missing prerequisites:
Now that all the prerequisites are met, follow this article to install GSX Gizmo Boston.