cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Cannot upgrade IOS on switch stack on cisco 9300

anointedballa
Level 1
Level 1

Hi Everyone,

 

I have been trying to upgrade the IOS of a configuration of 4 switches in a stack. they are all cisco 9300 models.

I transferred the bin image over to all of the switches via tftp. I am upgrading from 16.6.6 to 16.9.3.

 

I ran the following command:

request platform software package install switch all file <filename>

 

In the code below, you will see that the command runs successfully but it seems like it wants to expand correctly until it gets to switches 2,3, and 4.

 

Jul 31 20:37:48.811: %IOSXE-5-PLATFORM: Switch 1 R0/0: Jul 31 20:37:48 provision.sh: %INSTALL-5-OPERATION_START_INFO: Started install package flash:cat9k_iosxe.16.09.03.SPA.binExpanding image file: flash:cat9k_iosxe.16.09.03.SPA.bin
[1 2 3 4]: Expanding file

*Jul 31 20:38:18.259: %IOSXE-5-PLATFORM: Switch 1 R0/0: Jul 31 20:38:18 packtool.sh: %INSTALL-5-OPERATION_START_INFO: Started expand package flash:cat9k_iosxe.16.09.03.SPA.bin[1]: Verifying parameters
[1]: Expanding superpackage flash:cat9k_iosxe.16.09.03.SPA.bin
[1]: Validating package type
[1]: Copying package files
[1]: WARNING: cat9k-cc_srdriver.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-espbase.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-guestshell.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-rpbase.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-rpboot.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-sipbase.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-sipspa.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-srdriver.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-webui.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: WARNING: cat9k-wlc.16.09.03.SPA.pkg will replace the identical file that already exists in flash:
[1]: SUCCESS: Finished expanding all-in-one software package.
[2]: Verifying parameters
[2]: Expanding superpackage flash:cat9k_iosxe.16.09.03.SPA.bin
[2]: FAILED: Specified package file flash:cat9k_iosxe.16.09.03.SPA.bin does not exist
[3]: Verifying parameters
[3]: Expanding superpackage flash:cat9k_iosxe.16.09.03.SPA.bin
[3]: FAILED: Specified package file flash:cat9k_iosxe.16.09.03.SPA.bin does not exist
[4]: Verifying parameters
[4]: Expanding superpackage flash:cat9k_iosxe.16.09.03.SPA.bin
[4]: FAILED: Specified package file flash:cat9k_iosxe.16.09.03.SPA.bin does not exist
[1]: Finished expanding all-in-one software package in switch 1
FAILED: [2 3 4]: FAILED: Expanding all-in-one software package failed in switch 2 3 4

*Jul 31 20:40:02.021: %IOSXE-3-PLATFORM: Switch 1 R0/0: Jul 31 20:40:02 packtool.sh: %INSTALL-3-OPERATION_ERROR_MESSAGE: Failed to expand package flash:cat9k_iosxe.16.09.03.SPA.bin, Error: [2 3 4]: FAILED: Expanding all-in-one software package failed in switch 2 3 4FAILED: Unable to expand flash:cat9k_iosxe.16.09.03.SPA.bin

*Jul 31 20:40:03.723: %IOSXE-3-PLATFORM: Switch 1 R0/0: Jul 31 20:40:03 provision.sh: %INSTALL-3-OPERATION_ERROR_MESSAGE: Failed to install package flash:cat9k_iosxe.16.09.03.SPA.bin, Error: FAILED: [2 3 4]: FAILED: Expanding all-in-one software package failed in switch 2 3 4
*Jul 31 20:40:03.740: %IOSXE-3-PLATFORM: Switch 1 R0/0: Jul 31 20:40:03 provision.sh: %INSTALL-3-OPERATION_ERROR_MESSAGE: Failed to install package flash:cat9k_iosxe.16.09.03.SPA.bin, Error: Unable to expand flash:cat9k_iosxe.16.09.03.SPA.bin

 

I haven't been able to find any documentation on how to adequately program a stack with 4 switches straight out of the box, anywhere either.

*sidenote - I am a rookie :) I am glad to grow in the field with this community.

 

Any help would be much appreciated. Thanks in advance!

Antonio

Who Me Too'd this topic