cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3721
Views
1
Helpful
4
Replies

6500 Switch Reloads to ROMMON Prompt

Andrew Klinke
Level 1
Level 1

Hello,

I have a 6509 switch that once rebooted goes to the rommon prompt and requires me to intervene in order to get the switch to boot.

As far as I can see the boot command is OK and the boot variable points towards a file that exists in the bootflash. Below are some excerpts from the config and the console as the switch is reloaded. If anyone has any ideas as to what is missing I would appreciate it.

I am trying to boot using the IOS file: s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin

The file is located on the internal sup-bootdisk

The supervisor is a SUP720-3B

Regards

A

CORE1#sh run

Building configuration...

Current configuration : 1961 bytes

!

! Last configuration change at 00:04:17 BST Fri Apr 14 2000

!

version 12.2

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

service counters max age 5

!

hostname CORE1

!

boot-start-marker

boot system flash sup-bootdisk:s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin

boot-end-marker

!

!

spanning-tree mode pvst

spanning-tree extend system-id

diagnostic bootup level minimal

!

redundancy

main-cpu

  auto-sync running-config

mode sso

!

!

ip classless

ip forward-protocol nd

!

!

!

control-plane

!

CORE1#sh bootvar

BOOT variable = sup-bootdisk:s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin,1;

CONFIG_FILE variable does not exist

BOOTLDR variable does not exist

Configuration register is 0x2102

Standby not ready to show bootvar

CORE1#sh sup-bootflash:

-#- --length-- -----date/time------ path

1     33554432 Jan 31 2013 13:05:46 +00:00 sea_console.dat

2     33554432 Jan 31 2013 12:57:36 +00:00 sea_log.dat

3    100666828 Jan 31 2013 12:59:32 +00:00 s72033-ipservicesk9-mz.151-1.SY.bin

4            0 Jan 31 2013 13:05:08 +00:00 call-home

5    140062020 Apr 13 2000 02:43:44 +01:00 s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin

204218368 bytes available (307855360 bytes used)

CORE1#

CORE1#

CORE1#

CORE1#

CORE1#

CORE1#reload

System configuration has been modified. Save? [yes/no]: n

Proceed with reload? [confirm]

*Apr 13 23:05:38.531: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.

*Apr 13 23:05:41.535: %SYS-SP-3-LOGGER_FLUSHING: System pausing to ensure console debugging output.

*Apr 13 23:05:41.535: %OIR-SP-6-CONSOLE: Changing console ownership to switch processor

*Apr 13 23:05:41.739: %SYS-SP-3-LOGGER_FLUSHED: System was paused for 00:00:00 to ensure console debugging output.

*Apr 13 23:05:44.327: %SYS-SP-3-LOGGER_FLUSHING: System pausing to ensure console debugging output.

*Apr 13 23:05:44.327: %SYS-SP-5-RELOAD: Reload requested by Delayed Reload. Reload Reason: Reload Command.

*Apr 13 23:05:44.327: %OIR-SP-6-CONSOLE: Changing console ownership to switch processor

***

*** --- SHUTDOWN NOW ---

***

*Apr 13 23:05:44.643: %SYS-SP-3-LOGGER_FLUSHED: System was paused for 00:00:00 to ensure console debugging output.

System Bootstrap, Version 8.5(4)

Copyright (c) 1994-2009 by cisco Systems, Inc.

Testing lower main memory - data equals address

Testing lower main memory - checkerboard

Testing lower main memory - inverse checkerboard

Clearing lower memory for cache initialization

Clearing bss

Clearing autoboot state machine

melody_present_reg: 1st read w/ 0x5555

melody_present_reg: 2nd read w/ 0xaaaa, reversed: 0x5555

Bootdisk adapter is detected, enabling bootdisk access...

Reprogramming CS1 w/ Melody value...

Reading monitor variables from NVRAM

Reset reason for CPU board 0xffff , BaseBoard 0x280ffff, display 0x20000System Reset by Software.

Enabling interrupts

Initializing TLB

Initializing cache

Initializing required TLB entries

SDRAM dimm

Initializing main memory

Sizing NVRAM

Initializing PCMCIA controller

Exiting init

Cat6k-Sup720/SP processor with 524288 Kbytes of main memory

rommon 1 > set

PS1=rommon ! >

SLOTCACHE=cards;

LOG_PREFIX_VERSION=1

BOOT=bootdisk:s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin,1;

?=0

NT_K=0:0:0:0

BSI=0

ACL_DENY=0

RANDOM_NUM=266681808

RET_2_RTS=00:05:43 BST Fri Apr 14 2000

RET_2_RCALTS=955667297

rommon 2 > dir bootflash:

Initializing ATA monitor library...

Directory of bootflash:

5250    100666828 -rw-     s72033-ipservicesk9-mz.151-1.SY.bin

20483    33554432  -rw-     sea_console.dat

4098    33554432  -rw-     sea_log.dat

20691    0         drw-     call-home

2      140062020 -rw-     s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin

rommon 3 > dir bootdisk:

Initializing ATA monitor library...

Directory of bootdisk:

5250    100666828 -rw-     s72033-ipservicesk9-mz.151-1.SY.bin

20483    33554432  -rw-     sea_console.dat

4098    33554432  -rw-     sea_log.dat

20691    0         drw-     call-home

2      140062020 -rw-     s72033-ipservicesk9_wan-mz.122-33.SXJ6.bin

rommon 6 >

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Andrew

It may be your configuration register that is the problem. If you do -

1) "sh bootvar"  this will show the configuration register on the RP. It will probably be 0x2102

2) "remote command switch show bootvar" this will show the configuration register on SP.

If 2) is not showing 0x2102 then do -

switch(config)# config-register 0x2102

then repeat 1) and 2) again to check they are both the same. No need to save config as the configuration register is not part of the running config.

Jon

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Andrew

It may be your configuration register that is the problem. If you do -

1) "sh bootvar"  this will show the configuration register on the RP. It will probably be 0x2102

2) "remote command switch show bootvar" this will show the configuration register on SP.

If 2) is not showing 0x2102 then do -

switch(config)# config-register 0x2102

then repeat 1) and 2) again to check they are both the same. No need to save config as the configuration register is not part of the running config.

Jon

Hi Jon,

Problem solved. Thanks for your help

Andy

thanks this really help. issue resolved.

Leo Laohoo
Hall of Fame
Hall of Fame

Reset reason for CPU board 0xffff , BaseBoard 0x280ffff, display 0x20000System Reset by Software.

I don't remember seeing this. 

Review Cisco Networking products for a $25 gift card