Prisma SD-WAN
View Device Software Upgrade Status
Table of Contents
Expand All
|
Collapse All
Prisma SD-WAN Docs
-
-
-
- CloudBlade Integrations
- CloudBlades Integration with Prisma Access
-
-
-
-
- 6.5
- 6.4
- 6.3
- 6.2
- 6.1
- 5.6
- New Features Guide
- On-Premises Controller
- Prisma SD-WAN CloudBlades
- Prisma Access CloudBlade Cloud Managed
- Prisma Access CloudBlade Panorama Managed
View Device Software Upgrade Status
Learn more about the Prisma SD-WAN device software upgrade status. Device
software download and upgrades can be viewed for all ION devices.
| Where Can I Use This? | What Do I Need? |
|---|---|
|
|
You can view the status of active and pending
device software upgrades and troubleshoot software upgrades using
device CLI commands.
Device software download and upgrades
can be viewed for all ION devices running Release 5.1.1. To view
pending and active device software downloads and upgrades for 5.1.1
devices:
- Select ConfigurationPrisma SD-WANION DevicesClaimed.Select Claimed and select Device Options at the bottom left of the screen.On the Device Software Upgrade screen, device software details such as name of the device, current version, target version, download time, upgrade time and status of the software upgrade displays.
- Current version indicates the current device version.
- Target version indicates the software version to which you wish to upgrade.
- Status allows you to filter and display the status of devices. You may check more than one box to view the varied status of selected devices.
- Download Scheduled—Displays a list of devices for which software downloads have been scheduled. An upgrade is not scheduled for these devices.
- Download Complete—Displays a list of devices for which software download has been completed. An upgrade can now be scheduled for these devices.
- Upgrade Scheduled—Displays a list of devices for which software upgrades have been scheduled. The list will display a temporary download completed state and then the scheduled upgrade.
- Other—Displays a list of devices that may be in an interim state, with a download or upgrade operation in progress.Note that the status of all pre-Release 5.1.1 devices will only display under Other.
Select Retry Upgrade if there is an issue with the upgrade.Retry Upgrade displays the Schedule an Upgrade screen. View the History to view the last five operations on the software upgrade. Click Edit or Abort to edit or abort a scheduled upgrade.Run the device CLI command dump software status to verify the version of the ION device software.Troubleshoot Controller Connectivity Issues
On the Prisma SD-WAN, if your ION device loses connectivity, you will observe the following behaviors: - The ION device status appears as Offline.
- System incident display the message: "device disconnected from controller"
Connectivity loss typically results from one of the following conditions:- Internet Connectivity: The internet connection at the site is down
- Hardware Failure: The device is experiencing hardware or chip malfunctions
- DNS Resolution: The device cannot resolve necessary hostnames due to DNS failures
- Routing Configuration: Incorrect routing configurations are preventing traffic flow
- Downstream Infrastructure: A lower-layer device, such as a downstream switch, is down
- Traffic Blocking: An upstream firewall or proxy is blocking the connection
- Ensure the Site is in Control Mode. Login to the CLI of the ION device.If the device is offline, the remote access on the portal will not work. Hence we need to console into the ION device.Check the controller status by running the following commands:dump overviewdump controller statusdebug controller reachability <interface>Check if the device has reachability to the internet.ping <src_interface> <internet_public_ip> For example - ping controller a.b.c.dCheck if the DNS is working.nslookup locator.cgnx.net nslookup controller.<region>.cgnx.net For example - nslookup controller.elcapitan.cgnx.netMake sure port 443 is open.tcpping <src_interface> locator.cgnx.net:443 For example - tcpping controller1 locator.cgnx.net:443Do a packet capture on the interface to check the traffic flow.tcpdump <interface> args="host <locator_ip_address> and port 443" showCheck the mrl_agent logs (logs that display all controller connectivity issues) to find the specific error.file view log mrl_agentfile tailf log mrl_agentIf the above steps does not help isolate and resolve the issue, contact Palo Alto Support for assistance.