Vaisala IRIS Focus patch 5.3.1 ================================ Instructions: -------------------------------- Upgrading to version 5.3.1 - This patch also contains the fixes from patch 5.3.1 - This patch can be safely applied to version 5.3.0 - Copy Vaisala_IRIS_installer-5.3.1.tar to a temporary directory. - Extract the tar: tar -xvf Vaisala_IRIS_installer-5.3.1.tar - Run the upgrade script (must be root, no arguments necessary): ./rsw-upgrade -------------------------------- China map completely in English fix 1) Run the command chmod +x /usr/bin/rsw-gis-db-tool. 2) Run the command rsw-gis-db-tool update-china-map. 3) Add the following to the bottom of the /etc/vaisala/radarsw/configuration/vsoweb-override.ini: [MAP_SEARCH] map.search.english.search.only = true 4) Run the command rsw-gis-db-tool english-only 5) Go to: http://:34180/geoserver/web (to connect remotely turn firewall off with "systemctl stop firewalld") Username: admin Password: this is the geoserver.admin.password found in the /etc/vaisala/radarsw/configuration/gis-override.ini file. Once logged in, go to the Tile Caching --> Tile Layers page. Click the "empty" command on the following layers: vaisala:vai_aviation_en vaisala:vai_base vaisala:vai_base_simplified vaisala:vai_terrain vaisala:vai_full_en vaisala:vai_general_en vaisala:vai_minimal vaisala:vai_roads_en vaisala:vai_all 7) If firewall was stopped turn firewall back on: systemctl start firewalld 8) restart webapp: systemctl restart vaisala-radarsw-webapp.service ================================ Fixed in patch 5.3.1: - FIRE-7529: Add Chinese language to UI This fix will replace the webapp jar without reinstalling the rpm. This fix will add Chinese translations. - FIRE-7147: China map should be completely in English This fix needs the steps to be manually ran. See the instructions in the "Instructions" section above