Troubleshooting
Upgrade from Litmus Edge Manager 2.16.0 to 2.16.4
1min
If you are facing issues during an upgrade of Litmus Edge Manager version 2.16.0 to 2.16.4 (only for uploading a UPD file via browser from the local system), complete the following steps.
- SSH into the Litmus Edge Manager instance and enter the following commands. sudo mkdir -p /var/lib/lem/tmp sudo nano /etc/systemd/system/lem-admin.service
- Insert the following line. Environment="JAVA_TOOL_OPTIONS=-Djava.io.tmpdir=/var/lib/lem/tmp" after Group=root
- Enter the following command. sudo systemctl daemon-reload; sudo systemctl restart lem-admin.service