Upgrade Failure

Palo Alto Networks PA-220: How to perform a controlled upgrade with rollback safety net

By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30

⚡ At a glance
VendorPalo Alto Networks
Operating systemPAN-OS
CategoryUpgrade Failure
Skill levelIntermediate to advanced
DIY-able?Yes with CLI access; some scenarios need Palo Alto TAC + RMA.

Upgrade work on a Palo Alto Networks fleet is mostly about discipline. PAN-OS gives you the commands; the failure mode is almost always operator error: wrong image for the platform, integrity not checked, no rollback plan. The PA-220 family is no exception.

I always do a one-box pilot before a fleet roll. request system software install version 11.1.2 on a single representative unit, then 24 hours of soak, then the rest of the fleet in waves. Skipping the soak has bitten me twice.

Palo Alto TAC will want the exact build string and the upgrade method (CLI vs controller-driven) on every case, so keep that recorded for the change ticket.

What this guide covers

Perform a controlled upgrade with rollback safety net on a Palo Alto Networks PA-220 (PAN-OS).

Step-by-step

  1. Back up the current running config and image.
  2. Download the new image and verify checksum.
  3. Activate the new image; do NOT commit if the platform supports staged commit.
  4. Verify production traffic on the new image.
  5. Commit if healthy, or rollback within the safe window if not.

CLI / commands

# Boot recovery prompt: Maint mode

# Verify image
show system info

# Upgrade
request system software install version 11.1.2

# Save / commit
commit

# Rollback
load config from running-config-prev.xml

Recovery options

Frequently asked questions

Will this work on my specific PAN-OS version?

The procedure reflects current PAN-OS behaviour. Older releases may need minor syntax adjustments, use the CLI help (? or tab-completion) to verify.

Should I open a Palo Alto TAC case immediately?

Open one if you suspect hardware failure or the symptom persists after a maintenance-window reload. Make sure your support entitlement is active first.

Where can I find the Palo Alto Networks official documentation?

https://knowledgebase.paloaltonetworks.com. search the product family + feature name.

Is this procedure safe in production?

Test in a lab or maintenance window first. Capture pre-change state so you can roll back.

Related guides worth a look while you sort this one out:

References


Reference material, not professional advice. Validate against your specific PAN-OS version and test in a non-production environment before applying.

Common patterns we see

When this symptom shows up on a Palo device, three patterns repeat:

1. Recent firmware update changed behavior, the symptom started within a week of an OTA push. Rollback or wait for the hotfix. 2. Environmental trigger: temperature, humidity, line voltage, network changes. Look at what changed in the environment. 3. Cumulative wear, components like batteries, gaskets, fans degrade over time. Replace the consumable rather than chasing a software fix.

Knowing which pattern applies saves time on the wrong fix.

Safety + preconditions

Before any work on a Palo device:

How to confirm it's actually fixed

On a Palo device, the test is rarely "reboot and see". Use this list:

When to call Palo support instead

Escalate if:

More frequently asked questions

Are there safer alternatives for non-technical users?

Yes, the manufacturer's self-service troubleshooter (HP Smart, LG ThinQ, Samsung Members, similar) usually walks through the same steps in a guided UI. Use that first if you're not comfortable with menu paths.

Does this affect other devices on my network?

Generally no. The procedure is local to this device. Network-side changes (firmware updates that affect TLS, SMB, or routing) are flagged explicitly in the steps.

Will the procedure work on the international variant?

Some features and firmware paths are region-locked. Check the model spec sheet to confirm your variant supports the menu option referenced. If you're outside the US/EU, look for the regional support portal.

How often should I run preventive checks?

Quarterly for most consumer devices; monthly for production / commercial devices. Set a calendar reminder so the device stays healthy between issues.

Should I update firmware first or last?

Update firmware first if a release note specifically mentions your symptom. Otherwise, finish the troubleshooting flow first, then update; that way you can isolate whether the update or the underlying fix solved it.