Pulling Logs Using SEL Viewer Utility on Windows - kcox-ByteSpeed/Test_Intel_Documentation GitHub Wiki

Pulling Logs Using SEL Viewer Utility on Windows

This guide is intended for use with legacy systems where the Intel® System Event Log (SEL) Viewer Utility is required. For modern systems running Windows Server 2019 and Windows Server 2022, it is recommended to use Intel's SysInfo tool instead for enhanced compatibility and functionality.

Here is a video featuring the steps outlined below. Click the image to watch the video on YouTube:

Prerequisites

  • Administrative Rights: You need administrative permissions to install and run the utility on Windows.

Installation Instructions

  1. Download the latest Java Runtime Environment (JRE)

    Note: Do not install Java Development Kit (JDK)

  2. Install JRE

    • Download and install the JRE X64 version compatible with your Windows OS.

      If using Windows PE, install the JRE on a USB pen drive. Ensure it is the same version as your OS.

      1. While installing JRE on USB pen drive to support Windows PE OS, change the installation directory USB pen drive (for example, D:)
      2. Set the JRE path:
        PATH=%PATH%;\<USB-DIRECTORY\>:\bin
        • Replace with the path to the JRE installation directory.
  3. Prepare the SEL Viewer Utility

    • Download the SEL Viewer utility
    • Extract/copy all files and subdirectories from the SEL Viewer release location to a folder on your hard drive (e.g., C:\Selview).
  4. Install the Utility

    • Open a command prompt with administrative privileges.

    • Navigate to the installation directory:

      • For 32-bit Windows:

        cd C:\Selview\Windows\x86\imbdriver
      • For 64-bit Windows/Windows PE:

        cd C:\Selview\Windows\x64\imbdriver
    • Execute the installation script:

      install.cmd

      The script installs the IPMI driver. If an existing IPMI driver from Microsoft is present, it will not be replaced.

  5. Run the SEL Viewer Utility

    • Open a command prompt.

    • Navigate to the directory where selview.exe is located:

      cd C:\Selview\Windows\x64
    • Execute the SEL Viewer Utility:

      selview.exe

      If selview.exe does not run a reboot may be required to finish installing dependencies.

  6. Save the Logs

    Once the SEL Viewer Utility is open:

    • In the top-left corner of the screen, click on File > Save As.
    • Choose a location to save the log file.
    • Click Save to complete the process.
  7. Generate and save logs using the SEL Viewer Utility from PowerShell

    • Open PowerShell as an administrator.

    • Navigate to the directory where selview.exe is located:

      cd C:\Selview\Windows\x64
    • Run the SEL Viewer Utility and save the log to a specific location:

      .\selview.exe -save <save location>.sel

      For example: .\selview.exe -save E:\ServerLog.sel

      Note: It is possible to save the log in .txt or .log format, but using the .sel format is recommended for compatibility with the SEL Viewer Utility.

Important Notes

  • Ensure you have the correct version of JRE installed for your OS.
  • If you encounter issues with the IPMI driver, verify that no conflicting drivers are installed.

Open a .sel file

  1. Download and install the SEL Viewer Utility if it is not already installed (refer to the above steps)

  2. Open a PowerShell window as an administrator.

  3. Navigate to the SEL Viewer location, for example:

    cd C:\Selview\Windows\x64
  4. Run the SEL Viewer by executing:

    .\selview.exe
  5. In the SEL Viewer, go to the top-left corner and click on File > Open.

  6. Browse and select the .sel file you want to open.

Uninstall the SEL Viewer Utility

  1. Navigate to the Installation Directory: Open File Explorer and go to the folder where the SEL Viewer Utility was installed.

    • For example, this might be C:\Selview\Windows\x64\imbdriver
  2. Run the Uninstallation Script:

    • In the installation directory, locate the uninstall.cmd file.
    • Right-click on uninstall.cmd and select Run as administrator to execute the script. This will remove the IPMI driver and associated files.
  3. Remove Remaining SEL Viewer Files:

    • After the script has completed, manually delete any remaining SEL Viewer files and folders from the installation directory.
  4. Reboot the System (if necessary):

    • Some systems might require a reboot to fully remove all traces of the SEL Viewer Utility.

Sources

Revision History

Revision Date Comments Author
1.0 08/22/2024 Initial release Keegan Cox
1.0 08/23/2024 Added media Keegan Cox
1.0 08/23/2024 Revised Keegan Cox
⚠️ **GitHub.com Fallback** ⚠️