Utilities
The Utilities menu in A10 Control provides Organization-Admins with a centralized interface to perform key administrative tasks on registered Thunder devices and clusters. This module simplifies day-to-day device management, improves operational efficiency, and ensures consistent configuration and maintenance practices across the network.
Key Capabilities
- Performing and Scheduling CLI Operations
- Run ad-hoc CLI commands on selected devices or clusters.
- Save frequently used commands as CLI templates for repeated execution.
- Schedule CLI commands to run automatically at specified times.
- Track command execution history, view detailed responses, and search within CLI output for auditing and verification.
- Taking Device Backups
- Perform manual backups of device configurations and state.
- Schedule regular automated backups to ensure device configurations are safely stored and recoverable.
- Restore backups when required to maintain device continuity and quickly recover from misconfiguration or failures.
- Upgrading and Managing Device Images
- Upload, deploy, and manage ACOS images across devices.
- Schedule image upgrades to minimize downtime and coordinate updates across clusters.
- Monitor upgrade progress and verify device status post-upgrade to ensure operational stability.
Upgrades can be either:
Disruptive Upgrade: The device or cluster experiences downtime; traffic may be interrupted until the upgrade completes.
Non-Disruptive Upgrade: Upgrades occur node by node, minimizing traffic impact. Supported for aVCS and VRRP-A clusters. Real-time alerting is available for aVCS clusters.
Device and Cluster Image Upgrade Workflow
A10 Control supports automated image upgrades of Thunder devices and clusters. It is designed to minimize operational risks through pre/post validation checks, and detailed upgrade logs.
To upgrade the device and cluster image A10 Control, perform the following steps:
- Upload the required ACOS image in A10 Control. For more information, see Upload Device Images .
- Take device backup. For more information, see Schedule or Create Device Backup .
- (Optional) Configure a pre-post template. For more information, see Configure CLI Templates.
-
Upgrade the device or cluster. For more information, see Upgrade Device Images and Upgrade Cluster Image.
Device Upgrade
- Before starting the device upgrade, ensure primary and secondary disk of device have same configuration to avoid the operational risk for ACOS.
- Use the Device CLI to run the following commands on the selected device and partition:
Check the current startup configuration:
show startup-config all
Verify the boot images and identify the non-active disk:
show bootimage
Synchronize the active and non-active disk configurations to ensure both have the same running configuration:
link start-config <current-startup-config> <non-active-disk> all-partition
-
Start device upgrade. For more information, see Upgrade Device Images
- Select the uploaded ACOS image.
- Select the target device.
- Choose the upgrade drive.
- Select the non-active disk.
- Enable saving the current configuration.
- Enable reboot after upgrade.
- Select when to upgrade.
- Select the configured Pre-Post check template for upgrade validation.
- Execute Upgrade process.
- Image pushed to device.
- Reboot from non-active disk.
- Pre-check and post-check validations run automatically.
VRRP-A Cluster Upgrade
Key Considerations:
- The cluster must consist of exactly two devices - one in active mode and the other in standby mode.
- Active/Active cluster upgrades are not supported for cluster level upgrades, so a device-level upgrade is recommended.
Upgrade Steps
- Before starting the cluster upgrade, use the Device CLI to run the following commands on the selected device and partition:
-
Check the current startup configuration:
show startup-config all
-
Verify the boot images and identify the non-active disk:
show bootimage
-
Synchronize the active and non-active disk configurations to ensure both have the same running configuration:
link start-config <current-startup-config> <non-active-disk> all-partition
-
Start cluster upgrade. For more information, see Upgrade Cluster Image.
- Select the uploaded ACOS image.
- Select the target VRRP-A cluster.
-
Choose the upgrade drive.
-
Select the non-active disk.
-
Save configuration for all partitions.
- Select when to upgrade.
- Select Pre-Post Check Template for upgrade validation.
- Upgrade execution.
aVCS Cluster Upgrade
-
Before starting the cluster upgrade, use the Device CLI to run the following command on the selected device and partition to ensure the total traffic across all aVCS cluster devices does not exceed the capacity of any individual device during upgrade:
show interface brief
-
Start cluster upgrade. For more information, see Upgrade Cluster Image.
- Select the uploaded ACOS image.
- Select the target aVCS cluster.
-
Choose the upgrade drive.
-
Select the active disk.
|
NOTE:
|
Upgrade the active disk only if total traffic across all aVCS devices is below 100% to avoid traffic drops during failover. |
- Save the current configuration.
- Select when to upgrade.
- Select Pre-Post check template for upgrade validation.
-
Select the rollback image to ensure the cluster automatically reverts to the previous version if the upgrade fails.
- Upgrade execution.
- After clicking Upgrade, the system first runs user-defined and standard pre-checks on both Master and Blade devices.
- The Blade is placed in Forced Standby, redirecting all its traffic to the Master.
- The Blade upgrade is initiated and completed automatically.
- Once the upgrade finishes, the system brings the Blade back online to resume handling traffic.
- The Master is placed in Forced Standby, and traffic is shifted to the upgraded Blade.
- The system then switches device roles (Master ↔ Blade) to continue the process.
- The former Master (now Blade) is upgraded automatically.
- After the upgrade, the system restores traffic handling on the upgraded device.
- The system ensures both devices are running the same boot image version.
- User-defined and standard post-checks are executed to validate the upgrade.
- Finally, the system restores the original Master and Blade roles.
-
Post-upgrade verification.
- Review the logs generated during the upgrade to ensure all steps are completed successfully. For more information, see View the Workflows .
-
Verify that a successful floating notification is displayed on the A10 Control interface once the upgrade completes.
- Review Pre/Post Check output:
- Select the required device and partition in Executed Upgrades. For more information, see View Executed Upgrades.
- Compare the captured standard, pre, and post check command output to validate the upgrade.
-
Check for any anomalies or failures on the A10 Control Organization-Admin scope home page. For more information, see Manage Alerts .
-
If email notifications are configured, a summary email is sent to the login user’s registered email ID confirming the upgrade status.
-
Confirm that the upgraded device or cluster devices configurations are correct.