cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1631
Views
0
Helpful
4
Replies

Replication of Admin context

pslavkovsky
Level 1
Level 1

Hi

I upgraded failover pair of ACE30 modules.

There is this steps in UPGRADE GUIDE

Step 8

Configure ACE-1 to autoboot from the latest ACE image. To set the boot variable and configuration register to1 (perform auto boot and use startup-config file), use the

boot system image:

and

config-register

commands in configuration mode. For example, enter:

ACE-1/Admin(config)# boot system image:c6ace-t1k9-mz.A5_2_0.bin 

ACE-1/Admin(config)# config-register 1

ACE-1/Admin(config)# exit

ACE-1/Admin# show bootvar

BOOT variable = "image:c6ace-t1k9-mz.A5_2_0.bin"

Configuration register is 1

Step 9 On the standby ACE module (ACE-2), perform the following:

Enter the show running-config command and ensure that all the changes made in the active ACE (ACE-1) are also reflected on the standby ACE.

Enter the show bootvar command to verify that the boot variable was synchronized with ACE-1.

But my experience is that replication between Admin context does not work.

I must to change boot variable on both Admin contexts.

Is it OK?

Peter

1 Accepted Solution

Accepted Solutions

I have ft group created for Admin context.

ft group 1

  peer 1

  priority 150

  associate-context Admin

  inservice

Petr

View solution in original post

4 Replies 4

p.hruby
Level 1
Level 1

Hi Peter,

could you please provide output of "sh ft group brief" command?

Petr

acedc3-01/Admin# sh ft group brief

FT Group ID: 1  My State:FSM_FT_STATE_ACTIVE    Peer State:FSM_FT_STATE_STANDBY_
HOT
                Context Name: ssl-dc3-acc       Context Id: 1
                Running Cfg Sync Status:Running configuration sync has completed

FT Group ID: 2  My State:FSM_FT_STATE_ACTIVE    Peer State:FSM_FT_STATE_STANDBY_
COLD
                Context Name: ssl-dc3-app       Context Id: 2
                Running Cfg Sync Status:Peer in Cold State. Error on Standby dev
ice when applying configuration file replicated from active

FT Group ID: 3  My State:FSM_FT_STATE_ACTIVE    Peer State:FSM_FT_STATE_STANDBY_
HOT
                Context Name: ssl-dc3-dat       Context Id: 3
                Running Cfg Sync Status:Running configuration sync has completed
acedc3-01/Admin#

I have ft group created for Admin context.

ft group 1

  peer 1

  priority 150

  associate-context Admin

  inservice

Petr

Peter,

It should do it as described here:

http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA5_1_x/release/note/ACE_mod_rn_A51x.html#wp791479

What version do you run?

You need to make sure you have certs, keys, licenses, etc in the same way on both.

You can force the synchronization with:

host1/Admin(config)# no ft auto-sync running-config

host1/Admin(config)# no ft auto-sync startup-config
host1/Admin(config)# ft auto-sync running-config

host1/Admin(config)# ft auto-sync startup-config

Jorge