Many issues are resolved by updating to the latest SmartServer software. Review the SmartServer release notes before upgrading or re-imaging to a different software version. For issues that require diagnostics, this section provides some helpful hints to troubleshoot various issues that you may experience with the SmartServer. See Using the LEDs and Buttons to determine if the SmartServer hardware is operating properly.
In addition, a list of useful console/SSH commands for troubleshooting and checking the SmartServer health are provided (see Using Console / SSH commands). For help outside the scope of these sections, go to the EnOcean Support Portal Knowledge Base (KB).
...
- A console/ssh application, like putty.
- Use an USB cable to access the SmartServer console to determine the SmartServer IP addresses and to watch the boot process.
- Use SSH for most other console/SSH commands.
- An SFTP application, like WinSCP, to copy and read files on the SmartServer.
- MQTT explorer Explorer to monitor MQTT traffic on the SmartServer platform.
- Requires IAP/MQ ports to be open (Features Configuration page) before you can view MQTT traffic.
- Enhanced Security (available with SmartServer 3.5 and higher, System Configuration page) defaults to these ports being disabled.
- LON devices only – LonScanner Protocol Analyzer to monitor channel bandwidth and packets.
- You can download the LonScanner Protocol Analyzer for free. Use the LonScanner 5 link.
- Most LON channels are half duplex; therefore, maintain a sustained bandwidth below 40% for optimal performance.
- For SmartServers using power line repeating.
- LonScanner Protocol Analyzer allows you to see all packets for devices in which the SmartServer can directly communicate to the destination device.
- Packets between repeaters, or between a repeater and the destination device, are typically not shown in LonScanner.
- For SmartServer networks where you also have a U10/U60 or U20/U70, you can open two LonScanner windows to check communication at both the SmartServer and a problem device.
- With LonScanner Protocol Analyzer, you can see if network traffic makes it through the network and whether the destination device responds.
- If you do not see a response either there is an issue with the channel (e.g., FT-10 there is a short or broken connection) or the device is down
- If you see repeated packets and a delayed response this may mean the channel bandwidth is too high, the device is taking too long to respond back or there are impairment on the Lontalk channel.
- Some channel impairment, like motors running may cause a temporary interruption in communication.
- To see packets at both ends (at the SmartServer and at the edge device) you will need to take your laptop near the problem device and use a U10/U60 or U20/U70 to look at traffic at the device.
- Open a LonScanner window for the SmartServer LonScanner RNI.
- Verify that the Protocol Analyzer is enabled on the SmartServer LON Configuration page and that a LonScanner RNI is created in the control panel LonWorks Interface applet.
- Open another LonScanner window for the U10/U60 or U20/U70.
- Open a LonScanner window for the SmartServer LonScanner RNI.
- With LonScanner Protocol Analyzer, you can see if network traffic makes it through the network and whether the destination device responds.
- NodeUtil diagnostic tool allows you to determine whether you can communicate to a device.
- Example: if you are using a SmartServer RNI "x.default.176"
nodeutil -dx.default.176
- Example: if you are using a SmartServer RNI "x.default.176"
- You can download the LonScanner Protocol Analyzer for free. Use the LonScanner 5 link.
...
To find the SmartServer IP address, connect your laptop to the SmartServer console port and run ifconfig. See Finding the SmartServer IP or if your PC is on the same IP subnet as the SmartServer then try accessing it using the SmartServer host name (e.g., for host name "17q2eyh" use "https://smartserver-17q2eyh.local"). See Finding the SmartServer IP Address.
When you first access your SmartSever, follow the procedure in the Configuring the SmartServer IP Address and Hostname section to change the LAN/WAN ports that you are using from Startup Mode to Static IP Address or DHCP. Failure to do so may result in flaky Ethernet connections especially if you unplug and re-plug in the SmartServer, or if there are issues on the Ethernet connection. This may happen because startup mode looks for DHCP, and if not found, it falls back to a static IP address. Therefore, if you experience issues on the Ethernet channel, or if you unplug and re-plug in the Ethernet cable, then the SmartServer may not know whether it is using DHCP or static IP addresses. Changing the Ethernet ports to Static IP Address or DHCP when you first access the SmartServer eliminates this problem.
...
4. I cannot access the SmartServer Configuration page.
The SmartServer Configuration pages (e.g., the System or Network Configuration page) allow allows you to specify the SmartServer IP address and other hardware configurations.
- Verify that you are you using https://<smartServer IP address>. HTTP will not work.
- Determine whether you downgraded the SmartServer software from release 4.0 and higher to 3.xx.
- Starting with SmartServer 4.0, certificates and keys are now encrypted to improve security, but the older software versions do not know what to do with the encrypted certificates and keys. Consequently, a re-image from SmartServer 4.0 and higher to 3.xx will partially fail without any error message.
- If you have experience this issue, after downgrading, you will be able to access the SmartServer Configuration pages and the Mosquito service will not work; however, you will be able to access the SmartServer CMS.
- To remove SmartServer 4.0 and higher certificates (this can be done before or after doing a re-image), perform one of the following using console/SSH commands:
Using script:
Code Block title Removing 4.0+ certificates sudo cd to /var/apollo/data/certs sudo chmod 755 prep_for_3.x.sh sudo ./prep_for_3.x.sh
Using remove commands (you will need to modify the command based on the SmartServer hostname):
Code Block title Format: Replace <hostname> with your SmartServer's hostname sudo rm /etc/ssl/certs/message_broker/ sudo rm /var/apollo/data/certs/<hostname>.echelon.cloud
Code Block title Example: SmartServer with the hostname SmartServer-17qehie sudo rm /etc/ssl/certs/message_broker/ sudo rm /var/apollo/data/certs/SmartServer-17qehie.echelon.cloud
- Starting with SmartServer 4.0, certificates and keys are now encrypted to improve security, but the older software versions do not know what to do with the encrypted certificates and keys. Consequently, a re-image from SmartServer 4.0 and higher to 3.xx will partially fail without any error message.
- Does the Web page show something like NET:ERR_CERT_DATE_INVALID Error when using signed certificates when using something like https://smartserver-17qehie.echelon.cloud
- This may mean that the Certificate timed out. The SmartServer will try to automatically renew the certificate, but it looks like SmartServer was not able to do that.
- To continue using signed certificates you will either need to manually re-new the certificate using KB1455.
- Alternatively, you can just use the SmartServer IP address.
...
- You may see not be able to access the SmartServer Configuration Page and CMS
...
- Verify that you are you using https://<smartServer IP address>. HTTP will not work.
- Determine whether you can log into the SmartServer Configuration pages (e.g., the System or Network Configuration page).
If you are on a VPN and you are using the SmartServer hostname to access the SmartServer, then clicking the CMS tab on the SmartServer Configuration page will not work.Changing the Web page if the HTTP and HTTPS ports changed from the defaults.- You should be able to ping the SmartServer, but not access the SmartServer Configuration Page and CMS Web page.
- Issue the following console command "sudo grep "listen" /etc/nginx/sites-enabled/apollo.conf". The line with ssl should show 443 and there should be two lines showing 80.
- If 443 and 80 are not shown then you may need to change the apollo.conf file to use the default ports. See "Changing HTTP and HTTPS Ports" for details.
- Check if the SmartServer is constantly rebooting by looking at the SmartServer Console port.
5. I cannot access the SmartServer CMS web page.
- Verify that you are you using https://<smartServer IP address>. HTTP will not work.
- Determine whether you can log into the SmartServer Configuration page.
- If you are on a VPN and you are using the SmartServer hostname to access the SmartServer, then clicking the CMS tab on the SmartServer Configuration page will not work.
- Changing the hostname to the SmartServers IP address in the web page URL should allow you to access the CMS.
- Go to the Network Configuration page and make sure you are not using startup mode for the Ethernet ports that you are using.
- If startup mode is assigned, then you may see flaky Ethernet connections.
- Change the IP address to static or DHCP and then reboot the SmartServer.
- If you are on a VPN and you are using the SmartServer hostname to access the SmartServer, then clicking the CMS tab on the SmartServer Configuration page will not work.
- Does the web page show an error similar to NET:ERR_CERT_DATE_INVALID when using signed certificates and when using something like https://smartserver-17qehie.echelon.cloud/cms?
- This error may mean that the certificate timed out. The SmartServer will try to automatically renew the certificate, however in these cases, the SmartServer was unable to.
- To continue using signed certificates, manually re-new the certificate using KB1455.
- Alternatively, you can use the SmartServer IP address instead of the hostname.
- Determine whether you can ping the SmartServer from your PC.
- Open a Windows command prompt.
- Issue a ping command with your SmartServer IP address (e.g., ping 10.0.0.113).
- Determine whether you can use SSH or SFTP (e.g., using WinSCP) to the SmartServer.
- If you are connected to the SmartServer console, then issue ifconfig to determine the IP address.
- Verify that another device is not using the same IP address.
- If another device or PC is using the same IP address, then accessing some pages, SSH, or SFTP may work and the other may not.
- Unplug the Ethernet cable from the SmartServer and ping the SmartServer IP address to see if another device responds.
- Ping response may be disabled by the IT department or the other device may not respond back to a ping.
- Unplug and plug back in the Ethernet cable to the SmartServer.
- Check if the SmartServer CMS (Karaf) service is running.
- Run sudo systemctl status karaf using console/SSH. If you see a green response, then most likely the CMS service is running.
- Try restarting the karaf
- run sudo systemctl restart karaf using console/ssh. If that works then reboot the SmartServer to make sure the CMS Web pages work after a reboot.
- If you can log into the Configuration pages using the apollo username and password, but cannot log into the CMS using the same password and the apollo username, then perform the following:
- Restore to factory settings using the System Configuration page Reset To Defaults button and then Restore to Factory Settings on the Restore Default Settings page.
- Re-imaging the SmartServer.
- If you need to contact the Support team, then have the following information available (see the Contacting Support section below for details):
- All /var/log files
- Results from sudo systemctl status karaf
- Karaf log files
6. The SmartServer CMS web page shows incorrect information.
In most cases, if the SmartServer CMS shows incorrect information, then this problem is related to cached data in the Web browser. To clear cached data, perform one or more of the following:
- Click the Refresh button () on the CMS web page / widgets.
Enter CTRL-F5 in the web browser.
Open a private window in the web browser.
Close all browser windows that are accessing this SmartServer.
Reopen one web browser window.Enter CTRL-F5.
Optionally clear the cached in the web browser.
Check the Alarms and Can you log into the SmartServer Configuration Page?- You may not be able to access the SmartServer Configuration Page and CMS Web page if the HTTP and HTTPS ports changed from the defaults HTTP (80) and HTTPS (443).
- You should be able to ping the SmartServer, but not access the SmartServer Configuration Page and CMS Web page.
- Issue the following console command "sudo grep "listen" /etc/nginx/sites-enabled/apollo.conf". The line with ssl should show 443 and there should be two lines showing 80.
- If 443 and 80 are not shown then you may need to change the apollo.conf file to use the default ports. See "Changing HTTP and HTTPS Ports" for details.
- You may not be able to access the SmartServer Configuration Page and CMS Web page if the HTTP and HTTPS ports changed from the defaults HTTP (80) and HTTPS (443).
- Determine whether you can use SSH or SFTP (e.g., using WinSCP) to the SmartServer.
- If you are connected to the SmartServer console, then issue ifconfig to determine the IP address.
- Is the SmartServer is constantly rebooting.
- Verify that another device is not using the same IP address.
- If another device or PC is using the same IP address, then accessing some pages, SSH, or SFTP may work and the other may not.
- Unplug the Ethernet cable from the SmartServer and ping the SmartServer IP address to see if another device responds.
- Ping response may be disabled by the IT department or the other device may not respond back to a ping.
- Unplug and plug back in the Ethernet cable to the SmartServer.
- Check if the SmartServer CMS (Karaf) service is running.
- Run sudo systemctl status karaf using console/SSH. If you see a green response, then most likely the CMS service is running.
- Try restarting the karaf
- run sudo systemctl restart karaf using console/ssh. If that works then reboot the SmartServer to make sure the CMS Web pages work after a reboot.
- If you can log into the Configuration pages using the apollo username and password, but cannot log into the CMS using the same password and the apollo username, then perform the following:
- Restore to factory settings using the System Configuration page Reset To Defaults button and then Restore to Factory Settings on the Restore Default Settings page.
- Re-imaging the SmartServer.
- If you need to contact the Support team, then have the following information available (see the Contacting Support section below for details):
- All /var/log files
- Results from sudo systemctl status karaf
- Karaf log files
- Check if the SmartServer is constantly rebooting by looking at the SmartServer Console port.
6. The SmartServer CMS web page shows incorrect information.
In most cases, if the SmartServer CMS shows incorrect information, then this problem is related to cached data in the Web browser. To clear cached data, perform one or more of the following:
- Click the Refresh button () on the CMS web page / widgets.
- Enter CTRL-F5 in the web browser.
- Open a private window in the web browser.
- Close all browser windows that are accessing this SmartServer.
- Reopen one web browser window.
- Enter CTRL-F5.
- Enter CTRL-F5.
- Optionally clear the cached in the web browser.
- Check the Alarms and Events widget for warning or error messages that are related to what you are doing.
...
The signed or unsigned certificate has timed out.
Using ssh, enter the command shown below to see if the SmartServer ID is returned.
You should see the SmartServer ID in the response. If you do not see the SmartServer ID, then the certificate may have timed out.Code Block mosquitto_sub -t glp/0/././# "17qam88"
Click Ctrl-C to exit the command.
- Workaround:
- Click the Enable Signed Certificates checkbox on the System Configuration page. Wait for the change to take effect (the checkbox changes from greyed-out to active, or wait 15 seconds), and then click the checkbox again. The system interprets this process as switching from your current mode of operation (either signed or not signed) and then back again. Finally, reboot the SmartServer.
10. IzoT CT or IzoT Net Server tool do not see Service messages (e.g., IP-852 router) from the LON SmartServer LON Configuration page.
All IP-852 and U60/U70 routers have a service/connect button in the LON Configuration page that send a service pin message.
...
Changing back and forth between IMM and DMM is not supported. Therefore, you must first discern which mode of operation (DMM or IMM) your application requires and then maintain that mode. For IzoT CT and IzoT Net Server networks, when you are using the SmartServer routers, you will first need to change to IMM before commissioning the SmartServer routers in IzoT CT or IzoT Net Server. See the workaround below if you mistakenly used DMM.
Add a ferrite clamp onto the U60/U70 USB cable to reduce LON channel noise (similar to one used for the SmartPhone, see link below).
https://www.usbfirewire.com/parts/rr-fh0-500b.html
Note |
---|
Only SmartServer 3.5 and higher can be used for IP-852 routing. In prior releases, unplugging or re-plugging the Ethernet cable and possibly IP infrastructure issues could stop communication to external devices through U60s/U70s. |
Workaround
Backup any settings or files that are on the SmartServer.
- If you are only using the SmartServer for routing or RNI, then you do not need to backup anything.
- Click the Reset To Defaults button (System Configuration page) to perform a Reset Database.
- After the reset is done, optionally do another reboot of the SmartServer using the SmartServer System Configuration page.
- This reboot will cause the SmartServer router neuron IDs to change.
- Go to the CMS Devices widget, Segment Controller tab.
- Select the Switch to LON Independent Management Mode (IMM) action.
- Verify that the SmartServer is IMM mode.
- The CMS shows the IMM mode in the upper left-hand corner.
- The System Configuration page shows the LON Network Management Mode as Independent (IMM).
- In IzoT CT/IzoT Net Server, decommission the SmartServer routers and do not save the neuron IDs.
- In IzoT CT/IzoT Net Server, commission the SmartServer routers with the new neuron IDs using the SmartServer LON Configuration page.
...
Note | ||
---|---|---|
| ||
If the SmartServer Configuration page LON tab shows "The lon1 device has failed a CENELEC protocol query. Device likely needs to be reset to restore communication" then you need to use SmartServer 3.65 or 4.1 (Beta) and higher, and update the U70 software. For powerline repeating networks, update the SmartServer and U70 software even if do not see the CENELEC error. |
...
Note | ||
---|---|---|
| ||
If you experience problems with the U60 or U70, then add a USB 2.0 ferrite bead clamp onto the USB cable to reduce LON channel noise (similar to one used for the SmartPhone, see link below). . |
See the steps below for more information and diagnostics.
- Verify that the U60 or U70 is up using one of the following methods:
- Use the LON Configuration page to see if the U60/U70 appears under LON interfaces.
- Use the console/SSH command ifconfig and check the lon#. There should be one lon# per U60/U70.
- Use the console/SSH command ifconfig and check the lon#. There should be one lon# per U60/U70.
- If the U60 or U70 do not appear, then perform the following:
- Verify whether these devices are plugged in.
Check for USB noise by looking for EMI? in the SmartServers.
- For SmartServer release 4.0 and higher (most of the important logs are now in the /var/log/syslog):
- Go to the System Configuration Web page and click on the Logs button which will download the file to your PC (usually downloads folder).
- Extract the *.tgz - on windows you can use 7-zip to extract the files.
- During the extraction process you may see a Confirm File Replace dialog pop up. If you see this dialog click the Auto Rename button.
- Extract the *.tar file.
- During the extraction process you may see a Confirm File Replace dialog pop up. If you see this dialog click the Auto Rename button.
- As some of the files in the *.tgz are symbolic links which may not be supported by Windows, wait until the progress bar is completely green and the click the Close button.
Look for EMI? in /var/log/syslog, using console/SSH.
Code Block sudo grep "EMI?" /var/log/syslog
- For Smartserver 3.6 and prior releases:
Look at /var/log sys.log, kern.log, and error files using the commands below. If you see EMI? in the log files, then you need to add a filter, like a USB 2.0 ferrite bead clamp onto the U60/U70 USB cable.
Code Block title Console/ssh commands to look for looking for EMI? sudo grep "EMI?" /var/log/kern.log sudo grep "EMI?" /var/log/error sudo grep "EMI?" /var/log/syslog
- For SmartServer release 4.0 and higher (most of the important logs are now in the /var/log/syslog):
Reboot the SmartServer.
If the U60/U70 continuously stops working after power cycles, then perform the following:For SmartServer 3.6 only, enter the following SSH command (this command may allow the U60/U70 to come up, but it is not a fix):
Code Block sudo /sbin/apollo-usbreset start
For all SmartServer versions, add a USB 2.0 ferrite bead clamp onto the U60/U70 USB cable.
- Verify that the LTE and LTX services are running.
- For SmartServer release 4.0 and higher:
- Check if LTE and LTX services are running. The LTE and LTX may get restarted if you import or make changes to an XIF file or re-import Resource File Set XML file.
Check the current status of these services using the following ssh commands. The example below shows the U60 working.
Code Block $ sudo smartserverctl status alarm ACTIVE 1h 4min bacnet ACTIVE 1h 4min core ACTIVE 1h 4min datapoint-connection-manager ACTIVE 1h 4min datapoint-controller ACTIVE 1h 4min datapoint-get ACTIVE 1h 4min enocean-driver ACTIVE 1h 4min formatter ACTIVE 1h 4min housekeeper ACTIVE 1h 4min iap-controller ACTIVE 1h 4min init ACTIVE 1h 4min lim ACTIVE 1h 4min loader ACTIVE 1h 4min logger ACTIVE 1h 4min lon ACTIVE 1h 4min lte ACTIVE 1h 4min ltx ACTIVE 1h 4min lwd ACTIVE 1h 4min modbus ACTIVE 1h 4min monitoring ACTIVE 1h 4min mosquitto ACTIVE 1h 4min node-red ACTIVE 1h 4min pyro4-ns ACTIVE 1h 4min query ACTIVE 1h 4min reboot-manager ACTIVE 1h 4min resource-publisher ACTIVE 1h 4min scheduler ACTIVE 1h 4min secmount ACTIVE 1h 4min services ACTIVE 1h 4min smartserver ACTIVE 1h 4min storage-manager ACTIVE 1h 4min apollo@smartserver-17qam88:~$
You can also restart these services as they may get out of sync (for example, you may have deleted a device in the CMS, but it did not get cleared from MQTT) using the following command:
Code Block sudo smartserverctl restart lon
- For SmartServer 3.6 and prior releases:
- Check if lon:echlte and lon:echltx services are running. The LTE and LTX may get restarted if you import or make changes to an XIF file or re-import Resource File Set XML file.
Check the current status of these services using the following ssh commands. The example below shows the U60 working.
Code Block sudo supervisorctl status ~$ sudo supervisorctl status apollo-init EXITED Dec 19 06:29 AM core:echhousekeeper RUNNING pid 1159, uptime 4:21:35 core:echlim RUNNING pid 1163, uptime 4:21:35 echbacnet RUNNING pid 1155, uptime 4:21:35 echmodbus RUNNING pid 1240, uptime 4:21:34 echopcua-server STOPPED Not started lon:echlte RUNNING pid 3627, uptime 4:19:57 lon:echltx RUNNING pid 3626, uptime 4:19:57 ready EXITED Dec 19 06:29 AM services:echalarm RUNNING pid 1208, uptime 4:21:35 services:echapollo-rp-launch RUNNING pid 1236, uptime 4:21:34 services:echconnection RUNNING pid 1214, uptime 4:21:35 services:echdatapointcontrol RUNNING pid 1216, uptime 4:21:35 services:echdatapointget RUNNING pid 1227, uptime 4:21:35 services:echformatter RUNNING pid 1229, uptime 4:21:35 services:echiap-controller RUNNING pid 1239, uptime 4:21:34 services:echloader RUNNING pid 1185, uptime 4:21:35 services:echlogger RUNNING pid 1170, uptime 4:21:35 services:echmonitoring RUNNING pid 1174, uptime 4:21:35 services:echquery RUNNING pid 1180, uptime 4:21:35 services:echscheduler RUNNING pid 1237, uptime 4:21:34
You can also restart these services as they may get out of sync (for example, you may have deleted a device in the CMS, but it did not get cleared from MQTT) using the following command:
Code Block sudo supervisorctl restart lon:
Note Be sure to include the : at the end of the command.
- For SmartServer release 4.0 and higher:
- Use the LON Configuration page to see if the U60/U70 appears under LON interfaces.
Use NodeUtil to see if device status "s" works.
Using NodeUtil: Make sure that an RNI is set up for the U60 or U70. Next make sure you set up a RNI in the PC Windows Control panel > LonWorks Interfaces applet.
Start NodeUtil (e.g., nodeutil -dx.default.215) using a DOS command prompt.
Add the device neuron Id (from the CMS Device Widget) to NodeUtil using the "a" add command. Next click "g" followed by return and then "s".
- If NodeUtil device status works
- Make sure the device is configured for the correct domain Id.
- Press "d" for domain in nodeUtil which will show you the device's domain ids. You can look at the SmartServer Configuration Page LON Tab for the current domain id.
- If correct domain ids, then try restarting the LON drivers as shown above.
- Make sure the device is configured for the correct domain Id.
14. BACnet is not working.
Verify that you configured the BACnet Configuration page for your network. See also (Optional) enabled BACnet as described in Add a BACnet Interface.
Verify that both checkboxes (shown above) are checked, that the Router Configuration device instance is unique (defaults to 20039), and that the Server Configuration (network number that defaults to 8888) are unique in the BACnet network. If you are using a BACnet tool to look at LON and Modbus devices then the Server Configuration Starting Device Instance needs to be unique in the BACnet network.
...
Code Block | ||
---|---|---|
| ||
sudo supervisorctl status |
BACnet Client – real BACnet devices and you use the SmartServer CMS to read and write to BACnet devices.
Verify that BACnet is enabled.
...
BACnet Server – use a BACnet tool to read and write to LON and Modbus devices, which are connected to a SmartServer.
- Verify that you imported BACnet Type Map (BTM) files for each device type (one per program ID) after you enabled BACnet in the BACnet Configuration page. You must enable BACnet before importing the BTM files.
- If you do not see LON/Modbus devices in the BACnet tool, then it is possible that the BTM file is incorrect. You can use the BTM creation tool (a web page that creates BTM files). Once these files are created, you can edit the file and then import the new file into the SmartServer CMS.
...
This issue may also occur when doing a re-image using lower quality USB flash drive. In this case there have been reports of the SmartServer getting stuck in the U-boot, but after plugging in a known good USB drive that you used before for re-image, and then reboot the SmartServer, the SmartServer in many case will then complete the re-image process. We like to use a quality flash drive like SanDisk: Amazon.com: SanDisk 32GB Ultra Fit USB 3.1 Flash Drive - SDCZ430-032G-G46 : ElectronicsUse quality flash storage such as a Samsung flash storage device.
U-boot Instructions:
- Connect to the SmartServer console port (SSH cannot be used).
- Press and hold down any key on your keyboard (e.g., the space bar) until the boot process stops. Once it is stopped, you will have less than 30 seconds to enter commands. You can press any key to extend the timeout for another 30 seconds.
If the boot process stops, then re-save the environmental variables by issuing the following commands as one copy and paste. Doing so fixes most rebooting issues.
Code Block env default -a saveenv
Once the SmartServer comes up, perform another reboot using the System Configuration page.
- If the previous workaround does not work, then re-image the SmartServer from the U-boot prompt by following KB1438.
- If you cannot stop the boot process, then contact Support as described below.
- Press and hold down any key on your keyboard (e.g., the space bar) until the boot process stops. Once it is stopped, you will have less than 30 seconds to enter commands. You can press any key to extend the timeout for another 30 seconds.
...
This issue may occur when doing a re-image using lower quality USB flash drive, or when the USB flash drive is not formatted properly. We like to use Use a quality flash drive like SanDisk: Amazon.com: SanDisk 32GB Ultra Fit USB 3.1 Flash Drive - SDCZ430-032G-G46 : Electronics.
To resolve this problem, perform the following:
...
Using SSH/console, enter the following command:
Code Block |
---|
sudo mount /dev/sda1 /media/usb0 |
If the problem persists, then enter the following commands:
Code Block |
---|
sudo mkdir -p /media/usb0
sudo mount /dev/sda1 /media/usb0 |
...
storage such as a Samsung flash storage device.
To resolve this problem, perform the following:
- Try rebooting the SmartServer with the USB drive plugged in.
- In older SmartServer version you will need to unplug the U60/U70, plug in the USB flash driver and reboot the SmartServer before the USB flash drive is recognized.
Using SSH/console, enter the following command:
Code Block sudo mount /dev/sda1 /media/usb0
If the problem persists, then enter the following commands:
Code Block sudo mkdir -p /media/usb0 sudo mount /dev/sda1 /media/usb0
- In older SmartServer version you will need to unplug the U60/U70, plug in the USB flash driver and reboot the SmartServer before the USB flash drive is recognized.
- Try using a different USB flash drive.
20. The SmartServer power line repeating does not work or cannot communicate with power line devices.
Note | ||
---|---|---|
| ||
If the SmartServer Configuration page LON tab shows "The lon1 device has failed a CENELEC protocol query. Device likely needs to be reset to restore communication" then you need to use SmartServer 3.65 or 4.1 (Beta) and higher, and update the U70 software. For powerline repeating networks, update the SmartServer and U70 software even if do not see the CENELEC error. |
Note | ||
---|---|---|
| ||
If you experience problems with the U60 or U70, then add a USB 2.0 ferrite clamp onto the USB cable to reduce LON channel noise. |
Once you enable repeating static/dynamic, you cannot revert to non-repeating. Doing so requires that you perform a database reset using the System Configuration page that deletes all of your settings and devices. Once repeating is enabled, you can change between static and dynamic.
Info You typically will enable dynamic repeating to cause the SmartServer to set up repeating chains based on power line communication. In most cases, you will use dynamic repeating so that the SmartServer periodically checks the network and sets up the best repeating path based on current channel impairments.
Note After you change the power line communications setting in the SmartServer LON Configuration page and press the Power Line Communications Update button, you need to reboot the SmartServer.
- Devices appear red in the CMS – if you are using repeating (static or dynamic), then you can use the DCI console commands to see the devices' current state and repeater chains. If the CMS Devices widget shows red devices, but the dcxshowdevices shows that devices are up, then use the CMS Devices widget to test the device /wiki/spaces/TEMP/pages/1478027. This test will determine whether communication is truly down.
- Check the SmartServer Configuration Page LON Tab to see if the U70 is working.
- If U70 is not working you many need to upgrade the U70 software (and SmartServer software), and add a filter. See CENELEC note above for upgrading U70 software, and U60 and U70 USB 2.0 Ferrite Bead filter note. for filter details.
- Even there is no issue with the U70, you may want to add these enhancements to prevent future issues.
- If U70 is not working you many need to upgrade the U70 software (and SmartServer software), and add a filter. See CENELEC note above for upgrading U70 software, and U60 and U70 USB 2.0 Ferrite Bead filter note. for filter details.
- Using NodeUtil – when power line repeating is enabled, NodeUtil can only be used to communicate edge devices, which can be reached directly by the SmartServer. NodeUtil cannot be used to communicate to edge devices that require a repeater since there is no way to specify a repeater path with NodeUtil.
- Using LonScanner – LonScanner can only see traffic locally; therefore, you will only see traffic that the SmartServer can hear. LonScanner sees packets that go to devices that the SmartServer can communicate directly to (1 hop). For devices that require repeaters (2 or more hops), in most cases, LonScanner will not show the packets in between repeaters and the destination device.
- Devices appear red in the CMS – if you are using repeating (static or dynamic), then you can use the DCI console commands to see the devices' current state and repeater chains. If the CMS Devices widget shows red devices, but the dcxshowdevices shows that devices are up, then use the CMS Devices widget to test the device /wiki/spaces/TEMP/pages/1478027. This test will determine whether communication is truly down.
...
- Go to the CMS Devices widget and check the current state /wiki/spaces/TEMP/pages/141801260.
- If device appears to be down, but is expected to be up, then do one of the following:
- Click the device's Action button () and select the Test action/wiki/spaces/TEMP/pages/141801260 to verify communications to the device.
- Go to the CMS Datapoints widget /wiki/spaces/TEMP/pages/211166198 and filter on at least one of the device's datapoints, and either have the polling interval greater than 0 or click the Refresh button ().
- Use MQTT explorer to check device health (e.g., topic
glp/0/17qam88/fb/dev/lon/2/sts
health parameter).
- For LON devices only that are using power line repeating:
- The CMS Datapoints widget polling interval should be set either to 0 or a very large number. Do not leave the polling interval at the default 30 seconds since this can affect power line performance.
- The CMS Datapoints widget polling interval should be set either to 0 or a very large number. Do not leave the polling interval at the default 30 seconds since this can affect power line performance.
- If device appears to be down, but is expected to be up, then do one of the following:
- If data logging is enabled for a datapoint on the device, then check the data log using Datapoints widget /wiki/spaces/TEMP/pages/211166198 and filter on logged data.
- Each data log entry will report whether the device is running (normal) or down.
- Each data log entry will report whether the device is running (normal) or down.
- Go to the CMS Alarms and Events widget and look for warning or error messages.
- Check the device information, typically available in the alarm event Details or Description.
- Manually review the information in these columns; there is no filter capability for the columns.
- Filter on Raising local time column to reduce the number of events that are displayed.
- Raising local time is when the alarm/event occurs (based on the SmartServer local time).
- Export the alarms and use Excel to search for the device name.
- Check the device information, typically available in the alarm event Details or Description.
- For LON devices only:
- Use LonScanner.
- Use LonScanner to check whether the device is responding to write or read requests.
- Use the SmartServer's built-in LonScanner RNI to look at LON traffic.
- To fully check a LON channel, use a laptop with its own network interface and place it near the problem device, and open LonScanner with two log windows, one for the laptop network interlace and one at the SmartServer. In this way, you can determine if a request from the SmartServer reaches the edge device, and whether the edge device response is received by the SmartServer. You can also determine the degree of delay in responses.
- A delayed response, due to heavy traffic on the channel or noise, can cause the device to be reported as down even though there is communication to the device.
- Sustained traffic on a LON FT-10 or XF-1250 channel should be 40% or lower, since this half duplex channel needs to allow some bandwidth for important traffic to get through without delay.
- If the SmartServer is originating all of the communication (it is the only one sending request packets), then you can have a higher sustained bandwidth value.
- Use NodeUtil to communicate to the edge device using the SmartServer RNI or another network interface.
- Check whether you can communicate to the device by:
- Getting node status information.
- Looking at the device's domain/subnet/node IDs.
- Reading back network variable values.
- For power line repeating channels, you can only communicate to devices with direct communication to the SmartServer.
- Check whether you can communicate to the device by:
- Use LonScanner.
...
- Change the URL to use the SmartServer IP address instead of the hostname. For example:
- URL using the SmartServer hostname that returns an error: https://smartserver-17qap31/iap/cms/storage/download/e9xbVBKle7
- Replace the hostname with the SmartServers IP address and then click the enter key: https://10.100.16.31/iap/cms/storage/download/e9xbVBKle7
- If you change the HTTPS port (say from 443 to 1443) you will also need to add that: https://10.100.16.31:1443/iap/cms/storage/download/e9xbVBKle7
- If the SmartServer always uses a fixed IP address, change the /etc/hosts file to resolve the hostname to IP address. See Backing Up, Restoring, and Cloning the SmartServer for more information.
...
- Provide the SmartServer software version. The software version appears on the System Configuration page System tab, the CMS main pagedashboard, and when you log into an SSH/console session.
- SmartServer serial #
- The SmartServer datecode is part of the SmartServer serial # is found on the SmartServer label.
- Only use the label serial number for RMAs.
- You can also see the serial # on the SmartServer Configuration Page System tab and when you ssh/console in.
- Note, these values are changed when restoring a backed-up or cloned system image; cannot be used for RMAs.
- Format: 44yywwrxxxxx, where ww is the week of the year, yy is the year, and r is hardware revision. xxxxx indicates other characters in the serial #.
Example Serial # 442031F00100: Datecode = 2031F which means 31st week in year 2020 with Rev "F" hardware (Quad core). Rev A-D are dual core, Rev F+ are quad core.
- The SmartServer datecode is part of the SmartServer serial # is found on the SmartServer label.
- For license issues also provide the SmartServer install code (Look at System Configuration page or label on back of SmartServer).
- Provide additional information, such as:
- Identify when the problem started.
- Example: the problem happened after a GLPO update (i.e., an update using the CMS Devices widget, Update action), re-image or restoring a previous backup.
- Identify whether this a new problem, or whether this problem always existed.
- Provide screen captures or videos of error messages, web pages, or console/SSH commands.
- Identify when the problem started.
- Provide SmartServer log files.
- For SmartServer release 4.0 and higher - Most of the important logs are now in the /var/log/syslog
- Go to the System Configuration Web page and click on the Logs button which will download the file to your PC (usually downloads folder)
- Extract the *.tgz - on windows you can use 7-zip to extract the files
- During the extraction process you may see a Confirm File Replace dialog pop up. If you see this dialog click the Auto Rename button.
- Extract the *.tar file
- During the extraction process you may see a Confirm File Replace dialog pop up. If you see this dialog click the Auto Rename button.
- As some of the files in the *.tgz are symbolic links which may not be supported by Windows, wait until the progress bar is completely green and the click the Close button.
- The /var/log/syslog contains the most of the important log information
- In older Smartserver version (prior to release 4.0) each driver (like lte, ltx, or BACnet) had their own log file. Starting with 4.0 these logs are now combined in syslog.
- For SmartServers 3.6 and prior releases. Some log files cannot be copied with the apollo login.
- You can retrieve the log files in one of the following ways:
- Use WinSCP with root login (not supported if enhanced security, available with SmartServer 3.5 or higher, is enabled; see Enhancing Security) to copy all files and directories in
/var/log - If you are using SmartServer 3.5 or higher, and enhanced security is enabled, then go to the System Configuration page and temporarily disable Enhancing Security. Use WinSCP with root login to copy all files and directories in /var/log, and then re-enable enhanced security using the System Configuration page.
/var/log Create a log tar file (like a windows zip file) using the apollo login for both SSH and WinSCP
Run the following two SSH commands (these commands can be used with enhanced security enabled or disabled), and use an SFTP application (e.g., WinSCP) to copy the file /var/apollo/data/logs.tar.gz.Code Block sudo tar -czvf /var/apollo/data/logs.tar.gz /var/log sudo chown apollo /var/apollo/data/logs.tar.gz
- Use WinSCP with root login (not supported if enhanced security, available with SmartServer 3.5 or higher, is enabled; see Enhancing Security) to copy all files and directories in
- If you have any issues with the CMS Web pages then please provide the Karaf log files.
- The location of the files is dependent on the SmartServer version number
/home/apollo/echelon-container-devel-xx.xx.xxx/data/log/karaf.log
where xx.xx.xxx is the SmartServer version #
For example, SmartServer 2.61.005
/home/apollo/echelon-container-devel-2.61.005/data/log/karaf.log - To read the last 2000 lines in the file use the following ssh/console command
tail -2000 /home/apollo/echelon-container-devel-2.61.005/data/log/karaf.log
- The location of the files is dependent on the SmartServer version number
- You can retrieve the log files in one of the following ways:
- For SmartServer release 4.0 and higher - Most of the important logs are now in the /var/log/syslog
- Provide an Export of the CMS Settings:
- For SmartServer 3.5 and higher, use the Import/Export button ().
- For SmartServer 3.4 and prior, use the CMS Settings button ().
- Before processing any warranty returns (RMA) or if the SmartServer is out of warranty
- Try re-imaging the SmartServer to the latest supported software for the hardware as a re-image fixes most issues.
- In some cases in addition to the re-image you may need to do additional reset database or restore to factory to correct an issue.
- Open a Support ticket:
- Open a support ticket at https://support.enocean.com/help.
- This usually provides the fastest response time from our support team.
- Send an email to edge.support@enocean.com.
- Open a support ticket at https://support.enocean.com/help.
- SmartServer serial #