Configuring your newly built FOG server

fogFOG will need some initial configuring.  This article will get you started and finish with a quick test.

 


DHCP services

You can configure the dhcp service to suit your environment.

 

Larger files for php

Log on to the server, and configure php to allow larger snapin files to be uploaded by editing php.ini.

sudo vi /etc/php5/apache2/php.ini

 

Change the following entries...

memory_limit = 1900M
post_max_size=1900M
upload_max_filesize=1900M

 

Save changes and restart the apache2 service.

sudo /etc/init.d/apache2 restart

 

Configure network card for multicasting

Logon to your FOG server and run the following...

sudo ifconfig eth0 multicast

 

Change the password

It's very important to change the default FOG user password.

 

Tip for wireless users

  1. Go to Other Information > FOG Settings
  2. Change FOG_SERVICE_HOSTREGISTER_ENABLED to a value of 0.

This will stop your wireless access card MAC addresses being ported into the database and thus creating 2 entries for the same workstation.

 

A quick test

Give your your installation a quick test with this routine.

  1. Click on the Host Management button (single monitor).
  2. Click Add a new host.
  3. Enter a hostname and MAC address of a machine on your network.
  4. Click on the Task Management button (star).
  5. Click List all hosts and click the Advanced button for the machine that you've just added.
  6. Scroll down and select Memory test and click the button to confirm.
  7. Click Active tasks to see the job that you've just created.
  8. Configure the machine in your network to boot using the NIC (PXE boot).
  9. Congratulations if your machine is now running a memory test!