
The Device user account is used to register an ACOS device through CLI.
Prerequisites
Before registering a device through CLI using device user, ensure that the following prerequisites are met:
test.a10control.a10networks.com) over port 443 through the management network.Register an ACOS Device
To register an ACOS device through CLI using a device user account:
Enter enable and then configure to enter configuration mode:
ACOS>enablePassword:
ACOS#configureACOS(config)#
Enter A10 Control profile mode.
ACOS(config)#controller profile
Configure A10 Control host name or IPv4/IPv6 address and the port details.
ACOS(config-profile)#hosttest.a10control.a10networks.comport443
The hostname is part of A10 Control login URL, which is included in the activation email sent to the first Organization Admin (organization). For example, see the highlighted host name in the login URL, test.a10control.a10networks.com/login/provider-abc-5HJ9.
If you want to use management interface for communicating with A10 Control instead of data interface, then configure use-mgmt-port.
ACOS(config-profile)#hosttest.a10control.a10networks.comport443use-mgmt-port
Enter the Organization name, included in the email that you received on purchasing the license.
ACOS(config-profile)#organizationorganization-abc
Enter the Cluster Name.
vThunder(config-controller-profile)#cluster-namea10c_cluster
Enter the Device User credentials.
vThunder(config-controller-profile)#user-namea10custer
vThunder(config-controller-profile)#passwordPassword@123456
(Optional) Specify the country or region and city or zone of the ACOS device.
ACOS(config-profile)#regionUnited State of America
ACOS(config-profile)#availability-zoneSacramento
| NOTE: | The list of supported regions and availability-zones is accessible from the A10 Control GUI, so it is recommended that you update the region and availability-zone fields in the A10 Control GUI. These locations can be mapped to the GEO map. |
(Optional) Add cluster ID (UUID) and the name of the cluster to which this device must be added.
If you do not configure the cluster details, the device is added to a single cluster in A10 Control:
ACOS(config-profile)#cluster-idACOS(config-profile)#cluster-name
| NOTE: | This information should be available in A10 Control. For more information, see Manage Cluster. |
Register the ACOS device on A10 Control.
ACOS(config-profile)# register
The registration process will begin. While device registration is in progress, do not make other configuration changes.
The following information is displayed:
Device registration is in progress. Other config changes are not recommended at this time. Please use the "show controller status" command to monitor the progress.
Verify the ACOS device registration status.
The overall status indicates that the registration is partially completed. You must map the device partitions with Org-Units in A10 Control to complete the registration:
ACOS(config-profile)#show controller statusoverall-status : Registration with Controller is partially completed. To complete the registration, please go to Infrastructure page of A10 Control Portal and map Device Partitions into Tenantsheartbeat-status : ACTIVE
service-registry : ACTIVE
registration-status : PASS
registration-status-code : 200
schema-registry-status : Registration of schemas with SR passed
broker_info : 129.146.247.182:9093
kafka-broker-state : Down
Number-of-tenant-mapped-partitions : 0Number-of-tenant-unmapped-partitions : 3tunnel-status : ACTIVE
The partitions must be mapped to the organization in A10 Control. Application services running on the partitions are managed in Org-unit. Additionally, multiple partitions from one or more devices can be mapped to the same Org-unit. Analytics is not generated and displayed until an Org-unit is mapped to the appropriate logical partition.
After mapping the Org-Units in A10 Control, return to the ACOS CLI interface and run the same show command again to check the registration status.
ACOS(config-profile)#show controller statusoverall-status : Registration with A10 Control completedheartbeat-status : ACTIVE
service-registry : ACTIVE
registration-status : PASS
registration-status-code : 200
schema-registry-status : Registration of schemas with SR passed
broker_info : 129.146.247.182:9093
kafka-broker-state : Up
Number-of-tenant-mapped-partitions : 3Number-of-tenant-unmapped-partitions : 0tunnel-status : ACTIVE
The device registration is completed successfully.
If device registration fails or analytics data does not appear in A10 Control GUI after device registration, see Troubleshooting Device Registration.