• 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
    324 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
    10k 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
    449 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
    584 Views
  • MAC Adreses

    23
    0 Votes
    23 Posts
    7k 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
    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.

  • 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
    751 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.

  • Migrate custom client banner image in filesystem when updating

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S

    @x23piracy Installer switch --oldcopy and/or .fogsettings parameter copybackold=…

  • Would it be possible to get another field on the host page.

    6
    0 Votes
    6 Posts
    2k Views
    falkoF

    @sebastian-roth true we could do that and have gained a field back for other use like asset tags that @Wayne-Workman mentioned but mostly because it stops information from being stored wrongly. (I know… how hard could it be to put site/room into one field.) I’ll have another think about merging them.

  • Group in Group

    8
    0 Votes
    8 Posts
    2k Views
    Wayne WorkmanW

    FOG Groups are much more advanced than Active Directory groups IMO. They allow for more flexibility - but that extra flexibility they allow requires the Admin to be organized and intensely aware of the details involved when using groups. (really, just an understanding of relational databases)

45

Online

12.2k

Users

17.4k

Topics

155.6k

Posts