12-18-2013 04:06 AM - edited 03-07-2019 05:08 PM
hi ,all
cisco 6509 reload,but can not auto boot ,must user use boot config.
if my 6509 reload or interruption of power supply, can not auto boot image. income rommin>
we must use boot confige.
why?
ZS-WLZX-CISCO6509-1#show version
Cisco Internetwork Operating System Software
IOS (tm) c6sup2_rp Software (c6sup2_rp-PSV-M), Version 12.1(20)E3, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Sat 10-Apr-04 11:40 by hqluong
Image text-base: 0x40008F90, data-base: 0x41850000
ROM: System Bootstrap, Version 12.1(11r)E1, RELEASE SOFTWARE (fc1)
BOOTLDR: c6sup2_rp Software (c6sup2_rp-PSV-M), Version 12.1(20)E3, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
ZS-WLZX-CISCO6509-1 uptime is 15 weeks, 1 day, 1 hour, 50 minutes
Time since ZS-WLZX-CISCO6509-1 switched to active is 15 weeks, 1 day, 1 hour, 49 minutes
System returned to ROM by power-on (SP by power-on)
System restarted at 14:48:30 BeiJing Tue Sep 3 2013
System image file is "sup-bootflash:c6sup22-psv-mz.121-20.E3.bin"
ZS-WLZX-CISCO6509-1#show module
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 2 Catalyst 6000 supervisor 2 (Active) WS-X6K-SUP2-2GE
3 16 Pure SFM-mode 16 port 1000mb GBIC WS-X6816-GBIC
5 0 Switching Fabric Module-128 (Active) WS-C6500-SFM
ZS-WLZX-CISCO6509-1# show bootvar
BOOT variable = sup-bootflash:c6sup22-psv-mz.121-20.E3.bin,1
CONFIG_FILE variable =
BOOTLDR variable =
Configuration register is 0x2102
Standby is not up.
ZS-WLZX-CISCO6509-1#show run | in boot
boot system flash sup-bootflash:c6sup22-psv-mz.121-20.E3.bin
ip nbar pdlm sup-bootflash:bittorrent.pdlm
12-18-2013 05:52 AM
Hi, hailin huang...
Catalyst 6500 have completely separate and indepedent configuration registers for the SP and RP. Make sure that RP and SP are both set to boot automatically (configuration register is 0x2102).
To verify RP configuration register issue the show bootvar command (according your description you are okay with RP configuration register)...
To verify SP configuration register issue the remote command switch show bootvar command (I think that the output of this command would be something like this: ...Configuration register is 0x2100...)
If so, set the configuration register to 0x2102 for both the RP and the SP in global configuration mode:
config t
config-register 0x2102
end
12-19-2013 01:32 AM
hi ,
before my config have
Configuration register is 0x2102
12-19-2013 02:08 AM
The configuration register is not part of the running or startup configuration, but you can writes the configuration register to NVRAM at global configuration mode.
I think that you have mismatch of the configuration register of SP and RP...
Can you post the output of command remote command switch show bootvar?
If the output not equal 0x2102, the solution is to reconfigure the configuration register for both the RP and the SP again and reload the system:
config t
config-register 0x2102
end
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