• 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
    • Groups 0

    Topics

    • J

      NVMe Information for Inventory

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      5
      0 Votes
      5 Posts
      2k 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

      Inventory - Case Asset, HDD Information not being populated

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      9
      0 Votes
      9 Posts
      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

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      8
      0 Votes
      8 Posts
      2k 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

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      10
      0 Votes
      10 Posts
      2k Views
      J

      @Tom-Elliott Gotcha. I appreciate the help.

    • J

      Image Capture Issues

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      7
      0 Votes
      7 Posts
      2k 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

      Creating Group from Host Management Page

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      6
      1 Votes
      6 Posts
      2k 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

      Migration from 0.32 to 1.3.0

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      17
      0 Votes
      17 Posts
      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

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      6
      4 Votes
      6 Posts
      7k 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