Managing Files - Cisco ASA Series Cli Configuration Manual

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Managing Software and Configurations
Command
Step 8
asdm image {disk0:/ |
disk1:/}[path/]asdm_image_name
Example:
hostname(config)# asdm image
disk0:/asdm-701.bin
Step 9
write memory
Example:
master(config)# write memory
Step 10
cluster exec unit slave-unit reload
noconfirm
Example:
master# cluster exec unit unit2 reload
noconfirm
Step 11
no enable
Example:
master(config)# no enable
Step 12
reload noconfirm
Example:
master# reload noconfirm

Managing Files

Viewing Files in Flash Memory
You can view files in flash memory and see information about files as follows:
Viewing Files in Flash Memory, page 1-9
Deleting Files from Flash Memory, page 1-10
Erasing the Flash File System, page 1-10
Downloading a File, page 1-11
Downloading a File to the Startup or Running Configuration, page 1-12
To view files in flash memory, enter the following command:
hostname# dir [disk0: | disk1:]
Enter disk0: for the internal flash memory. The disk1: keyword represents the external flash
memory. The internal flash memory is the default.
For example:
hostname# dir
Purpose
Sets the ASDM image to use that you just uploaded. You can only
configure one ASDM image to use, so you do not need to first
remove the existing configuration.
Saves the new settings to the startup configuration.
Reload each slave unit by repeating this command for each unit
name. To avoid connection loss and allow traffic to stabilize, wait
for each unit to come back up (approximately 5 minutes) before
reloading the next unit.
To view member names, enter cluster exec unit ?, or enter the
show cluster info command.
Disables clustering on the master unit. Wait for 5 minutes for a
new master to be selected and traffic to stabilize.
Do not enter write memory; when the master unit reloads, you
want clustering to be enabled on it.
Reloads the master unit. A new election takes place for a new
master unit. When the former master unit rejoins the cluster, it
will be a slave.
Cisco ASA Series CLI Configuration Guide
Managing Files
1-9

Advertisement

Table of Contents
loading

Table of Contents