User Guide

OmniAccess SafeGuard OS Administration Guide
116
Chapter 3: Working with Configuration Files and Upgrading Images
Specifying the System Image
Copying Images
To copy the image file to either the primary or secondary image location, use the
copy tftp command in the Privileged Exec mode.
copy tftp://ip/{filepath/}file [image-primary | image-secondary]
The following example loads an EPV image into the primary image area:
(SafeGuardOS) #
(SafeGuardOS) # copy tftp://192.158.25.25/SafeGuardOS-3.0.2.x-cp.img image-
primary
(SafeGuardOS) #
Specifying the System Image
The device boots with the primary system image. To specify whether the system loads the
primary or secondary image, use the use image command in Privileged Exec mode. With
the next boot, the system loads the selected image.
use image [primary |secondary]
The following example loads the secondary image on the next bootup.
(SafeGuardOS) # use image secondary
(SafeGuardOS) #
Syntax Description ip Specifies the IP address of the TFTP server.
filepath (Optional) Specifies the directory path to the
file.
file Specifies the filename of the file being
downloaded.
image-
primary
Copies an image file to the primary image
area.
image-
secondary
Copies an image file to the secondary image
area.
Syntax Description primary Specifies to load the primary image on the next
boot.
secondary Specifies to load the secondary image on the
next boot.