Specifications

Table Of Contents
2-39
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
boot system
boot system
Specifies a new package file to install. The SCE platform extracts the actual image files from the
specified package file only during the copy running-config startup-config command.
boot system pkg-file
no boot system
Syntax Description
Command Default None.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Use this command to upgrade the SCE platform embedded firmware. The package file is verified for the
system and checked that it is not corrupted. The actual upgrade takes place only after you run the copy
running-config startup-config command, and reboot the SCE device.
If you are transferring the pkg file to the device manually, after the pkg file is transferred to the device,
move it to the /apps/data/scos directory (The default SCOS directory) before saving the running
configuration. The Cisco SCE device expects the pkg file in the /apps/data/scos directory. The upgrade
fails if the pkg file is not placed in this directory.
Authorization: admin
Examples The following example shows how to upgrade the system:
SCE> enable 10
Password: <cisco>
SCE#
SCE# copy ftp://user:1234@10.10.10.10/downloads/SENum.pkg pkg-file.pkg
SCE#config
SCE(config)#boot system pkg-file.pkg
Verifying package file…
Package file verified OK.
SCE(config)# do copy running-config startup-config
Backing –up configuration file…
Writing configuration file…
Extracting new system image…
Extracted OK.
pkg-file The package file that contains the new firmware. The filename should end
with the .pkg file type.
Release Modification
2.5.7 This command was introduced.