Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
ON THIS PAGE
keyboard_arrow_right

Unable to Connect to the Paragon Planner Server

Release: Paragon Automation 23.2
{}
Change Release
date_range 13-Jul-23

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:

  1. Use TELNET to connect to port 7000 on the Paragon Planner server:

    content_copy zoom_out_map
    telnet web-ui-ip-address 7000
  2. If you cannot connect to port 7000, you can use the following sample command to set up SSH tunneling:

    content_copy zoom_out_map
    ssh -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:

  3. Log in to the Paragon Automation GUI with your credentials.

  4. On the left navigation menu, select Planning > Paragon Planner Desktop.

    The Paragon Planner Desktop page appears.

  5. Enter the memory to be allocated and click OK. The default value is 512 MB.

  6. Click Save File when prompted.

    A Java Network Launch Protocol (JNLP) file is downloaded to your computer.

  7. 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>
  8. Save the JNLP file.

  9. 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).

footer-navigation