Maybe try copying the file without the .bin extension?  Perhaps it is being
identified as a bootable file but will allow you to do it without the
extension.

Andrew

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Pierre-Alex
> Sent: Sunday, February 18, 2001 4:28 PM
> To: Circusnuts
> Cc: [EMAIL PROTECTED]
> Subject: RE: tftp-server :mismatch not ok?(CONFIGS)
>
>
> I actually have 8Meg of Flash
>
> Cisco4000#sh flash
>
> System flash directory:
> File  Length   Name/status
>   1   4650060  c4000-js-mz.120-2a.bin
> [4650124 bytes used, 3738484 available, 8388608 total]
> 8192K bytes of processor board System flash (Read/Write)
>
> -----Original Message-----
> From: Circusnuts [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 18, 2001 12:30 PM
> To: Pierre-Alex
> Cc: [EMAIL PROTECTED]
> Subject: Re: tftp-server :mismatch not ok?(CONFIGS)
>
>
> If you have a 4000M (additional images won't fit in a 4Meg FLASH/ 4000),
> make sure you are running @ least 11.3(11a).  This is the IOS I
> had running
> when I pulled images into that model of router...
>
> Phil
>
> ----- Original Message -----
> From: "Pierre-Alex" <[EMAIL PROTECTED]>
> To: "Circusnuts" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, February 18, 2001 7:13 PM
> Subject: RE: tftp-server :mismatch not ok?(CONFIGS)
>
>
> > Ok, still does not work!
> >
> > Cisco4000#copy tftp flash
> > Address or name of remote host [192.168.0.253]?
> > Source filename [c2500-js-l_112-17.bin]?
> > Destination filename [c2500-js-l_112-17.bin]?
> > Accessing tftp://192.168.0.253/c2500-js-l_112-17.bin...
> > %Warning: File not a valid executable for this system
> > %Error: This platform does not support relocatable images.
> > Abort Copy? [confirm]n
> > Cisco4000#
> >
> > -----Original Message-----
> > From: Circusnuts [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, February 18, 2001 12:13 PM
> > To: Pierre-Alex
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: tftp-server :mismatch not ok?(CONFIGS)
> >
> >
> > > Abort Copy? [confirm]
> > > Cisco4000#
> >
> > Type the letter N next to confirm.  You do not want to abort
> the download
> &
> > you do not want to erase FLASH before copying the image.
> >
> > Phil
> >
> >
> > ----- Original Message -----
> > From: "Pierre-Alex" <[EMAIL PROTECTED]>
> > To: "Circusnuts" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Sunday, February 18, 2001 7:03 PM
> > Subject: RE: tftp-server :mismatch not ok?(CONFIGS)
> >
> >
> > > Alright, I did a tftp-server on the 2513 then I did the following:
> > >
> > > Cisco4000#copy tftp flash
> > > Address or name of remote host [192.168.0.253]?
> > > Source filename [c2500-js-l_112-17.bin]?
> > > Destination filename [c2500-js-l_112-17.bin]?
> > > Accessing tftp://192.168.0.253/c2500-js-l_112-17.bin...
> > > %Warning: File not a valid executable for this system
> > > %Error: This platform does not support relocatable images.
> > > Abort Copy? [confirm]
> > > Cisco4000#
> > >
> > > -----Original Message-----
> > > From: Circusnuts [mailto:[EMAIL PROTECTED]]
> > > Sent: Sunday, February 18, 2001 11:24 AM
> > > To: Pierre-Alex; [EMAIL PROTECTED]
> > > Cc: [EMAIL PROTECTED]
> > > Subject: Re: tftp-server :mismatch not ok?(CONFIGS)
> > >
> > >
> > > I've done this a million times...  Check that you have sufficient room
> in
> > > FLASH (for both images to reside), Ping the TFTP Server, & Copy TFTP
> FLASH
> > > (WITH OUT ERASE).
> > >
> > > Looks like this:
> > >
> > > 4500(a)#copy tftp flash
> > > Address or name of remote host []? 10.10.10.10
> > > Source filename []? 12-9Enterprise.MZ
> > > Destination filename [12-9Enterprise.MZ]?
> > > Accessing tftp://10.10.10.10/12-9Enterprise.MZ...
> > > Erase flash: before copying? [confirm]
> > > Erasing the flash filesystem will remove all files! Continue?
> [confirm]n
> > > Loading 12-9Enterprise.MZ from 10.10.10.10 (via Ethernet0):
> > >
> >
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!!!!!!!!!
> > > !!!!!!!!!!!!!!!!!!!!!!!
> > >
> > > Then:
> > >
> > > 4500(a)(config)#tftp-server flash 12-9Enterprise.MZ
> > > 4500(a)(config)#^Z
> > > 4500(a)#wr
> > > Building configuration...
> > >
> > > 00:09:20: %SYS-5-CONFIG_I: Configured from console by console[OK]
> > > 4500(a)#
> > >
> > > Lastly:
> > >
> > > 4500(a)#sh flash
> > >
> > > System flash directory:
> > > File  Length   Name/status
> > >   1   8052512  c4500-js-mz.121-6.bin
> > >   2   4784286  12-9Enterprise.MZ
> > > [12836928 bytes used, 3940288 available, 16777216 total]
> > > 16384K bytes of processor board System flash (Read/Write)
> > >
> > > I am showing a 4500 with 12.1(6) (the running IOS), housing
> > 12.0(9)Enteprise
> > > destined for all my 2500 series routers.  Now- I generally change the
> IOS
> > > names to avoid personal confusion (so please ignore the clarity ;-)
> > >
> > > Good Luck !!!
> > > Phil
> > >
> > >
> > > ----- Original Message -----
> > > From: "Pierre-Alex" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Sunday, February 18, 2001 11:48 AM
> > > Subject: tftp-server :mismatch not ok?
> > >
> > >
> > > > Hi,
> > > >
> > > > I posted this a few months ago. I am still looking for a good
> > > explaination.
> > > >
> > > > Question: WHY CAN'T I TFTP THE IOS OF THE 2513 INTO THE FLASH OF THE
> > 4000?
> > > > (see below)
> > > >
> > > >  Cisco4000(config)#tftp-server
> > > >  flash:c2500-js-l_112-17.bin
> > > >  Warning: flash:c2500-js-l_112-17.bin does not
> > > >  exist.  Command retained
> > > >
> > > >
> > > >  Cisco2513#copy flash tftp
> > > >
> > > >  System flash directory:
> > > >  File  Length   Name/status
> > > >    1   8108960  c2500-js-l_112-17.bin
> > > > [8109024 bytes used, 279584 available, 8388608
> > > >  total]
> > > >  Address or name of remote host [192.168.0.1]?
> > > >  Source file name? c2500-js-l_112-17.bin
> > > >  Destination file name [c2500-js-l_112-17.bin]?
> > > >  Verifying checksum for 'c2500-js-l_112-17.bin'
> > > >  (file # 1)...  OK
> > > >  Copy 'c2500-js-l_112-17.bin' from Flash to server
> > > >    as 'c2500-js-l_112-17.bin'? [yes/no]yes
> > > >  ..
> > > >  TFTP: error code 2 received - Access denied
> > > >
> > > > THANKS
> > > >
> > > >  Pierre-Alex
> > > >
> > > > _________________________________
> > > > FAQ, list archives, and subscription info:
> > > http://www.groupstudy.com/list/cisco.html
> > > > Report misconduct and Nondisclosure violations to
> [EMAIL PROTECTED]
> > > >
> > >
> > >
> >
> >
>
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to