In order to have confidence in your environment being ready to install Management Suite. There are a lot of things to check. You need to make sure some key URLs are accessible through your firewall, make sure there is enough space on the disk and so on. We have created a script to make that easier.
Simply download and run the script on the server where you plan to later* install Management Suite.
To download and then run the script:
curl -O https://download.joingw.com/SUITE/prereqs.sh; bash prereqs.sh
To run the script directly:
curl -sSL https://download.joingw.com/SUITE/prereqs.sh | bash
Or you can download it manually from here, upload it to your server and run the script with:
bash prereqs.sh
Script options:
The output will look similar to the following:
It is important to note, that not all installs require all of the above URLs to be reachable. If you, for example use Microsoft 365 for calendaring and will be connected directly to your endpoints for OBTP. You may only need a 200 for "https://graph.microsoft.com".
All standard** installs will require the bottom six links, "licensing.synergysky.com" for API Key checks, "download.synergysky/download.com" for upgrading, then "mirrors.rockylinux.org" and "rockylinux.org" for patching your host OS.
*Can also be used post install for troubleshooting purposes, or when adding new integrations.
**Standard install assumes Management Suite is installed on top of an unchanged Rocky Linux OS, is connected to the internet and Management Suite was installed by running our scripts.