• Disallow saving incorrect storage node credentials

    12
    1 Votes
    12 Posts
    3k Views
    Tom ElliottT

    @wayne-workman and @george1421 this has been added for 1.6. I’m not going to try adding it to 1.5 as it is a bit of work to add the tests and the return information is at best rudimentary in 1.5.

  • Drop down for multiple domains in AD

    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    I can work on adding a feature like this but it’s a lot of code and checks that have to go in on groups, and hosts. Perhaps, images would be better suited for ou/domain joining though i would prefer to see ou/domain management in its own format potentially as its own plugin. This, in my eyes, makes the most sense as OUs typically go with the domain being associated. The method used for the current ou system works by a single domain though you can keep in mind that hosts can be manually assigned domain/ou information. The “global” setting is just a quick way to set default information. It is by no means the only domain that can be used.

  • LDAP plugin and nesting groups of AD

    1
    1 Votes
    1 Posts
    463 Views
    No one has replied
  • Image multiple computers with same USB Network Dongle

    6
    0 Votes
    6 Posts
    2k Views
    D

    @szeraax That is a very good idea, but we have a five digit asset tag number that needs to be part of the name.

    @george1421 I’m not sure I understand about deleting the hosts, so I would delete them sometime before imaging was completed?

    These systems have a feature called Host Based Mac Address so that they can have a unique address, however it requires OS support. So in FOG that would mean Kernel support I believe. I can turn on Host Based Mac Address and get a unique MAC when booted into Windows. Of course since I don’t have support in FOG it registers the dongle address, then during first boot and before rename and domain join it now has a different MAC address. This is causing the computer to (re)register itself with a generic name.

    Anyway. Anybody know if Host Based Mac Address support is planned?

    I also read something about imaging via System UUID, this might be promising, anyone know how that might work?

  • Multicast field for extra options

    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • MBR to GPT Conversion Task

    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @netbootdisk You can create a universal image within the firmware style. The disk and hardware interface is different between uefi and bios. The disk format is less of an issue. We use MDT and two VMs (one bios and one uefi) to create a consistent golden image for each firmware style. That way each golden image is consistently the same.

  • Asset Management for non-network devices.

    4
    0 Votes
    4 Posts
    1k Views
    netbootdiskN

    We use http://www.sivann.gr/software/itdb/ with a few minor UI/language mods. Works a treat!

    We’d used Spiceworks in the past, but it’s dynamic/scanning nature tended to mess things up. This sometimes added great confusion as to what the actual truth was.

    With a completely manual database, at least we know any changes would’ve been done by a human and not some script editing our records. FOG’s inventory is still good for cross-checking the asset db records though!

  • Exit to Hard Drive Type - client setting instead of global setting

    Solved
    17
    3 Votes
    17 Posts
    11k Views
    S

    @dloudon96 If it has worked before I doubt this thread is helping to fix things for you. Please open a new topic (there is no restriction) and post all your details - error message (picture of screen), steps you tried, things that changed before it stopped working, …

  • View of power management for a group

    2
    0 Votes
    2 Posts
    483 Views
    Tom ElliottT

    Doing these checks for “All hosts” is a relatively large hit on performance which is why I don’t show them. We do this for text only elements with the only exception being module status. Snapins an Printers work similarly to powermanagement in that you don’t see which snapins or printers all hosts have associated.

  • iMac: 'i8042: No controller found'

    Solved
    7
    0 Votes
    7 Posts
    2k Views
  • Raspberry PI Pxe boot

    2
    0 Votes
    2 Posts
    643 Views
  • MAC Adreses

    23
    0 Votes
    23 Posts
    8k Views
    T

    @tom-elliott yes, you are right it loads the _32 version. I tried to load many of the kernels i could from kernel updates, with no luck. The kernels and image seems to load fine, and the menu is ok. But after when it realy tries to work, running the commands for registration, or deploying (partimage), it crashes because lack of memory.

  • NVMe Information for Inventory

    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.

  • get imaged disk information for post download scripts

    12
    0 Votes
    12 Posts
    3k Views
    george1421G

    @mrayzies Good to hear. If you look at my very first post you can see a ref link to the current versions of the post install scripts. You might get some ideas on how to update yours.

  • FOG API?

    Locked
    10
    0 Votes
    10 Posts
    6k Views
    Tom ElliottT

    Just wanted to reply here to let people know that we do have an api now. I know this thread is extremely old, but figured all might like to know this.

  • Location Plugin - enhancement of behavior

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    Wayne WorkmanW

    @george1421 said in Location Plugin - enhancement of behavior:

    Issues that will need to be addressed is location cidr addresses eclipsing other addresses.

    Exactly, I thought about this too. And when there is overlap, as Joe said, we just pick the best match. If there’s a tie, just pick the first one in the tie.

  • 0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    Bumping this, it’s a good idea still.

  • Add information to images

    5
    0 Votes
    5 Posts
    2k Views
    P

    @wayne-workman Thank you. Yes, I will get to this sometime today or tomorrow

  • Export/import ssl directory

    Solved
    2
    2 Votes
    2 Posts
    781 Views
    J

    @Wayne-Workman unfortunately we will not add this. The ssl directory where your private keys are stored, and should never be accessible via the web GUI. That presents a massive security risk as a single bug in the web GUI could provide anyone with access to your private certs; arguably the most sensitive data on the server.

    As the saying goes, security and convience are usually at opposite ends of the spectrum; and this is one thing we will not compromise on.

    Exporting your keys as root using ssh is the preferred, and only way, we will support.

  • Feature Request Fog Client - Printers

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    @ripau It is an interesting idea but I do think it would be a lot of effort to impliment. I think this sort of thing would be great as a plugin in FOG. Plugins can create & use extra tables and hook into all of the FOG Server’s existing functionalities but using the new code that comes with the plugins.

    You could probably change the assigned printers dynamically based on who the FOG Client says is signed in. The plugin would have to take who’s signed in and make an LDAP query to the AD server to see what groups that user is in, then figure out somehow what printers that user gets.

    One problem though - the fog client is not so hot at removing printers. I and many other people have had a lot of problems with it. In a best-case scenario, a computer gets imaged and when it boots up, the fog client installs printers that never need uninstalled. Eventually, the next imaging in the future wipes all that out and then installs the correct printers, rinse, repeat.

236

Online

12.3k

Users

17.4k

Topics

155.9k

Posts