Configuring Edge Automation

Creating and Deleting Databases

To create a database, use the following command:

create database database_name

To delete a database, use the following command:

delete database database_name

Configuring Databases

To add a server to a database, use the following command:

configure database database_name add server [host_name | ip_address] {port port_number} {password [encrypted encrypted_password | password ]}

To delete a server from a database, use the following command:

configure database database_name delete server [host_name | ip_address | all]

To change the password of a databases, use the following command:

configure database database_name server [host_name | ip_address] password [encrypted encrypted_password | password ]

To change the time interval between retries, use the following command:

configure database max-retry-interval retry_interval

To connect or disconnect a database, use the following command:

configure automation edge [connect | disconnect] database database_name

Displaying Edge Automation Information

To view information about servers connected to databases, use the following command:

show database database_name

To view information about databases, use the following command:

show automation edge devices {vni vni}

To view information about database network devices, use the following command:

show automation edge devices {vni vni}