
rom-burn
Burns the ROM image onto a specified server, all server(s), a specified module, all module(s), a specified bay controller, or all bay controller(s).
Syntax: rom-burn image-name
image-name
Name of the image to be burned to ROM.
Description: Use the rom-burn command in:
- Configuration command mode for the desired server to burn a server ROM
- Module command mode to burn a specific module ROM
- Module-all command mode to burn the same image on to all module ROMs
- Bay command mode to burn a specific bay ROM
- Bay-all command mode to burn the same image on to all bays.
You must reboot the platform for a newly burned image to become active. Use the show version command to display the active image.
WARNING If a rom-burn fails, you must successfully re-burn ROM prior to reboot. Attempting to perform a rom-burn on a failed ROM after a reboot may require that the module be replaced.
Factory Default: None.
Command Mode: Various. See Description above.
Example 1: In the following example, the rom-burn command in Module configuration command mode burns the image "bootcpm.rom" on module 1/18:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module 1/18
router(config-module)#rom-burn bootcpm.rom
Burning boot image bootcpm.rom into location 0 for modules:
[1,18],
Done (bay 1, slot 18)
Burn Results: 1 succeeded 0 failed
router(config-module)#end
router#
Example 2: In the following example, the rom-burn command in Module-all command mode burns the image "bootcpm.rom" on all modules:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module-all
router(config-module-all)#rom-burn bootcpm.rom
Burning boot image bootcpm.rom into location 0 for modules:
[1, 4], [1, 5], [1, 6], [1, 7], [1, 8],
[1,13], [1,14], [1,15], [1,16], [1,17], [1,18],
Done (bay 1, slot 4)
Done (bay 1, slot 5)
Done (bay 1, slot 6)
Done (bay 1, slot 7)
Done (bay 1, slot 8)
Done (bay 1, slot 14)
Done (bay 1, slot 16)
Done (bay 1, slot 15)
Done (bay 1, slot 13)
Done (bay 1, slot 17)
Done (bay 1, slot 18)
Burn Results: 11 succeeded 0 failed
router(config-module-all)#end
router#
Related Commands: module
module all
package-file
post-burn
show package-file
show version
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ConfigFileMgrCmd.fm
HTML File Name: ConfigFileMgrCmd15.html
Last Updated: 02/25/05 at 14:26:17