Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Script for triggering "import settings" on AP in AMP 

Jun 17, 2014 12:06 PM

If you want to import settings for many devices, we normally recommend doing it from AirWave's web interface. It's one of the options for "Modify Devices" on any Device List.

If that's not an option, attached is a script that would trigger “import settings” on the APs in AMP server. If you specify the folder ID it will run it on all the APs in that folder. If you want to import settings for all the APs on the server you can enter “all” for folder ID. 

Note: We recommend running the script on one folder at a time.

You can get the folder ID from the ap_folder_id in the URL on the AirWave UI.
So for example: AP Folder ID =1 in this URL

https://10.2.32.141/ap_list?ap_folder_id=1

To Run:

1. Move to /var/airwave/custom/
2. Make the script executable 
#chmod 755 /var/airwave/custom/import_settings.pl 
3. Run the script
#cd /var/airwave/custom
#./import_settings.pl <FOLDER_ID> 

Example: 

[root@test]# ./import_settings.pl 

./import_settings.pl <folder_id>

Run the IMPORT SETTINGS on all APs in a specified folder.
To run IMPORT SETTINGS on all APs in AMP specify 'all' as the folder id.

Example:

./import_settings.pl all

 

 

 

(Please download script from our Support site: https://arubanetworkskb.secure.force.com/pkb/articles/FAQ/Script-for-triggering-import-settings-on-AP-in-AMP)

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.