• 0 Votes
    6 Posts
    6k Views
    Jaymes DriverJ

    I’m still tossing this idea around for my FOG server, I’m not exactly convinced on it yet. We kind of want to go the whole “Golden image” route from the sound of things, I prefer just setting up individual images per device (but I only manage 7 different devices so this makes it easier).

    Keep us posted on what you come up with I love to see what the community is doing with their fog servers and the mods they put in place!

  • Deploying Image

    9
    0 Votes
    9 Posts
    4k Views
    Jaymes DriverJ

    I prefer to register my machines as well, middle of the year image pushing comes in handy, and end of the year inventory is going to be particularly easy this year.

    but I have also thought about using this “bypass host registration” guide… I just can’t decide 🙂

  • Image storage

    3
    0 Votes
    3 Posts
    1k Views
    J

    This has been a very handy tool, but it only took me a couple years to realize it. I always created a new file to upload even just an updated copy of an image. It has been nice a couple of times with not knowing how to rearm the SysPrep and being able to redeploy the old image, but for the most part now knowing to rearm SysPrep and needing to update images so often it is awesome to be able to just copy over the existing image. This is good info to have!

  • FOG deployment in remote office

    16
    0 Votes
    16 Posts
    8k Views
    D

    Good luck! Sorry for the wall of text.

    If you feel like getting in to it, in order to get the boot package to get sent to the right location, you could take a look at the following lines (for example, inside function createInventoryPackage() in functions.include.php):

    [php]
    $ftp = ftp_connect(getSetting( $conn, “FOG_TFTP_HOST” ));
    $ftp_loginres = ftp_login($ftp, getSetting( $conn, “FOG_TFTP_FTP_USERNAME” ), getSetting( $conn, “FOG_TFTP_FTP_PASSWORD” ));
    [/php]

    If you feel like getting in to a more “correct” way of doing this, I think the issue with getting the boot files pushed to the correct locations is that $conn is (correctly) looking at the master node since that’s where MySQL lives, so the “FOG_TFTP_HOST” information it receives are the master node settings. I [I]think[/I]. I’m not positive on that. I was thinking of switching it so it gets its information from the config.php file located on the service, but there are a [I]lot[/I] of calls to the MySQL based getSetting function. It might take a lot of changes to rework that.

  • FOG presidence?

    7
    0 Votes
    7 Posts
    3k Views
    Jaymes DriverJ

    You’re correct about the scope and topology, The problem I was running into, ultimately, is something within my network is preventing the pxelinux.0 from reaching it’s final destination. Part of the pxelinux.0 would be received but the rest kind of just floated in limbo.

    I have another topic where I went through troubleshooting steps and eventually, enabling a proxyDHCP service with dnsmasq resolved the issue.

    I appreciate your insight on this as well as your understanding of the network!

    Topic is here -> [url]http://fogproject.org/forum/threads/tftp-problems.4163/[/url]

  • Specify Resize Size?

    4
    0 Votes
    4 Posts
    1k Views
    B

    Ah, I overlooked the ntfsresize test portions of the script. Try just replacing “$RUN_CHKDSK” on line 391 with “-n -s 10G”.

  • Adding .gho Images?

    3
    0 Votes
    3 Posts
    2k Views
    S

    Ok, thanks for your answer BryceZ. That’s what I’m gonna do now.

  • Image deploying time

    1
    0 Votes
    1 Posts
    935 Views
    No one has replied
  • Modifing the init ASCII logo

    3
    0 Votes
    3 Posts
    2k Views
    B

    I could change the ascii. Thanks for your help.

  • Delete old surplus hosts from FOG?

    9
    0 Votes
    9 Posts
    5k Views
    M

    I’m not using FOG in association with AD. So I can’t help you with this. Maybe you can find some advice in the FOG Wiki or in the forums.

  • Managing Imaging at remote sites

    3
    0 Votes
    3 Posts
    2k Views
    M

    [quote=“BryceZ, post: 11554, member: 2”]You might also find this useful: [url]http://fogproject.org/forum/threads/scaling-fog-for-the-enterprise.4189/[/url][/quote]

    brilliant thats what I was looking for and will have a read tomorrow when I get into work.

  • WOL Tweaking?

    1
    0 Votes
    1 Posts
    983 Views
    No one has replied
  • TFTP Problems

    29
    0 Votes
    29 Posts
    22k Views
    Jaymes DriverJ

    Well i didn’t find a hub, I had a linksys wrt54g someplace that had ddwrt on it but I must have loaned it to someone because I can’t for the life of me find it. So I never will know what it was that is being stopped but I believe it’s similar to your situation that you described where a chunk of it is received but the rest is not.

    I have installed proxyDHCP and it seems to be happily working on 10.04 LTS.
    Now I can boot to my pxelinux.0!!!

    I appreciate all your help with this and your time, I’m going to be using it this summer and hopefully set up a few nodes in a few other buildings if all goes according to plan, so far it’s not been that bad of an experience just a typical Linux install lol.

  • Dispatch tasks to nodes from host through shell commands?

    1
    0 Votes
    1 Posts
    986 Views
    No one has replied
  • Fog host list doesn't show ip addresses

    2
    0 Votes
    2 Posts
    1k Views
    C

    It is not available by default, but FOG is open source and you are free to modify it to meet your needs.

  • Capturing and Uploading Image

    2
    0 Votes
    2 Posts
    1k Views
    M

    FOG will capture your entire partition(s)/disk. If you have more than one partition or even more than one disk, you can choose an adequate image type. For more information click on the question mark next to the drop down menu of the image type.

  • FOG desktop app - Sys Tools

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Chossing DHCP server

    4
    0 Votes
    4 Posts
    2k Views
    H

    I personally use a server that is composed of fog solution, proxy server and dhcp server porsonaliser for computer equipment at the same time

  • How to add a ocs inventory in the same server machine of fog project

    1
    0 Votes
    1 Posts
    980 Views
    No one has replied
  • DD/Raw-images besides .ISO and :TIB as well possible ?

    2
    0 Votes
    2 Posts
    2k Views
    M

    FOG itself can create raw images (see Image type after going to Image Management and choosing an image). Maybe someone can give you a more detailed answer.

195

Online

12.3k

Users

17.4k

Topics

155.6k

Posts