Installation Guide Schneider-Electric SiteManager-Embedded software for HMIBSC model Summary 1. Installation 2. Uninstallation 3. Monitoring 4. Wide Area Network Access (Internet Access) 4.1. IP Route 4.2. Web Proxy 1. Installation For installation of the SiteManager-Embedded software, follow the step-by-step instructions below: - login as root to the Linux filesystem of the HMIBSC (please refer to chapter 7 of the User Manual file "EIO0000003374.pdf") => for account "root", default should be: - copy file "sitemanager-X.X.X-HMIBSC.tar.gz" on the Linux filesystem of the HMIBSC (to a directory like "/home/user/temp") sub-step 1. Plug in a USB key where the file "sitemanager-X.X.X-HMIBSC.tar.gz" would be available at root directory level sub-step 2. Type the following instructions ~# mkdir /media/usbkey ~# mount /dev/sda1 /media/usbkey ~# mkdir /home/user/temp ~# cp /media/usbkey/sitemanager-X.X.X-HMIBSC.tar.gz /home/user/temp/ - On the Linux filesystem of the HMIBSC, go to the directory to which the file "sitemanager-X.X.X-HMIBSC.tar.gz" was copied, uncompress the delivered file, then run installation of sitemanager: ~# cd /home/user/temp ~# tar -xvzf sitemanager-X.X.X-HMIBSC.tar.gz ~# ./sme-install.sh - Reboot system ~# reboot 2. Uninstallation For installation of the SiteManager-Embedded software, follow the step-by-step instructions below: - login as root to the Linux filesystem of the HMIBSC (please refer to chapter 7 of the User Manual file "EIO0000003374.pdf") => for account "root", default should be: - On the Linux filesystem of the HMIBSC, go to the directory to which the file "sitemanager-X.X.X-HMIBSC.tar.gz" was copied and uncompressed, then run uninstallation of sitemanager: ~# cd /home/user/temp ~# ./sme-uninstall.sh - Reboot system ~# reboot 3. Monitoring In order to monitor the connection status of the SiteManager to the GateManager, follow the step-by-step instructions below: - login as root to the Linux filesystem of the HMIBSC (please refer to chapter 7 of the User Manual file "EIO0000003374.pdf") => for account "root", default should be: - On the Linux filesystem of the HMIBSC, run a script for status of the connection between the SiteManager (local) and the GateManager (remote, over the Internet). ~# smeutil.sh status 4. Wide Area Network Access (Internet Access) In order to register the SiteManager onto the GateManager, a route to the Internet MUST exist (IP route) and connection to the remote GateManager MUST be authorized (WAN network policy). 4.1. IP Route In order to make sure you could get a route from your HMIBSC to the Internet, follow the step-by-step instructions below: - Choose a network interface for connecting to the Internet: Wi-fi, 4G modem, Ethernet ETH1, Ethernet ETH2. Then, setup the HMIBSC config file appropriately: ~# vi ~/infra_setting.conf => if Internet access by Ethernet is chosen, only a single default gateway (for either LAN_0 (ETH1) or LAN_1 (ETH2) SHOULD be set) => if Internet access by 4G modem is chosen, remember that multiple (3) PIN code failure will result in PUK mode of the simcard - Reboot system ~# reboot - Check that route setting is coherent with your expectations ~# route -n 4.2. Web Proxy If the network policy of the network by which you connect to the Internet requires you to set up a web proxy, you should ask your network administrator to provide you a web proxy IP address + potentially credentials for that web proxy. Note that if you are a Schneider-Electric employee, you will need such a web proxy setting for the SiteManager to connect to the GateManager, via Ethernet or Wi-Fi access to the Schneider-Electric corporate network. If so, you may use the web proxy 10.198.157.117:9400 during installation of SiteManager in section "1. Installation".