Cisco Cisco Catalyst 6500 Series 7600 Series ASA Services Module Guia Da Instalação

Página de 21
CLI
To upgrade two units in an Active/Active failover configuration, perform the following steps.
This procedure uses FTP. For TFTP or HTTP, see the copy command.
Before You Begin
• Perform these steps on the primary unit (or the unit with failover group 1 active).
• Perform these steps in the system execution space.
• If there is a configuration migration, back up your configuration file. For example:
more system:running-config
Copy the output from this command, then paste the configuration in to a text file. For other methods of
backing up, see the general operations configuration guide.
Step 1
Copy the ASA software to the primary unit flash memory:
copy ftp://[[user[:password]@]server[/path]/asa_image_name diskn:/[path/]asa_image_name
Example:
asa/act/pri# copy ftp://jcrichton:aeryn@10.1.1.1/asa951-smp-k8.bin disk0:/asa951-smp-k8.bin
Step 2
Copy the software to the secondary unit; be sure to specify the same path as for the primary unit:
failover exec mate copy /noconfirm ftp://[[user[:password]@]server[/path]/asa_image_name
diskn:/[path/]asa_image_name
Example:
asa/act/pri# failover exec mate copy /noconfirm ftp://jcrichton:aeryn@10.1.1.1/asa951-smp-k8.bin
disk0:/asa951-smp-k8.bin
Step 3
Copy the ASDM image to the primary unit flash memory:
copy ftp://[[user[:password]@]server[/path]/asdm_image_name diskn:/[path/]asdm_image_name
Example:
asa/act/pri# ciscoasa# copy ftp://jcrichton:aeryn@10.1.1.1/asdm-751.bin disk0:/asdm-751.bin
Step 4
Copy the ASDM image to the secondary unit; be sure to specify the same path as for the primary unit:
failover exec mate copy /noconfirm ftp://[[user[:password]@]server[/path]/asdm_image_name
diskn:/[path/]asdm_image_name
Example:
asa/act/pri# failover exec mate copy /noconfirm ftp://jcrichton:aeryn@10.1.1.1/asdm-751.bin
disk0:/asdm-751.bin
Step 5
If you are not already in global configuration mode, access global configuration mode:
Upgrade to ASA 9.5 and ASDM 7.5    
13
Upgrade to ASA 9.5 and ASDM 7.5
CLI