cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3687
Views
0
Helpful
6
Replies

Xmodem on 2950

alk1000
Level 1
Level 1

Hi All,

The flash –on a CAT 2950- was mistakenly erased using erase flash.

I am trying to upload a new version using xmodem to get 2 sorts of errors as detailed below.

Nothing mentioned on Cisco website regarding this issue.

Any thoughts are appreciated.

Regards,

_________________________________________________________

C2950 Boot Loader (C2950-HBOOT-M) Version 12.1(11r)EA1, RELEASE SOFTWARE (fc1)

Compiled Mon 22-Jul-02 18:57 by antonino

WS-C2950T-24 starting...

Base ethernet MAC Address: 00:09:b7:50:47:40

Xmodem file system is available.

Initializing Flash...

flashfs[0]: 1 files, 1 directories

flashfs[0]: 0 orphaned files, 0 orphaned directories

flashfs[0]: Total bytes: 7741440

flashfs[0]: Bytes used: 1536

flashfs[0]: Bytes available: 7739904

flashfs[0]: flashfs fsck took 4 seconds.

...done initializing flash.

Boot Sector Filesystem (bs:) installed, fsid: 3

Parameter Block Filesystem (pb:) installed, fsid: 4

Loading "flash:c2950-i6q4l2-mz.121-22.EA4a.bin"...flash:c2950-i6q4l2-mz.121-22.E

A4a.bin: no such file or directory

Error loading "flash:c2950-i6q4l2-mz.121-22.EA4a.bin"

Interrupt within 5 seconds to abort boot process.

Boot process failed...

The system is unable to boot automatically. The BOOT

environment variable needs to be set to a bootable

image.

switch: load_helper

switch: copy xmodem: flash:c2950-i6q4l2-mz.121-22.EA4a.bin

Begin the Xmodem or Xmodem-1K transfer now...

CCxmodem:: Permission denied

switch:

switch:

switch: copy xmodem: Flash:c2950-i6q4l2-mz.121-22.EA4a.bin

Begin the Xmodem or Xmodem-1K transfer now...

CCxmodem:: Permission denied

switch:

switch: copy xmodem: flash:c2950-i6q4l2-mz.121-22.EA4a.bin

Begin the Xmodem or Xmodem-1K transfer now...

CCCCxmodem:: no such file or directory

switch:

switch:

switch: copy xmodem:c2950-i6q4l2-mz.121-22.EA4a.bin Flash:c2950-i6q4l2-mz.121-22

.EA4a.bin

Begin the Xmodem or Xmodem-1K transfer now...

Cxmodem:c2950-i6q4l2-mz.121-22.EA4a.bin: no such file or directory

switch:

switch:

_________________________________________________________

6 Replies 6

Roberto Salazar
Level 8
Level 8

You missed to initialize the flash. You need to Initialize Flash with init_flash first, then load_helper, then xmodem the file.

http://www.cisco.com/en/US/products/hw/switches/ps628/products_tech_note09186a0080169696.shtml#topic2

balajitvk
Level 4
Level 4

Hi,

try this,

Switch# init_flash

Switch# load_helper

then try to use copy xmodem: flash:

Still if u find problem thn,

boot the flash externaly using,

Switch# boot xmodem:

and then copy the ios either thro. xmodem or thro. tftp from the priviledge mode.

I hope this will solve ur problem

alk1000
Level 1
Level 1

Hi Guys,

Thanks for your replies.

I didn't miss initialising the flash as it already initialised (check the output I already attached). Even thought i re-initialised it but to no avail.

are you doing this through hyperterminal and using the send file feature? If so make sure xmodem is selected in drop down arrow. I ran into this problem with my hyperterminal setup before.

HTH

joel-metz

Hi,

As joel said, Pls make sure that you are using send file command with xmodem protocol.

Still if u find problem, pls try to boot the ios externally thro,' Switch: boot xmodem:

and then upload the ios thro. tftp or thro. xmodem.

Rgs

Problem solved!

You won't guess what was wrong.

The IOS image I was trying to copy was corupted.

I re-downloaded it and it worked from the first time.

Thanks guys for your appreciated contributions.