- 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
Unable to Connect to the Paragon Planner Server
Problem
You cannot connect to the Paragon Planner server from the Paragon Planner desktop application.
Solution
If you cannot connect to the Paragon Planner server, it is likely that your network firewall prevents access to TCP port 7000. TCP port 7000 must be open to enable connectivity to the IP address of the Paragon Automation web GUI.
To solve this problem, do the following:
Use TELNET to connect to port 7000 on the Paragon Planner server:
content_copy zoom_out_maptelnet web-ui-ip-address 7000
If you cannot connect to port 7000, you can use the following sample command to set up SSH tunneling:
content_copy zoom_out_mapssh -L 8443: web-ui-ip-address: 443 -L 7000: web-ui-ip-address: 7000 root@jump-host-ip-address
The following tasks are applicable only if SSH tunneling is set up:
Log in to the Paragon Automation GUI with your credentials.
On the left navigation menu, select Planning > Paragon Planner Desktop.
The Paragon Planner Desktop page appears.
Enter the memory to be allocated and click OK. The default value is 512 MB.
Click Save File when prompted.
A Java Network Launch Protocol (JNLP) file is downloaded to your computer.
In the JNLP file, replace IPaddress in the first argument with localhost, as shown in the following example:
content_copy zoom_out_map<argument>localhost</argument>
Save the JNLP file.
Double-click the JNLP file to launch the Paragon Planner desktop application.
The login page for the Paragon Planner desktop application appears.
If the login page does not appear, contact the Juniper Networks Technical Assistance Center (JTAC).