- play_arrow Troubleshoot Paragon Automation Installation
- Resolve Configuration File Merge Conflicts
- Troubleshoot Backup and Restore Issues
- Troubleshoot RabbitMQ Cluster Failure
- Use Log Files to Debug Issues
- Troubleshoot Issues with Ceph and Rook
- Troubleshoot Air-Gap Installation Failure
- Renew kubeadm-managed Certificates Manually
- Recover the Device Controller Group
- Create Controller Playbook Manually
- Troubleshoot Using the paragon CLI Utility
- play_arrow Debug Paragon Automation Components
- play_arrow Troubleshoot Paragon Pathfinder
- General Troubleshooting Techniques
- LSP Controller Statuses Overview
- LSP Stuck in PENDING or PCC_PENDING State
- The Operational State of the LSP Is Down
- LSPs Missing from the Network Information Table
- Topology Not Displayed in the GUI
- Changes Not Reflected in the GUI
- Topology Displayed in the GUI Is Incorrect
- PCS Out of Sync with Toposerver
- PCCs Are Not PCEP-Enabled
- play_arrow Troubleshoot Paragon Insights
Links Missing in the Topology Map
Problem
The topology map in the Paragon Planner desktop application GUI does not display any links for an archived network.
Solution
If the topology map does not display any links for an archived network, there can be two possible reasons: Either the backbone link (bblink.*) file is missing from the system, or the file is present in the system but is empty.
The bblink* file contains the location, quantity, vendor, and attributes of the links found in the network.To check the status of the bblink.* file in the system, do the following:
Use your server credentials to log in to the primary node of Paragon Automation.
From the primary node, use the following command to obtain the name of the pod associated with the scheduler process (dcscheduler):
content_copy zoom_out_maproot@primary-node:~# kubectl get pod -n northstar|grep dcscheduler
Use the following command to log in to the dcscheduler pod:
In the command, dc-scheduler-pod-name is the name of the pod that you obtained in Step 2.content_copy zoom_out_maproot@primary-node:~# kubectl exec -it dc-scheduler-pod-name -c dcscheduler -n northstar -- bash
Navigate to the directory (/opt/northstar/data/archives/...) that contains the files corresponding to the archived network.
The output displays the list of files present in the directory.
Following is an example output that displays the size of the bblink.* file:
content_copy zoom_out_maptotal 360 drwxr-xr-x 1 root root 28 Aug 30 13:15 ./ drwxr-xr-x 1 root root 1 Aug 30 13:15 ../ drwxr-xr-x 1 root root 1 Aug 30 13:15 Log/ drwxr-xr-x 1 root root 10 Aug 30 13:15 Report/ -rw-r--r-- 1 root root 624 Aug 30 13:15 aclist.x -rw-r--r-- 1 root root 572 Aug 30 13:15 atconfig.x -rw-r--r-- 1 root root 24849 Aug 30 13:15 bblink.new
From the list of files displayed, check whether the bblink.* file is present and that the file size is greater than 0.
If the file is not present, or if the file is present but the file size is 0, contact the Juniper Networks Technical Assistance Center (JTAC).