cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who Me Too'd this topic

PA-220 Unable to install Panos from 10.0.0 to later version

L2 Linker

I was trying to upgrade a PA220 from 9.1.X to 10.1.12.

 

The Plan is to upgrade to 10.0.0(Install &Reboot) --->10.1.0 -->10.1.12(Install & Reboot)

 

After upgrading to 10.0.0, auto-commit completed and system is up and running without any issue. However, when I try to install 10.1.0 or 10.1.12. getting the below error.

 

Failed to install 10.1.0 with the following errors:.

    SW version is 10.1.0

    Traceback (most recent call last):

    File "/usr/local/bin/swm", line 18, in <module>

    swmmain.main(sys.argv[1:])

    File "/usr/share/pan-swm/swmmain.py", line 103, in main

    UI.runCommand(H)

    File "/usr/share/pan-swm/swmcli.py", line 270, in runCommand

    cmd(self.extcmds)

    File "/usr/share/pan-swm/swmcli.py", line 410, in do_install

    self.install_image(args)

    File "/usr/share/pan-swm/swmcli.py", line 484, in install_image

    swm.swmDatabase(self).cancel()

    File "/usr/lib/python2.7/site-packages/swm/swmdb.py", line 557, in cancel

    biosChanged = self.isBiosChanged(img)

    File "/usr/lib/python2.7/site-packages/swm/swmdb.py", line 533, in isBiosChanged

    if bool(app_flags_p) and ('swm' in app_flags_p.keys()) and ('secureboot' in app_flags_p['swm'].keys()):

    AttributeError: 'str' object has no attribute 'keys'

    Failed to install version 10.1.0 type pa

 

I tried to reinstall the 10.0.0, but it also failed with the same error.

 

Any suggestion or resolution to fix the issue.

 

#PA-220 #@kiwi @reaper 

Who Me Too'd this topic