cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4127
Views
10
Helpful
3
Replies

Observed "FAIL. Return code 0x4093007C (Issu cannot be done, bootflash is busy)." while upgrading cisco 5548up switches from 7.1(4)N1(1) to 7.3(7)N1(1).

binodsatapathy7
Level 1
Level 1

Issue : 

Observed "FAIL. Return code 0x4093007C (Issu cannot be done, bootflash is busy)." while upgrading cisco 5548up switches from 7.1(4)N1(1) to 7.3(7)N1(1).

 

 

Details log while upgrading switch:

============================

R1-CS-5548-A-U42# install all kickstart bootflash:///n5000-uk9-kickstart.7.3.7.N1.1.bin system bootflash:///n5000-uk9.7.3.7.N1.1.bin

Verifying image bootflash:/n5000-uk9-kickstart.7.3.7.N1.1.bin for boot variable "kickstart".
[####################] 100% -- SUCCESS

Verifying image bootflash:/n5000-uk9.7.3.7.N1.1.bin for boot variable "system".
[####################] 100% -- SUCCESS

Verifying image type.
[####################] 100% -- SUCCESS

Extracting "system" version from image bootflash:/n5000-uk9.7.3.7.N1.1.bin.
[####################] 100% -- SUCCESS

Extracting "kickstart" version from image bootflash:/n5000-uk9-kickstart.7.3.7.N1.1.bin.
[####################] 100% -- SUCCESS

Extracting "bios" version from image bootflash:/n5000-uk9.7.3.7.N1.1.bin.
[####################] 100% -- SUCCESS

Performing module support checks.
[####################] 100% -- SUCCESS

Notifying services about system upgrade.
[####################] 100% -- SUCCESS
[####################] 100% -- FAIL. Return code 0x4093007C (Issu cannot be done, bootflash is busy).

Service "stp" in vdc 1: Port: Ethernet1/15 in VLAN0053 is Designated. Topology change could occur during ISSU.
Upgrade needs to be disruptive!!!
(modified the impact to <Hitful> for module <1>)

 

Service "stp" in vdc 1: Port: Ethernet1/15 in VLAN0053 is Designated. Topology change could occur during ISSU.
Upgrade needs to be disruptive!!!
(modified the impact to <Hitful> for module <1>)
.

Install has failed. Issu cannot be done, bootflash is busy (0x4093007C)


================================================================================
Error Id: 0x4093007C
Error Facility: installer
Error Description: Issu cannot be done, bootflash is busy
Checking the process(s) using the bootflash...
dcos_sshd /bootflash
dcos_sshd /bootflash
dcos_sshd /bootflash
dcos_sshd /bootflash

Bootflash is busy due to :
[1] Open or active SFTP session. Close the sftp session and try the "install all" command again.

================================================================================
R1-CS-5548-A-U42#

 


Can someone help me with upgrading this switch?

 

Note :

I have 2 cisco 5548up switches in a fabric. I am facing this issue only one switch. Another switch not throwing this error.

Currently, both the switches are the same firmware version(7.1(4)N1(1)).

2 Accepted Solutions

Accepted Solutions

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hi @binodsatapathy7 

You have two problems mentioned there:

Service "stp" in vdc 1: Port: Ethernet1/15 in VLAN0053 is Designated. Topology change could occur during ISSU.
Upgrade needs to be disruptive!!!

For ISSU to Proceed, Check the Following Criteria :
1. No Topology change must be active in any STP instance
2. Bridge assurance(BA) should not be active on any port (except MCT)
3. There should not be any Non Edge Designated Forwarding port (except MCT)
4. ISSU criteria must be met on the VPC Peer Switch as well

If Ethernet1/15 is connected to a server/endpoint/device not running STP, configure it as an edge port:

conf t
interface eth x/y
spanning-tree port type edge

If your N5K is not a leaf in your STP topology and you cannot configure the port as edge, then your upgrade will be disruptive (non-ISSU).

 

FAIL. Return code 0x4093007C (Issu cannot be done, bootflash is busy).

Bootflash is busy due to :
[1] Open or active SFTP session. Close the sftp session and try the "install all" command again.

Do you have any SFTP connection opened? If yes, close it and try again the install all cmd.

 

If you want to force a cold upgrade (non-ISSU), you can do it through:

 

install all force kickstart <kickstart_image.bin> system <system_image.bin>

 

Cheers,

Sergiu

 

View solution in original post

how did you resolve it?

View solution in original post

3 Replies 3

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hi @binodsatapathy7 

You have two problems mentioned there:

Service "stp" in vdc 1: Port: Ethernet1/15 in VLAN0053 is Designated. Topology change could occur during ISSU.
Upgrade needs to be disruptive!!!

For ISSU to Proceed, Check the Following Criteria :
1. No Topology change must be active in any STP instance
2. Bridge assurance(BA) should not be active on any port (except MCT)
3. There should not be any Non Edge Designated Forwarding port (except MCT)
4. ISSU criteria must be met on the VPC Peer Switch as well

If Ethernet1/15 is connected to a server/endpoint/device not running STP, configure it as an edge port:

conf t
interface eth x/y
spanning-tree port type edge

If your N5K is not a leaf in your STP topology and you cannot configure the port as edge, then your upgrade will be disruptive (non-ISSU).

 

FAIL. Return code 0x4093007C (Issu cannot be done, bootflash is busy).

Bootflash is busy due to :
[1] Open or active SFTP session. Close the sftp session and try the "install all" command again.

Do you have any SFTP connection opened? If yes, close it and try again the install all cmd.

 

If you want to force a cold upgrade (non-ISSU), you can do it through:

 

install all force kickstart <kickstart_image.bin> system <system_image.bin>

 

Cheers,

Sergiu

 

Thanks for your help.

 

I am able to upgrade the switch successfully.

 

Thanks,

Binod

how did you resolve it?