Upgrading Palo Alto Firewalls via Panorama

Overview

Upgrading Palo Alto Networks firewalls through Panorama centralizes and streamlines the process, especially beneficial for managing multiple devices. This guide provides a step-by-step approach to upgrading both standalone and HA pair firewalls using Panorama.

Prerequisites

Upgrade Steps

  1. Check for Updates:
    • Navigate to Panorama > Device Deployment > Software .
    • Click Check Now to retrieve the latest software versions.
  2. Download Base Image:
    • Download the base image (e.g., 10.2.0) required for the target maintenance release.
    • In Panorama versions 10.2 and below, use the "Upload Only" option to download without installing.
    • In Panorama 11.0 and above, use the "Validate" option to upload the base image without installing.
  3. Download Target Maintenance Release:
    • After the base image is available, download the desired maintenance release (e.g., 10.2.11).
  4. Install Software:
    • Click Install next to the target version.
    • Select the firewalls to upgrade. For HA pairs, upgrade one peer at a time, starting with the passive or secondary device.
    • Ensure "Group HA Peers" is unchecked to prevent simultaneous upgrades of both peers.
    • Select "Reboot device after install" to automate the reboot process post-installation.
    • Click OK to initiate the upgrade.
  5. Verify Upgrade:
    • After the firewall reboots, navigate to Panorama > Managed Devices to confirm the new software version.
    • For HA pairs, ensure the upgraded device is in the expected HA state (e.g., passive).
  6. Repeat for HA Peer:
    • Once the first HA peer is successfully upgraded and stable, repeat the installation steps for the second peer.
  7. Re-enable Preemption:
    • After both HA peers are upgraded, re-enable preemption if it was previously disabled.
    • Navigate to Device > High Availability > Election Settings on the primary firewall and enable the "Preemptive" option.
    • Commit the changes.

Mermaid Sequence Diagram

sequenceDiagram participant Admin participant Panorama participant FW1 as Firewall 1 participant FW2 as Firewall 2 Admin->>Panorama: Check for Updates Admin->>Panorama: Download Base Image Admin->>Panorama: Download Target Maintenance Release Admin->>Panorama: Install Software on FW1 Panorama->>FW1: Push Upgrade FW1->>FW1: Reboot Admin->>Panorama: Verify FW1 Upgrade Admin->>Panorama: Install Software on FW2 Panorama->>FW2: Push Upgrade FW2->>FW2: Reboot Admin->>Panorama: Verify FW2 Upgrade Admin->>FW1: Re-enable Preemption

Sample PCNSE Exam Questions

Question You have upgraded Panorama to PAN-OS 10.2 and need to upgrade six Log Collectors. What must you do?

Correct Answer: C

Explanation: When upgrading Log Collectors to PAN-OS 10.2, all Log Collectors in a collector group must be upgraded simultaneously to avoid log data loss.

Question An engineer is planning to upgrade the company's Palo Alto Networks firewalls to the latest PAN-OS version. The company uses Panorama, Dedicated Log Collectors, and WildFire appliances. What must the engineer consider when planning the deployment?

Correct Answer: B

Explanation: Before upgrading the firewalls, it's essential to upgrade Panorama, Dedicated Log Collectors, and WildFire appliances to the target PAN-OS version to ensure compatibility and proper functionality.

Question: An administrator plans to upgrade a High Availability (HA) pair of Palo Alto Networks firewalls. What is the recommended procedure to minimize disruption during the upgrade?

Correct Answer: B

Explanation: To minimize disruption during an HA pair upgrade, it's recommended to upgrade the passive firewall first. After confirming its stability, fail over to the upgraded firewall and then proceed to upgrade the remaining firewall. This approach ensures continuous availability and service continuity.

References