• Install font by snap-in

    1
    0 Votes
    1 Posts
    954 Views
    No one has replied
  • Merged Inventories

    2
    0 Votes
    2 Posts
    1k Views
    C

    In a separate database import the hosts and inventory tables from all the fog servers. For each table add a new field that contains the server identifier so that host1 from server A can be differentiated from host1 on server B. basically change the index on the hosts and inventory tables from being a single field to be comprised of hostid and serverid. You’ll have to decide on the serverid values and insert them into the reporting tables as you import from each server.

  • Using Fog to deploy images with PXE but without a Task or Web Management

    3
    0 Votes
    3 Posts
    2k Views
    J

    In short: Yes, you can do this for creating the image, but no its not exactly as you have imagined.
    and No, you can not use this method to deploy images to a host.
    Details: There is an option from the PXE menu that will allow you to do a quick image. But, that is relying on you to have previously created an image and a host.

    If you are intimidated by the web UI, don’t be. It may take a short while to familiarize yourself with the options, but once you understand how to A: create an image and B: Create a host; it is really the best way.

    Personally, I do not auto register my hosts… I manually enter the hostname and image type in the WebUI, then set the task to do all of the rest. Then, once I reboot the host, the imaging begins automatically.

    Everyone here is here to help, so do not hesitate to ask for assistance.
    (and check out some video tutorials)

  • FOG implementation / storage node questions

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Sort and/or Group host by IMAGE ID

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Image uploads and Reimage uploads

    3
    0 Votes
    3 Posts
    2k Views
    C

    I agree with djm79 (again, promise I’m not stalking ya). You don’t delete the image definition. When you need to update an image, you DEPLOY to proper hardware, make your updates, and then UPLOAD that computer and it overwrite the old version of the image.

    Some things to note:
    Make sure you prepare the computer before uploading the image. If you make tons of changes, it’s probably wise to defrag again and chksdsk /f

    Remove from the domain before you upload.

    An image that is being uploaded is stored in /images/dev/, and when complete, is moved to /images/imagename. So you’ll need enough storage available to hold the old image and the new image until the image is completely uploaded and FOG removes the old files and replaces with the new ones.

  • Anyone in Seattle willing to train?

    9
    0 Votes
    9 Posts
    5k Views
    C

    Sysprep with Windows 7 will not correctly rename and join computers to the domain. It does the join to domain before the rename. Means you get computers in the domain named WIN02349XXDF0S, when the computer is really named BOB.

    Install the FOG Client ([url]http://[yourfogserver]/fog/client[/url]) on your image and let fog rename and join the computer to the domain. You’ll need to get FOGCrypt onto a windows machine to encrypt the password you use to authenticate to the domain, but there is info in the wiki on how to do that.

  • Throttle fog replication

    6
    0 Votes
    6 Posts
    3k Views
    N

    Thanks so much for your quick replies! Yesterday I added that same line to the lftp config file and it worked just fine. This is a great feature since we will be replicating images to 8 of our remote sites, some of which have a slow connection to us (and operate 24/7 so after hours replication isn’t a viable solution). Thanks again!

  • FOG Database merge?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Vista - No operating system found. Any clue why?

    3
    0 Votes
    3 Posts
    2k Views
    C

    Set to multiple partitions - worked like a charm.

  • Will FOG work for my needs?

    5
    0 Votes
    5 Posts
    3k Views
    C

    [url]http://www.fogproject.org/wiki/index.php/Plugins:_Capone[/url]
    and
    [url]http://www.fogproject.org/wiki/index.php/Capone[/url]

    You tell it the DMI field to key on and which image to push based on that DMI value.

  • How to secure nfs share ?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Ajax search don't work

    3
    0 Votes
    3 Posts
    2k Views
    C

    Yes. installation is always complex when you want a complex install.

  • FOG - NEWBIE

    2
    0 Votes
    2 Posts
    2k Views
    K

    wubba,

    Welcome to the forum and FOG in general. While you can use FOG like you intended. It’s not very efficient. FOG is really designed to be a business/enterprise imaging/deployment solution. So you would have 1 master image for desktops, and another for laptops, assuming you’re using XP. Or just having 1 Windows 7 image for everything. While you can make an image for every machine, it would require A LOT of hard drive space. Currently, our server has 7 images, plus bootable iso’s and i’m only using 56 GB of space on my drive. However, if you are looking at doing daily backup’s, I would recommend that you look at Clonezilla. It’s free and relatively easy to use. While FOG can do everything that you want it to, it might be a bit of a hassle and a lot of work to get it to work the way you want.

    Please feel free to ask any more questions you may have, or if you have any concerns.

  • Help, Screen Resolution

    3
    0 Votes
    3 Posts
    2k Views
    L

    Hi Chad-bisd,

    Yes I am setting the setting under the client and I made sure global wasn’t ticked on, it did not work.

    I have also tried global ticked on and service settings set under the client.

    The only way it will work is if the global setting is set, but this means all the clients will have the same resolution and this does not fix the problem.

    Thanks

    Lee

  • Anyone here use debian as the base OS?

    5
    0 Votes
    5 Posts
    2k Views
    falkoF

    I prefer no desktop, currently using Ubuntu Server 10.04.04 with Webmin 1.590

  • Can't add new hosts via web gui

    3
    0 Votes
    3 Posts
    3k Views
    B

    Problem seems to have resolved itself. May have been between keyboard and monitor.

    I just checked the access and error logs but didn’t find anything that made sense to me. I cleared the logs and tried creating a host through the web GUI and it didn’t work. No error message, it just closes like it worked.

    The problem might have been that I was using the MAC address for the name. Apparently that isn’t allowed even though I remember the full host registry and inventory doing that on its own.

    Anyway, it just worked twice with a random hostname and a MAC address so it appears to to be working correctly. I swear this didn’t work yesterday, however.

    Thanks very much for taking a look at this.

  • Getting to ZEN Works - The Challenge

    2
    0 Votes
    2 Posts
    2k Views
    D

    I would assume bundling software is just ZEN Works’s fancy way of saying “install software post-image”.
    If this is true, FOG would be able to accomplish this through snapins (you could even do it with batch, vbscript, and csv files on network storage if you really wanted to - that’s how my company does it right now).

    As for point 5, I’m guessing they are talking about mounting and editing the image being stored on the server. Doing that… I’m not so sure. It looks like this forum has some insight into it:
    [url]http://www.linuxquestions.org/questions/linux-general-1/how-to-mount-img-file-882386/[/url]
    (I believe FOG stores images as the .img file type? Or possibly .img.000, but I’m not sure how or if it differs)

    I would love to hear some steps about how you got the software inventory into the fog interface, if you have the time to help out. I’m looking into doing that myself, but I know nothing about php, and a limited amount about sql.

  • Infinite booting loop

    25
    0 Votes
    25 Posts
    24k Views
    J

    [quote=“BryceZ, post: 5243, member: 2”]Did you add/replace the files listed in the [URL=‘http://www.fogproject.org/wiki/index.php?title=FIX:_Chainloading_alternate_SYSLINUX_to_force_boot_from_first_hard_drive’]chainloading[/URL] article on the wiki?[/quote]
    I did not, and that was my downfall ^^

    After switching out the files, it was an immediate success!

    Thanks for the help.

    -Jon

  • Setup fog with networkdrive as image store

    6
    0 Votes
    6 Posts
    3k Views
    R

    [quote=“dvlsg, post: 5183, member: 1186”]Hmm I’m a little confused, but from what I can make out it almost sounds like a permissions issue. Have you checked the folder permissions and ownership?

    Also, is it actually a storage node? I don’t use any nodes other than the default, but my understanding is that storage nodes are stripped down, but actual installations of FOG which point back to the master server – more than just a network drive.[/quote]

    the thing is - old computer running ubuntu with fog - hd only 160G
    i have networkdrive with 2Tb which i want to use as main storage for the images
    i do not seem to get the settings of the storage node of the networkdrive correct in fog -keep getting connection failed
    with ubuntu i can go write and read on networkdrive but not with fog

69

Online

12.7k

Users

17.6k

Topics

156.9k

Posts