Monitoring the auto update process – Cisco ASA 5505 User Manual

Page 1301

Advertising
background image

61-13

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 61 Information About High Availability

Auto Update Server Support in Failover Configurations

f.

The update process starts again at Step 1.

5.

If the ASA determines that the ASDM file needs to be updated for either the primary or secondary
unit, the following occurs:

a.

The primary unit retrieves the ASDM image file from the HTTP server using the URL provided
by the Auto Update Server.

b.

The primary unit copies the ASDM image to the standby unit, if needed.

c.

The primary unit updates the ASDM image on itself.

d.

The update process starts again at Step 1.

6.

If the primary unit determines that the configuration needs to be updated, the following occurs:

a.

The primary unit retrieves the configuration file from the using the specified URL.

b.

The new configuration replaces the old configuration on both units simultaneously.

c.

The update process begins again at Step 1.

7.

If the checksums match for all image and configuration files, no updates are required. The process
ends until the next poll time.

Monitoring the Auto Update Process

You can use the debug auto-update client or debug fover cmd-exe commands to display the actions
performed during the Auto Update process. The following is sample output from the debug auto-update
client
command.

Auto-update client: Sent DeviceDetails to /cgi-bin/dda.pl of server 192.168.0.21

Auto-update client: Processing UpdateInfo from server 192.168.0.21

Component: asdm, URL: http://192.168.0.21/asdm.bint, checksum:

0x94bced0261cc992ae710faf8d244cf32

Component: config, URL: http://192.168.0.21/config-rms.xml, checksum:

0x67358553572688a805a155af312f6898

Component: image, URL: http://192.168.0.21/cdisk73.bin, checksum:

0x6d091b43ce96243e29a62f2330139419

Auto-update client: need to update img, act: yes, stby yes

name

ciscoasa(config)# Auto-update client: update img on stby unit...

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 1, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 1001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 1501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 2001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 2501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 3001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 3501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 4001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 4501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 5001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 5501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 6001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 6501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 7001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 7501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 8001, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 8501, len = 1024

auto-update: Fover copyfile, seq = 4 type = 1, pseq = 9001, len = 1024

auto-update: Fover file copy waiting at clock tick 6129280

fover_parse: Rcvd file copy ack, ret = 0, seq = 4

auto-update: Fover filecopy returns value: 0 at clock tick 6150260, upd time 145980 msecs

Advertising