|
1. |
On the CLI of the standby SD-WAN Manager node, run the following command: request nms configuration-db restore path file-path
Example:
In the following example, the configuration database is restored using the backup file db_backup.tar.gz.
Standby-vManage# request nms configuration-db restore path /home/admin/db_backup.tar.gz
Configuration database is running in a standalone mode
Importing database...Successfully restored database
|
|
2. |
Verify services and node list on the standby SD-WAN Manager nodes
-
Verify that the appropriate services are running on the standby SD-WAN Manager nodes: On the CLI of each standby SD-WAN Manager node, run the request nms all status command.
From the command output, verify the services running on the node.
-
Verify that every standby SD-WAN Manager node has a list of all the active and standby SD-WAN Manager nodes.
-
From the SD-WAN Manager menu, choose .
-
Verify that the page displays all active and standby SD-WAN Manager nodes.
|
|
3. |
Run the these commands:
-
Log in to the CLI of each Cisco SD-WAN Validator and run the show orchestrator valid-vmanage-id command.
-
Log in to the CLI of Cisco vEdge Cloud router and run the show control valid-vmanage-id command.
In the command output, verify that the chassis numbers of the active and previously active SD-WAN Manager nodes are listed.
|
|
4. |
Enable the transport interface on VPN 0 on the standby SD-WAN Manager nodes using either of the following methods:
-
Enable the transport interface in VPN 0: On the CLI of each standby SD-WAN Manager node, run the no shutdown command.
Example:
Active-vManage# config
Active-vManage(config)# vpn 0 interface interface-name
Active-vManage(config-interface)# no shutdown
Active-vManage(config-interface)# commit and-quit
-
Activate the tunnel interface in VPN 0: On the CLI of each standby SD-WAN Manager node, run the tunnel-interface command.
Example:
Active-vManage# config
Active-vManage(config)# vpn 0 interface interface-name
Active-vManage(config-interface)# tunnel-interface
Active-vManage(config-interface)# commit and-quit
|
|
5. |
Add each standby SD-WAN Manager node to the overlay network.
-
From the SD-WAN Manager menu, choose .
-
Click Controllers.
-
For a Cisco SD-WAN Validator, click ... and click Edit.
-
In the Edit dialog box, enter the following details of the Cisco SD-WAN Validator: WAN transport IP address, username, and password.
-
Repeat Step 5c and Step 5d for every Cisco SD-WAN Validator.
|
|
6. |
Disconnect the active SD-WAN Manager nodes from the overlay network using one of the following two methods.
-
Shut down the transport interface in VPN 0: On the CLI of each active SD-WAN Manager node, run the shutdown command.
Example:
Active-vManage# config
Active-vManage(config)# vpn 0 interface interface-name
Active-vManage(config-interface)# shutdown
Active-vManage(config-interface)# commit and-quit
-
Deactivate the tunnel interface in VPN 0: On the CLI of each active SD-WAN Manager node, run the no tunnel-interface command.
Example:
Active-vManage# config
Active-vManage(config)# vpn 0 interface interface-name
Active-vManage(config-interface)# no tunnel-interface
Active-vManage(config-interface)# commit and-quit
|
|
7. |
From the standby SD-WAN Manager, send the updated controller and device list to the Cisco SD-WAN Validator.
-
From the SD-WAN Manager menu, choose .
-
Click Controllers.
-
Click Send to Validator.
Wait for the configuration task to complete. When the task is complete,
-
The standby SD-WAN Manager nodes become the active SD-WAN Manager nodes.
-
The previously active SD-WAN Manager nodes are no longer part of the overlay network.
-
The active SD-WAN Manager nodes have the configuration from the most recent configuration database backup.
-
Every controller establishes connection with the other controllers in the network.
-
Click WAN Edge List.
-
Click Send to Controllers.
|
|
8. |
Verify configuration and connectivity.
-
Verify that policies, templates, and the controller and WAN edge device lists are intact.
-
Verify valid SD-WAN Manager nodes:
-
Log in to the CLI of each Cisco SD-WAN Validator and run the show orchestrator valid-vmanage-id command.
-
Log in to the CLI of a Cisco vEdge Cloud router and run the show control valid-vmanage-id command.
-
In the command output, verify that the chassis numbers of the active and previously active SD-WAN Manager nodes are listed.
-
Check whether the device is connected to the active SD-WAN Manager nodes and the Cisco Catalyst SD-WAN Controller.
|
|
9. |
Invalidate the previously active SD-WAN Manager nodes.
-
From the SD-WAN Manager menu, choose .
-
Click Controllers.
-
For each previously active SD-WAN Manager node, click ... and click Invalidate.
-
The previously active SD-WAN Manager is the certificate issuer for the cloud WAN edge devices. The active SD-WAN Manager issues certificates to the cloud WAN edge devices only after the previously active SD-WAN Manager nodes are invalidated.
-
After you invalidate the SD-WAN Manager nodes, the nodes cannot be reused without performing additional steps that are beyond the scope of this document.
-
When you invalidate the previously active SD-WAN Manager nodes, SD-WAN Manager marks the nodes as invalid and sends an update to all controllers. However, SD-WAN Manager does not send an updated list of valid SD-WAN Manager UUIDs to Cisco SD-WAN Validator immediately because the previously active SD-WAN Manager is the CA for the cloud WAN edge devices. So, the output of the show orchestrator valid-vmanage-id command on a Cisco SD-WAN Validator includes the UUIDs of the invalidated SD-WAN Manager nodes.
-
SD-WAN Manager has a scheduled task that runs every 24 hours and checks to see if all the cloud WAN edges have been moved to the active SD-WAN Manager. SD-WAN Manager sends the updated list of valid SD-WAN Manager UUIDs to Cisco SD-WAN Validator only after the cloud WAN edge devices have been moved to the active SD-WAN Manager. After this list is received, the output of the show orchestrator valid-vmanage-id command on a Cisco SD-WAN Validator does not include the UUIDs of the invalidated SD-WAN Manager nodes.
|