• FOG registration on active PC

    2
    0 Votes
    2 Posts
    1k Views
    C

    There is not a script that does this. The FOG client does this in reverse, querying FOG for a host with matching MAC, getting the name according to FOG, and renaming the client. If I understand you correctly, you want to do this in reverse. FOG Client getting the local host name and MACs, searching the FOG database for a matching host record, and updating the FOG database with the current computer name.

    If you have a C# developer handy, you can add a module to the FOG client that does this, using the existing hostnamechanger module as a reference.

  • Reports

    8
    0 Votes
    8 Posts
    3k Views
    K

    I actually found another user on the forums who posted a similar request to my own. I cross posted there hoping to get more views and thanks to some SQL help from user Moss managed to edit the host report to now include group names.

    I’ll post the “edited highlights” here but if someone would like the complete php file or if it’s permitted to post here I can do so

    Firstly I downloaded a copy of the [B]Host List.php[/B] file from [B]/var/www/fog/management/reports/[/B] to work on

    Under the echo ( “<div>” ); section I added this line:

    [CODE]$report->addCSVCell(_(“Group Name”));[/CODE]

    then the SQL reads now as:

    [CODE]$sql = "SELECT
    *
    FROM
    hosts
    left outer join images on ( hostImage = imageID )
    left outer join supportedOS on ( hostOS = osID )
    left outer join groupMembers on ( hostID = gmHostID)
    left outer join groups on ( gmGroupID = groupID)
    ";[/CODE]

    And lastly add this to the last array section

    [CODE]$report->addCSVCell($ar[“groupName”]);[/CODE]

    I actually stripped out a number of things to keep the report more concise for my own use - I only really want to see which bank of desks a particular pc is sitting at. From the looks of things if you know your SQL and/or PHP or are prepared to learn it (or like me cobble something together from the existing code and a lot of forum searches) the reporting feature can do quite a lot.

    Hope this helps someone else out there.

    cheers (and apologies to mods for cross threading - won’t happen again 🙂 )

  • Report for groups

    10
    0 Votes
    10 Posts
    3k Views
    M

    Glad you managed to sort it, SQL is also on my ever-growing list of things to learn.

  • Supported operating systems

    7
    0 Votes
    7 Posts
    3k Views
    C

    You can image solaris if you use RAW image type I think. It does a DD copy and is slow, but may be what you need.

  • The best network imaging solution?

    3
    0 Votes
    3 Posts
    2k Views
    M

    Yeah, its feature rich, and to be honest, its not slow at imaging or anything, its just very quirky. We’re running the new version and one of the guys is about to run the service pack on it. I’m just really not sold on it. It feels so uncomfortable to use and things seem to take forever to update and propagate down to the site servers. For instance, adding a machine to a deployment list takes hours to update sometimes, and other times only 10-15 minutes. As far as I am concerned, if its not there almost instantly, what use is it.

    Fog is just stripped down and lightening fast. I’m wondering if there are any plans in future versions to add many more features to the project? How many of the suggested features actually make it into production copys of new FOG versions?

  • Trophy breakdown

    2
    0 Votes
    2 Posts
    957 Views
    C

    help -> trophies

  • Host Registration

    39
    0 Votes
    39 Posts
    26k Views
    A

    I have read this article: [url]http://support.microsoft.com/kb/302577[/url] remember now that I got some issues with license key in the past, thanks Kevin for your help, anyway I’ll test this and will come back to you with feedback.

  • Managing remote clients that are dial up modem or cable/dsl connected

    3
    0 Votes
    3 Posts
    2k Views
    A

    Thanks Chad,

    I found this - [url]http://www.fogproject.org/wiki/index.php/FOGUserGuide#Full_Listing_of_Ports_used_by_FOG_server_and_client[/url]

    Curious which of those would be required for snapin management/deployment.

  • Looking for a Friendly Hylafax Client

    1
    0 Votes
    1 Posts
    909 Views
    No one has replied
  • [SOLVED] FOG - Creating and deployment speeds

    2
    0 Votes
    2 Posts
    1k Views
    R

    Problem solved. I found a sneaky little 10/100 switch that was causing the pile up. Mods you can take this tread down.

  • Change group of a host

    4
    0 Votes
    4 Posts
    2k Views
    M

    I assume, that you’re able to choose the new group (of the host) in the same menue “Add to group”? I’m not sure, because i don’t use host groups.

  • Adding more internal HDD or a NAS for aditional storage

    4
    0 Votes
    4 Posts
    2k Views
    C

    You really only need a performance boost if you do multiple deploy or multiple upload tasks at the same time. If you are just looking to add storage, you can easily put in a bigger drive. If you want to span multiple drives, you’ll have to look at implementing some form of RAID.

    Using a NAS, connected via the network card, would probably slow down your imaging process even to one machine unless you have a dedicated NIC for the NAS, and a dedicated one for the client network.

  • Edit a file in uploaded image

    2
    0 Votes
    2 Posts
    988 Views
    C

    Not currently.

  • Changing default PXE menu option

    3
    0 Votes
    3 Posts
    2k Views
    D

    Edit the image, tftpboot/fog/bg.png to change the background of the pxe menu.

  • Individual Boot menu for groups

    2
    0 Votes
    2 Posts
    1k Views
    K

    You can’t have different menus come up, however, you can create sub-menus within the main screen. A guide to doing this can be found here: [url]http://www.fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus[/url]. Then you can push any kernel you would like to the machines you need.

  • Data Wipe Documentation

    1
    0 Votes
    1 Posts
    902 Views
    No one has replied
  • Choose image from Menu

    11
    0 Votes
    11 Posts
    5k Views
    K

    I wrote up a how-to on installing the bypass, it can be found here: [url]http://www.fogproject.org/wiki/index.php/Installing_the_FOG_Bypass_Host_Registration[/url] Let me know if you run into any problems!

  • Copy image from one fog server to a different fog server

    6
    0 Votes
    6 Posts
    4k Views
    C

    Thank you guys. I will try this process.

  • SYS PREP

    2
    0 Votes
    2 Posts
    1k Views
    S

    We deployed about 200 Windows 7 desktops last summer with Fog and I’ll share what we did:

    Build one machine as master
    Run sysprep /oobe /generalize
    Fog pulls an image from the master to the Fog server
    We use Multicast to send images out to the other computers.

    When the computers boot, they run the mini setup, ask for computer name, etc.

    One thing is we use KMS licensing so individual computers do not have a license key. Depending on how you license, there may be additional stuff you need to do.

    i am not saying this is the only way, but this worked well for us.

  • FOG Questions

    5
    0 Votes
    5 Posts
    1k Views
    S

    You can deploy the image to as many computers as you choose. Whether or not you can use the same key for all the computers is determined by the type of Microsoft licensing you have.

173

Online

12.3k

Users

17.4k

Topics

155.6k

Posts