Create an Edge diagnostics file
You can create an Edge diagnostics file to check issues with the Edge site installation in your environment.
Prerequisites
- You have created an Edge site.
- You have downloaded the Edge installer.
Steps
Edge site is not yet installed
You can run the diagnostics script without an Edge site installed to check if your system meets all requirements to install the Edge site.
- Extract the Edge installer.
tar -xf <edge-site-id>-installer.tgz
- On the command line, go to the folder with the extracted files.
- In this folder, go to resources/tools.
- Run the following command to create the diagnostics file:
edge-diagnostics.sh --diag-file <file name>.tgz
A TGZ file with the given file name is created and contains all Edge diagnostics file.
Edge site is already installed
On the command line, run the following command to create the diagnostics file:
edge diagnostics --diag-file <file name>.tgz
A TGZ file with the given file name is created and contains all Edge diagnostics file.
Tip If the Edge command is not available, you will need to download the Edge tool.
What's next?
You can send the diagnostics file to Collibra support to help you resolve your installation issues.