...
This resolves an issue where UAM AAM cannot reach all devices if some of them were cloned after their initial configuration.
...
Each column's meaning is detailed below.
Column Name | Description |
---|---|
Site Name | The unique name for the site which will be assigned to the to level Node of the Edge device. Each Site Name must be unique within the CSV. |
Edge Device IP | The IP address or URL of the Edge device; this is the IP we will attempt to contact. By default, the IP address will be preceded with “http://” and the port used will be 8080, e.g. “192.168.0.10” will be read as “http://192.168.0.10:8080”. If a different port is expected, or the node is configured for https, that must be included, e.g. “https://192.168.0.10:8181”. Each Edge Device IP must be unique within the CSV. |
reachable | Enter the lower case letter x in this field to signify the script should attempt to connect to and configure the device. If any other value is entered, or it is left blank, this row will be skipped. |
eACM username | The web interface username used to connect to the Edge Manager website and API. Default: admin |
eACM password | The web interface password used to connect to the Edge Manager website and API. Default: admin |
OS username | The operating system username |
OS password | The operating system password |
...
Complete - The script has successfully run on at least one of the devices in the CSV file. Consult the log for details.
Error - Either the The script did not recognize the formatting of the CSV file or one of the devices in the CSV file did not recognize the formatting of the JSon file. Check the log for details.
Unrecognized - Files that are not CSV or JSon, as well as CSV and JSon files without matching names, don’t have the .csv extension will be moved here.
Note |
---|
Any files that remain in the Process folder when the program is done indicate an unexpected exception. Check the log for further details and contact support if necessary. |
...