Upgrade Guide for Palo Alto HA Firewall Pair

Overview

Upgrading a High Availability (HA) pair of Palo Alto Networks firewalls requires careful planning to ensure minimal disruption. The following guide outlines the recommended steps for upgrading an HA pair, whether in active/passive or active/active configuration.

Upgrade Steps

  1. Review Release Notes and Upgrade Path: Consult the PAN-OS Upgrade Guide to determine the appropriate upgrade path. If upgrading across multiple major versions (e.g., from 8.1 to 10.1), upgrade sequentially through each major version to maintain HA compatibility.
  2. Backup Configurations: Export and securely store the current configurations from both firewalls.
  3. Disable Preemption: On the primary firewall, navigate to Device > High Availability > Election Settings and disable the "Preemptive" option. Commit the changes.
  4. Upgrade the Passive Firewall:
    • Suspend the passive firewall by selecting Device > High Availability > Operational Commands and clicking "Suspend local device for high availability."
    • Upgrade the PAN-OS software on the suspended firewall.
    • Reboot the firewall after the upgrade completes.
    • Once rebooted, restore HA functionality by selecting "Make local device functional for high availability."
  5. Upgrade the Active Firewall:
    • Suspend the active firewall to trigger a failover to the upgraded passive firewall.
    • Repeat the upgrade process on the now-passive firewall.
    • After rebooting, restore HA functionality.
  6. Re-enable Preemption: On the primary firewall, re-enable the "Preemptive" option in the Election Settings and commit the changes.
  7. Verify HA Status: Ensure both firewalls are synchronized and operating in their respective HA states. Use the show high-availability state CLI command to confirm HA status.

Mermaid Sequence Diagram

sequenceDiagram participant Admin participant FW1 as Firewall 1 participant FW2 as Firewall 2 Admin->>FW2: Suspend FW2 (Passive) Admin->>FW2: Upgrade PAN-OS Admin->>FW2: Reboot and restore HA Admin->>FW1: Suspend FW1 (Active) Admin->>FW1: Upgrade PAN-OS Admin->>FW1: Reboot and restore HA Admin->>FW1: Re-enable Preemption Admin->>FW1: Verify HA Status

Sample PCNSE Exam Questions

Question 1: An administrator plans to upgrade an HA pair from PAN-OS 8.1.17 to 10.1. What is the recommended upgrade path to maintain HA synchronization?

Correct Answer: C

Explanation: When upgrading across multiple major versions, it's essential to upgrade sequentially through each major version to ensure HA compatibility and prevent synchronization issues. Source

Question 2: Which two conditions must be met when configuring a high availability (HA) pair? (Choose two.)

Correct Answers: A, C

Explanation (continued): For a successful High Availability (HA) configuration, both firewalls must meet specific requirements:

Additional Resources