My bootvar is set to boot up images from disk0. The 6500 series switch has two redundant supervisors. Each supervisor has a PCMCIA card with the exact same IOS images in the 0 slot. The secondary supervisor is given the disk name slavedisk0 and the primary is simply disk0
show bootvar
BOOT variable = disk0:s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin,1;sup-bootflash:s72033-pk9sv-mz.122-17d.SXB11.bin,1;
CONFIG_FILE variable =
BOOTLDR variable =
Configuration register is 0x2102
Standby is up
Standby has 458720K/65536K bytes of memory.
Standby BOOT variable = disk0:s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin,1;sup-bootflash:s72033-pk9sv-mz.122-17d.SXB11.bin,1;
Standby CONFIG_FILE variable =
Standby BOOTLDR variable =
Standby Configuration register is 0x2102
Here is a dir of slavedisk0 and disk0:
Directory of disk0:/
1 -rw- 80139268 Feb 21 2012 06:30:00 -05:00 s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin
2 -rw- 42061544 Feb 21 2012 06:35:48 -05:00 s72033-pk9sv-mz.122-17d.SXB11.bin
3 -rw- 62172 Feb 21 2012 06:37:36 -05:00 file.cfg
256462848 bytes total (134193152 bytes free)
switch#dir slavedisk0:
Directory of slavedisk0:/
1 -rw- 42061544 Feb 21 2012 05:55:38 -05:00 s72033-pk9sv-mz.122-17d.SXB11.bin
2 -rw- 62172 Feb 21 2012 05:56:44 -05:00 file.cfg
3 -rw- 80139268 Feb 21 2012 06:17:06 -05:00 s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin
My question is that in the event the real disk0 fails and the switch reboots, will the router automatically look in slavedisk0? Would my boot statements have to explicitly state to look in the slave and be:
BOOT variable = disk0:s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin,1;sup-bootflash:s72033-pk9sv-mz.122-17d.SXB11.bin,1;slavedisk0:s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin,1;slavesup-bootflash:s72033-pk9sv-mz.122-17d.SXB11.bin,1;
My only run statements involving boot are:
switch#show run | in boot
boot system flash disk0:s72033-ipservicesk9_wan-mz.122-18.SXF15a.bin
boot system flash sup-bootflash:s72033-pk9sv-mz.122-17d.SXB11.bin