Specifications
AMF Introduction and Configuration
140 New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions
When a CFC failure event occurs, the trigger type chassis active-CFC-fail will activate.
The following example shows how the above scripted steps can be automatically applied
if this event occurs.
Example 2 This example shows a trigger script configuration for the SBx8100:
To explain the sequence; if there is a failure of a CFC that is operating as a stack master,
trigger 1, which is associated with the trigger type chassis active-CFC-fail, will activate.
This process runs the script triggered-atmfbackup.scp, which will then apply the
preconfigured instructions shown in Example 1.
Backups on a VCStack running as AMF masters on an
SBx908
In the event of a stack master failure, the trigger type type stack master-fail will activate.
The following example shows how the above scripted steps can be automatically applied
if this event occurs.
Example 3 This example shows a trigger script configuration that can operate when a stack master
node fails.:
To explain the sequence; if there is a failure of a node that is operating as a stack master,
trigger 1, which is associated with the trigger type stack master-fail, will activate.
This process runs the script triggered-atmfbackup.scp, which will then apply the
preconfigured instructions shown in Example 1.
Backing up all master nodes
If there are multiple AMF master nodes in the network, you may also want to use a trigger
script or perform a manual backup of “all” master nodes after a failover event, so that all
backups are up to date.
Create an AMF working-set group that contains all master nodes, then use the atmf
working-set command in the trigger script to execute the manual backup on all nodes
within the working-set.
Master1#
conf t
Master1(config)#
trigger 1
Master1(config-trigger)#
type chassis active-CFC-fail
Master1(config-trigger)#
script 1 triggered-atmfbackup.scp
Master1#
conf t
Master1(config)#
trigger 1
Master1(config-trigger)#
type type stack master-fail
Master1(config-trigger)#
script 1 triggered-atmfbackup.scp










