When the IGEL support team asks you to provide your device's log files, follow the instructions below.

There are two opportunities to send log files to the support team:

With UMS

  1. Start the UMS Console and enter your User Name and Password.
  2. Click Connect.

    The UMS Console window opens.
  3. Open the Help submenu and select Save TC files for support.

    The dialog Save TC files for support opens.
  4. Select the device in question and click Next.

    The dialog Select a target directory for the zipped files opens.
  5. Select a directory which is suitable for saving the zipped log files, and click Next.

    A confirmation dialog shows the path and file name under which the log files are stored.

    Depending on your system, you can copy the path using [Ctl] + [C] and paste it into the File Explorer's address bar.

  6. Open your system's File Explorer, go to the path portion of the file location.
  7. Send the ZIP file to the IGEL support team.
  8. Close the confirmation dialog by clicking Finish.


The above procedure collects only those logs that have been written since the last system start. To allow persistent logs, you can configure a dedicated partition for debug logs. For more information, also on adding additional logs, see Extended Logging With Syslog, Tcpdump and Netlog.

Without UMS

When the UMS is not accessible or there is an issue with network connectivity, you can still extract system logs from a device and send them to support. You will need a USB stick, preferably formatted to NTFS format, to transfer the logs to.

Setting Up the Device

  1. In the IGEL Setup, go to Devices > Storage Devices > Storage Hotplug and enable Storage Hotplug.
  2. Under Accessories > Terminals, click   to create a terminal session.

Identifying the USB Stick

  1. Plug the USB stick into the IGEL OS device and start the terminal session.
  2. Log in as root (by default, no password).
  3. Enter the following commands: 
    cd /userhome/media 
    ls -l
  4. Note the name of the USB stick:

Writing the Log File

  1. In the terminal, run the command cd /userhome/media/[Name of your USB stick]
    If there are spaces in the device name, use quotation marks "". Example: cd /userhome/media/"NEW VOLUME"
    If there are no spaces in the device name, quotation marks are not required.
  2. Run the command journalctl > logfile.txt. This will create the system log files on the USB stick with the file name logfile.txt.

  3. Safely eject the USB stick from the IGEL OS device.
    You can now examine this log file yourself or send it to IGEL support for analysis.