Command Reference Guide

SROS Command Line Interface Reference Guide Global Configuration Mode Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 213
boot system [cflash | flash] <filename> [cflash | flash] [no-backup |
<backup filename>]
Use the boot config command to specify the system image loaded at startup.
Syntax Description
cflash Specifies primary/backup file located in CompactFlash memory.
flash Specifies primary/backup file located in flash memory.
<filename> Specifies the filename of the image (filenames are case-sensitive) - image files
should have a .biz extension.
no-backup Specifies that no backup image is to be saved to the system.
<backup filename> Specifies a name for the backup image.
Default Values
No default is necessary for this command.
Command Modes
(config)# Global Configuration Mode
Usage Examples
The following example specifies the file myimage.biz, stored in flash memory, as the startup image:
(config)#boot system flash myimage.biz