10-24-2011 04:10 AM - edited 03-07-2019 03:01 AM
Dear All,
I have 6513 with 2 Supervisor Engines. I have uploaded new IOS image on both SUP by following commands
copy tftp://10.1.1.1/s72033-ipservicesk9-mz.122-18.SXF17b.bin sup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
copy tftp://10.1.1.1/s72033-ipservicesk9-mz.122-18.SXF17b.bin slavesup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
Change the boot variable to
boot system bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
after saving the config and reloading the Standby SUP,it didnot booted up and stuck on rommon1> unless i manually gave
rommon1> boot bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin it boots and when i tried to reload active SUP, it happened the same.
So can someone let me know, what boot variable location i have to define in boot system command.
CORE1#sh bootvar
BOOT variable = bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin,12;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby is up
Standby has 458720K/65536K bytes of memory.
Standby BOOT variable = sup-bootdisk:,1;
Standby CONFIG_FILE variable does not exist
Standby BOOTLDR variable does not exist
Standby Configuration register is 0x2102
CORE1#sh run | in boot
boot system bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
Thanks & Regards
Ahmed...
10-24-2011 04:22 AM
Hi!
You need to specify:
conf t
boot system flash sup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
end
write mem
---
HTH. Please rate this post if it was helpful. If this solves your problem, please mark this post as "Correct Answer."
10-24-2011 05:21 AM
many thanks i will update you...
11-04-2011 01:58 AM
Hi,
It didnot worked. i tried sup-bootdisk: as well as bootdisk:, but still goes to rommon mode whenever i reload it.
Please let me know any idea from your side.
Thanks & Regards
Ahmed...
11-04-2011 07:35 AM
Check your config register on the layer 2 supervisor , my guess its incorrect and not set to 0x2102 . This is the layer 2 supervisor not the msfc supervisor . If it goes to rommon again type confreg 0x2102 , then do a reset or a power off reload and see what happens.
11-13-2011 08:55 AM
Hi Glen,
ConfReg is 0x2102 only.
CORE1#sh ver
Cisco Internetwork Operating System Software
IOS (tm) s72033_sp Software (s72033_sp-IPSERVICESK9-M), Version 12.2(18)SXF17b, RELEASE SOFTWARE (fc1)
.
.
.
65536K bytes of Flash internal SIMM (Sector size 512K).
Configuration register is 0x2102
Regards
Ahmed
11-04-2011 10:05 AM
1. Please check and confirm that we have the image present in bootdisk:.
2. Make standby sup as active and set its boot variable also to correct one. I can see that standby sup boot variable doesnt have any image name.
Standby BOOT variable = sup-bootdisk:,1;
3. Issue the below command to see the config register is set to 0x2102 on SP as well.
remote command switch show bootvar
Hope that helps.
Sweta
Please rate useful posts.
11-13-2011 09:08 AM
Hi Sweta,
1.Image is present in sup-bootdisk:
CORE1#dir sup-bootdisk:
Directory of sup-bootdisk:/
.
.
3 -rw- 43046404 Oct 17 2011 11:41:10 +00:00 s72033-ipservicesk9-mz.122-18.SXF17b.bin
CORE1#dir bootdisk:
^
% Invalid input detected at '^' marker.
Can you please let me know the exact difference between bootdisk: and sup-bootdisk: ?
2. I tried making standby active and please see the below output, standby has boot variable defined.
CORE1#sh bootvar
BOOT variable = bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby is up
Standby has 458720K/65536K bytes of memory.
Standby BOOT variable = bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin,1;
Standby CONFIG_FILE variable =
Standby BOOTLDR variable =
Standby Configuration register is 0x2102
still whenever i reload it goes to
System Bootstrap, Version 8.5(2)
Copyright (c) 1994-2007 by cisco Systems, Inc.
Cat6k-Sup720/SP processor with 524288 Kbytes of main memory
rommon 1 > boot bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin
Loading image, please wait ...
Regards
Ahmed...
11-13-2011 12:56 PM
At the rommon prompt did you type "confreg 0x2102 ? Sh version shows me the msfc config register not the supervisor config register. You can session into the supervisor module to check.
11-17-2011 02:11 PM
Hi Glen,
I tried to change confreg to 0x2102 on rommon mode, it asked me to reboot and after reboot it boots normally, i reloaded both SUP by changing confreg on rommon mode.
Now when i tried to reload active sup by switchover redundancy to standby after both SUP reloaded, it stops at rommon mode as before.please check the output below. ITS 7606 ROUTER
CORE#sh bootvar
BOOT variable = sup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby is up
Standby has 458720K/65536K bytes of memory.
Standby BOOT variable = sup-bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin,1;
Standby CONFIG_FILE variable =
Standby BOOTLDR variable =
Standby Configuration register is 0x2102
.
CORE#redundancy force-switchover
System configuration has been modified. Save ? [yes/no]: y
.
.
.
rommon 1 > confreg 0x2102
You must reset or power cycle for new config to take effect
.
.
Autoboot executing command: "boot bootdisk:s72033-ipservicesk9-mz.122-18.SXF17b.bin"
Loading image, please wait ...
Initializing ATA monitor library...
Self extracting the image... [OK]
Self decompressing the image : ####################################################################################################### [OK]
but after reloading both sup,i tried to reload active SUP again, and problem remains the same.
CORE#redundancy force-switchover
System configuration has been modified. Save ? [yes/no]: y
Building configuration...
00:08:37: %PFINIT-SP-5-CONFIG_SYNC: Sync'ing the startup configuration to the standby Router. [OK]This will reload the active unit and force switchover to standby[confirm]
Preparing for switchover..
00:08:52: %SYS-SP-3-LOGGER_FLUSHING: System pausing to ensure console debugging output.
00:08:52: %OIR-SP-6-CONSOLE: Changing console ownership to switch processor
00:08:53: %SYS-SP-3-LOGGER_FLUSHED: System was paused for 00:00:00 to ensure console debugging output.
00:08:55: %SYS-SP-3-LOGGER_FLUSHING: System pausing to ensure console debugging output.
***
*** --- SHUTDOWN NOW ---
***
00:08:55: %SYS-SP-5-RELOAD: Reload requested
00:08:55: %OIR-SP-6-CONSOLE: Changing console ownership to switch processor
00:08:56: %SYS-SP-3-LOGGER_FLUSHED: System was paused for 00:00:00 to ensure console debugging output.
System Bootstrap, Version 8.5(2)
Copyright (c) 1994-2007 by cisco Systems, Inc.
Cat6k-Sup720/SP processor with 524288 Kbytes of main memory
rommon 1 >
Please help.
Thanks & Regards
Ahmed
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide