Technical support#
On occasion, it may be necessary to troubleshoot technical issues that arise in Nokia EDA clusters. When working with Nokia technical support engineers, collaboration often requires sharing a set of background data about the Nokia EDA system that can help pinpoint and resolve the issue.
To help collect the necessary data, Nokia EDA includes a shell script you can use to automatically collect and package the necessary technical data about your system and the status of relevant components.
To execute the shell script, open a shell to the eda-toolbox pod and run the /tools/techsupport/techsupport.sh script.
The output of the script is a gzipped tarball containing the following data:
- Logs from the cluster.
- Various information from Kubernetes, collected from all namespaces:
- all
Servicesdata, including YAML. - all
Podsdata, including YAML. - all
Nodesdata, including YAML. Note that these are Kubernetes worker nodes, not Nokia EDATopoNodes.
- all
- Various information relating to Nokia EDA:
- all CRDs, including YAML.
- all resources of all CRDs, including YAML. This is essentially a full collection of all resources that are not native to Kubernetes.
- all transactions, including YAML.
- a system backup, which includes all Git repositories.