• System Requirements

    2
    0 Votes
    2 Posts
    3k Views
    C

    The easiest to get FOG installed on is currently Ubuntu Desktop 10.04 LTS. Just download and install from the Ubuntu website, follow the instructions to update the OS, then install FOG. Newer versions have minor issues to work around, so if you are new, stay away from them. Also, Ubuntu 10.04 LTS has a wider support base in the FOG forums than other flavors and versions of Linux.

    For your server, your hardware requirements depend on how you want to use FOG. I tend to do mass reimaging in the 2 months before school starts with as many as 30 clients at a time at 100MB nics, or 10 clients on 1000MB nics. For this to work, the disk subsystem of the server needs to be able to handle massive read requests. I use a RAID 5 array made of 6 disks. I use a 20GB partition for the OS, and the rest for the /images directory for FOG. This is a more advanced setup and only used because I was on my 4th FOG server setup when I got this newer hardware, so I knew was I was doing. The RAID 5 array is fault tolerant and extremely fast for read operations, which is 99% of what you’ll be doing in FOG.

    I use a gigabit switches and a gigabit NIC in the server.

    Unless you are skilled in switch/router configurations for multicasting, I would stick with unicasting 10 to 20 clients at a time. The higher the transfer rate from the disks and through the network, the faster the clients complete their imaging process.

    If you’re machines are running Windows XP or newer, and have at least 1GB of ram, then you do not need to worry much about FOG client using resources.

  • We are building a desktop application and a new tray client

    10
    0 Votes
    10 Posts
    6k Views
    N

    Maybe let us know how much are you offering this for?

  • Transferring FOG to a new server

    6
    0 Votes
    6 Posts
    4k Views
    S

    You can do a backup of the mysql database that FOG uses and restore that file to your new server. See the link below for an example.

    [url]http://fogproject.org/forum/threads/how-to-backup-database-where-is-the-sql-file-located.481/#post-2850[/url]

  • How Do I Customize The Equipment Loan Report

    2
    0 Votes
    2 Posts
    2k Views
    C

    edit the php scripts, sql commands, and database fields to do what you need.

  • Put Computer Description from AD into FOG

    2
    0 Votes
    2 Posts
    1k Views
    C

    This CAN be synced, but not with regular FOG code. I would write a shell script or php script that queries AD for a list of computer names and descriptions and then updates the fog database. Since you are using AD, the chance of multiple computers having the same name should not exist, so using the computer/host name as the key should suffice.

    php should be able to do an LDAP query for all computers into an object or array, then iterate through all the computer records updating the FOG database and output the status to the log file for any errors. You can set this to run hourly through a cron job or however often you want it to sync.

    If you are a decent programmer, you can have it so it only updates the records that have changed, possibly by keying off the last modified date of the computer objects in AD versus the last run time of the script.

  • Can't move images file

    3
    0 Votes
    3 Posts
    2k Views
    C

    shut down nfs deamon, something like “sudo stop nfsd” or maybe looking in /etc/init.d/ for an nfsd related script, and calling it with the stop argument.

    Once you’re done, remember to turn nfsd back on.

  • Snapin triggers

    1
    0 Votes
    1 Posts
    886 Views
    No one has replied
  • Host import with multiple mac addresses

    3
    0 Votes
    3 Posts
    2k Views
    D

    Ok I’m an idiot add the additional MAC address’s with the add mac address’s under general info. So ignore my problem its now fixed.

  • Fog and printers - troubles

    15
    0 Votes
    15 Posts
    9k Views
    S

    I think that [URL=‘http://www.zrhprint.com’]printing china[/URL] is a good place to go to solve some printing issues.

  • Deploying an image to a SSD HD

    3
    0 Votes
    3 Posts
    2k Views
    C

    [quote=“Robin Commander, post: 9598, member: 64”]I don’t see why not - but whether using an SSD on a machine running XP is going to work well I’m not so sure as XP doesn’t support the TRIM command for garbage collection. You may see reduced SSD life (on early SSD’s anyway - newer ones may I’ve read be less susceptible to this). YMMV…

    I’d upload the image as resizable assuming it’s a single partition you’re wanting to back up.

    Cheers
    Robin[/quote]
    Thank you Robin, I will try it next week and will let you know the results.
    Thanks again and have a great day,
    Carlos.

  • Report for Deleted Computers

    2
    0 Votes
    2 Posts
    1k Views
    C

    I don’t know of a way to tell in FOG. FOG doesn’t log those actions and associated information itself. I’m not much on mysql transaction log inspection either. You might be able to grep the apache logs and look for a delete or “rmhostid=” string.

  • Open FOG Image file

    2
    0 Votes
    2 Posts
    2k Views
    B

    FOG image files cannot be “opened” due to the way they’re designed, but you can image a VM or test machine and pull the files that way.

  • Upload/Deploy Rapido - FAST upload/deploy

    7
    0 Votes
    7 Posts
    4k Views
    J

    :
    Fiz um outro upload. Esse foi bem mais rapido, pq tinha menos programas instalados na imagem. Acredito que a demora seja por causa disso mesmo. Obrigado pelo auxilio.

    :
    I made another upload. This well was faster because he had less programs installed on the image. I think the delay is because of this. Thanks for the help.

  • New to Fog

    3
    0 Votes
    3 Posts
    2k Views
    Z

    FOG uses an SQL database to keep track of clients as well as images and nodes. Thus it isn’t currently possible to ‘drag and drop’ images, sadly.

    Now you want to use FOG as an ISO server, as in one that will just put ISO files in a directory available through HTTP? You don’t need FOG for that, hell, that’s way easier to do, just install a webserver and make a soft symbolic link to the directory with the ISO files in the root dir of the webserver.

  • Deploy Travando/Pausando

    8
    0 Votes
    8 Posts
    4k Views
    J

    :
    Estou usando o Ubuntu 12.04. ele fez o upload e o deploy normalmente. fiz apenas um teste em 1 computador. ainda não sei como ele se comportará com 10 ~ 20 máquinas ao mesmo tempo. Pensei que tivesse que configurar mais alguma coisa como a compressão da imagem, por exemplo. Mas agora tá tudo funcionando mais ou menos.

    :
    I’m using Ubuntu 12.04. he has uploaded and deploy normally. just did a test on one computer. not yet know how it will behave with 10 ~ 20 machines simultaneously. I thought I had to configure anything else as image compression, for example. But now everything is working more or less.

  • Uploading Ubuntu 12.04 Image

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Adding a Storage Node

    4
    0 Votes
    4 Posts
    3k Views
    W

    Ok so I have the virtual FOG server setup and connected to domain now. I can browse the network on the FOG server to the shared folder I have the images in. If I right click-Properties, it shows the location as : smb://ernas03/d$/.
    Its at this path (on different partition) \ERNAS03\D$\images. However, I do not know how to input that path in linux. Seems the dashes (\ , / ) are backwards and I know one wrong input it wont work. Can you help me?

  • Need help on Fog Server on Ubuntu 12.10

    3
    0 Votes
    3 Posts
    2k Views
    F

    Ok so I connected the Fog server to my Window 7 computer nic to nic with a crossover cable and I was able to load the [url]http://localhost/fog/client[/url]. I followed the instructions [URL=‘http://www.youtube.com/user/mrholverson’][COLOR=#737373]http://www.youtube.com/user/technoblogical[/COLOR][/URL] on how to upload an image and for some reason my computer is not showing up on Host Management. I tried adding the host manually by putting in the Host Name and the Host Primary Mac Address but still no luck on uploading through Task Management. What do I need to do to automatically upload on Host Management and start task?

  • Making custom kernel 3.2.4KS

    4
    0 Votes
    4 Posts
    2k Views
    M

    For anybody else that runs into this thread.
    Here is a kitchen sink of 3.6.3 made lazily by copying over kitchensink.config and compiling the bzImage.

    This allowed for me to image 755’s via multicast without the snow/fuzziness issues, i hope it will help you too.

    [url]https://docs.google.com/open?id=0B8LoULbIdUpITXZsdlM2NEdQMjA[/url]

    MD5: a02e8270edeeef17a2675989fa755940

    Edit: I tried it on 0.33B and the image no longer works for device access

  • Differential Restores?

    3
    0 Votes
    3 Posts
    2k Views
    J

    ^^^Good points. My co-worker must have been mistaken.

60

Online

12.7k

Users

17.6k

Topics

156.9k

Posts