• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jburleson
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 8
    • Posts 48
    • Best 11
    • Controversial 0
    • Groups 0

    Topics created by jburleson

    • J

      NVMe Information for Inventory

      Feature Request
      • • • jburleson
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      J

      New script using smartctl. Grabs firmware now as well.

      #!/bin/bash hd=$(lsblk -dpno KNAME -I 3,8,9,179,202,253,259 | uniq | sort -V | head -1) #FOG expects the string in the following format ##Model=ST31500341AS, FwRev=CC1H, SerialNo=9VS34TD2 disk_info=$(smartctl -i $hd) model=$(echo "${disk_info}" | sed -n 's/.*\(Model Number\|Device Model\):[ \t]*\(.*\)/\2/p') sn=$(echo "${disk_info}" | sed -n 's/.*Serial Number:[ \t]*\(.*\)/\1/p') firmware=$(echo "${disk_info}" | sed -n 's/.*Firmware Version:[ \t]*\(.*\)/\1/p') hdinfo="Model=${model}, iFwRev=${firmware}, SerialNo=${sn}" echo $hdinfo

      This works for NVMe and SATA. Note that SATA drives use a ‘Device Model’ where as NVMe drives use ‘Model Number’. This could lead to issues if other drives report it differently.

    • J

      Solved Inventory - Case Asset, HDD Information not being populated

      Bug Reports
      • • • jburleson
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      S

      @jburleson Yeah great, let us know if you find out about tools being able to handle HD, SSD and NVMe drives… 🙂

    • J

      Solved FOG 1.5.0 RC 12 - Update to Client v0.11.13 not working

      Bug Reports
      • • • jburleson
      8
      0
      Votes
      8
      Posts
      1.4k
      Views

      J

      @tom-elliott Thank Tom.

      I remove the binary package and re-ran the installer. Then uninstalled 0.11.3 on one of my machines and install 0.11.2. It updated from the server to version 0.11.3.

    • J

      Solved Printer Management Issue - Data Conversion...failed - RC10

      FOG Problems
      • • • jburleson
      10
      0
      Votes
      10
      Posts
      1.9k
      Views

      J

      @Tom-Elliott Gotcha. I appreciate the help.

    • J

      Solved Image Capture Issues

      Bug Reports
      • • • jburleson
      7
      0
      Votes
      7
      Posts
      1.3k
      Views

      J

      @Tom-Elliott I think we can mark this as a one off problem. Maybe I missed a step when I migrated the old images. Thanks for looking into it.

    • J

      Solved Creating Group from Host Management Page

      Bug Reports
      • • • jburleson
      6
      1
      Votes
      6
      Posts
      1.6k
      Views

      J

      Sweet. Ran the delete statement and it fixed the issue. I will pull the latest version down in the morning and rerun the installer.

      Thanks for the quick response everyone!

    • J

      Solved Migration from 0.32 to 1.3.0

      FOG Problems
      • • • jburleson
      17
      0
      Votes
      17
      Posts
      3.5k
      Views

      J

      @Tom-Elliott I have to say, FOG has some of the speediest devs 🙂 Y’all do great work. The migration from 0.32 to 1.3.0 was pretty straight forward and worked quited well. To be honest, I had expected more issues since I made such a big jump in versions but they were minor and easy to fix. This is a testament to how dedicated the FOG team and community are to this project.

      For anyone still running 0.32 (if I was not the last hold out), the migration is straight forward. Follow the directions on the wiki and you will be up and running in no time.

      Thanks for the help everyone.

    • J

      FOG in LXC Container - How to configure NFS Server

      Tutorials
      • • • jburleson
      6
      4
      Votes
      6
      Posts
      6.4k
      Views

      J

      @Sebastian-Roth Thanks for seeing this. I have been meaning to update this post. I noticed the change when I upgrade from Proxmox 5.1 to 5.2. I have added a new post that hopefully will help.

    • 1 / 1