I've decided to bite the bullet and copy the new image to the switch > using > "copy tftp flash:". After the image is copied over the the switch, I set > it > as a bootable image through this command "boot system > c2900XL-c3h2s-mz-120_5_2-XU.bin". Upon restarting/reloading the switch, > below is the error message I am getting. Help help help! > > > > C2900XL Boot Loader (C2900-HBOOT-M) Version 11.2(8)SA5, RELEASE SOFTWARE > (fc1) > Compiled Tue 23-Mar-99 11:54 by rheaton > starting... > Base ethernet MAC Address: 00:d0:58:f0:aa:80 > Xmodem file system is available. > Initializing Flash... > flashfs[0]: 177 files, 2 directories > flashfs[0]: 0 orphaned files, 0 orphaned directories > flashfs[0]: Total bytes: 3612672 > flashfs[0]: Bytes used: 3174400 > flashfs[0]: Bytes available: 438272 > flashfs[0]: flashfs fsck took 0 seconds. > ...done Initializing Flash. > Boot Sector Filesystem (bs:) installed, fsid: 3 > Parameter Block Filesystem (pb:) installed, fsid: 4 > Loading > "c2900XL-c3h2s-mz-120_5_2-XU.bin"...c2900XL-c3h2s-mz-120_5_2- XU.bin: > per > mission denied > > Error loading "c2900XL-c3h2s-mz-120_5_2-XU.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. Oops :-) You did the same thing I did quite a while ago. There are a couple of issues. First (and most importantly), you only upgraded the IOS image, you did not upgrade the integrated web server that is a part of an upgrade. On a CAT 1900, it is integrated with the system binary. On a CAT2900XL, there are separate individual files that make up the "web site" that you access when using the visual switch manager. First, you will need to get the proper binary. Since you have already uploaded the most current binary file, you will need to get the web site only file:c2900XL-html.120.5.2-XU.tar Before attempting to install the tar file above, you will need to get access to privileged mode again. Probably the only major change you need is to attempt to reset the boot environment to use the proper image name. If you noticed above, you set the boot system command to boot the following image: c2900XL-c3h2s-mz-120_5_2-XU.bin According to CCO, the image is actually called: c2900XL-c3h2s-mz-120.5.2-XU.bin Me thinks you might have had a few typos in there. Hold the mode button in and hard power cycle the switch. See if you can execute the following command from the boot mode (this is one line, watch wrap): rename flash:c2900XL-c3h2s-mz-120.5.2-XU.bin flash:c2900XL- c3h2s-mz-120_5_2-XU.bin At the prompt (switch:), then type the following command: boot When the router boots, you will need to do a few fixes. First, set your boot process back to what it should be. At the privileged mode, first type the following command: rename flash:c2900XL-c3h2s-mz-120_5_2-XU.bin flash:c2900XL- c3h2s-mz-120.5.2-XU.bin This will put your system binary back to its correct name. Then enter the correct boot system command as follows: boot system c3h2s-mz-120.5.2-XU.bin In the same place you entered it before. Verify you did it all correctly by typing the following command at privileged mode: show boot Finally, you have to fix the remaining problem and the point of my post. You need to get the correct web site synchronized to your IOS image. Since you already got a copy of the files required form the step above(c2900XL-html.120.5.2-XU.tar), you will now need to issue the following command at privileged mode: tar /x tftp://x.x.x.x//c2900XL-html.120.5.2-XU.tar flash:html Make sure you have a properly connected TFTP server with an IP address of x.x.x.x (you fill in what x is); you have an IP address on the switch of x.x.x.x+1 ; you set the file c2900XL- html.120.5.2-XU.tar at the root of your tftp server and ping the remote host before you perform the tar extraction command above. It will then extract all the itty bitty files that make up your switch web site. HTH, Paul Werner ________________________________________________ Get your own "800" number - Free Free voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag **NOTE: New CCNA/CCDA List has been formed. For more information go to http://www.groupstudy.com/list/Associate-Announcement.html _________________________________ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

