Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Howard Huntley on May 14, 2006, 2:21 am
Please log in for more thread options shows the two chips as separate memory banks. One is read only and the other as read and write. What is going on with this?? Do I need to change anything in the router or the chips?? | ||||||||||||||||
|
Posted by Peter on May 14, 2006, 3:19 am
Please log in for more thread options Cisco FLASH coms in 3 main "types for various Cisco devices, and the very earliest type (Type 1), is what the 2500 uses. Its been a while since I played with a 2500, but from distant memory a "Type 1 FLASH" only holds ONE File per PARTITION in the flash. The "trick" being that you need to PARTITION or divide up the FLASH to handle more than 1 file, and in your case adding the extra memory chip just adds a new (unused) PARTITION. Normaly you define the size of each PARTITION by a statement in the config, but I am not sure if this is created automatically if FLASH is added or not. An existing FILE stored in a FLASH PARTITION will take up an entire PARTITION, which is why that partition is marked as Read-Only (its already got something stored in it). To combine ALL FLASH into ONE PARTITION, you need to ERASE any existing files and then PARTITION the FLASH to whatever format you want. Have a look at the PARTITION command for the 2500 FLASH File System on the Cisco Web site, and all will be revealed. I hope this helps...........pk. -- Peter from Auckland. | ||||||||||||||||
|
Posted by Phillip Remaker on May 14, 2006, 8:33 pm
Please log in for more thread options
>I recently installed a second Flash chips in a 2500. When look in It
> shows the two chips as separate memory banks. One is read only and the > other as read and write. What is going on with this?? Do I need to > change anything in the router or the chips?? You are running as "dual bank flash." The 2500 actually runs the code from the flash. For the flash bank holding the CURRENLY RUNNING code, it must be read only (can't rewrite the code you are running). If you boot to an image in the other bank, that bank will become read only and the other will become read write. Exepcted behavior for added flash - it is treated as a new bank. If you want to set the pair of flash SIMMs to be a single large partition, you will need to boot to the ROM image and repartition the flash to one large bank. The only way to rewrite the flash is to boot to the ROM version of the IOS. IOS has a feature called "Flash Boot Helper" that does all of the magic dance to fix that all up. See if http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca737.html helps. | ||||||||||||||||
| Similar Threads | Posted |
| Two Flash chips in 2500 | May 14, 2006, 2:21 am |
| Max Flash/Ram and highest IOS for 2500 series router | March 26, 2008, 12:05 pm |
| Picking an IOS for a 2500 | August 22, 2005, 8:27 am |
| 2500 +dhcp | January 2, 2006, 1:18 pm |
| 2500 telneting | March 27, 2006, 11:38 am |
| Upgrading IOS on 2500 | April 24, 2006, 6:54 pm |
| 7 2500 in a circle | April 25, 2006, 12:12 pm |
| various IOS's for the 2500 | June 19, 2005, 6:28 pm |
| Upgrading 2500 IOS | January 7, 2007, 6:54 am |
| help on 2500 boot prompt | August 16, 2005, 3:38 pm |
| ipv6 on Cisco 2500 | February 5, 2006, 1:18 pm |
| cisco 2500 forward to dns | March 19, 2006, 7:40 pm |
| 2500 stuck in rxboot | December 11, 2006, 9:59 am |
| Cisco 2500 Series | March 25, 2008, 6:33 pm |
| How to configure PPPoA on a 2500? | April 22, 2008, 5:48 am |

Two Flash chips in 2500
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



> shows the two chips as separate memory banks. One is read only and the
> other as read and write. What is going on with this?? Do I need to
> change anything in the router or the chips??