Configure FOG server
Configuring your newly built FOG server
FOG will need some initial configuring. This article will get you started and finish with a quick test.
DHCP services
You can configure the dhcp3 service to suit your environment.
Larger files for php
Configure php to allow larger snapin files to be uploaded by editing php.ini.
sudo vi /etc/php5/apache2/php.ini
Change
- memory_limit = 1900M
- post_max_size=1900M
- upload_max_filesize=1900M
Save Changes
sudo /etc/init.d/apache2 restart
Configure network card for multicasting
Logon to your FOG server and run the following...
sudo ifconfig eth0 multicast
The browser interface
You can now configure FOG using a web interface.
- Browse to http://192.168.0.61/fog/management.
- Click on Install/upgrade now.
- Login...
- Username: fog
- Password: password
Change the password.
- Go to User Management.
- Click Modify for the fog user.
- Enter a new password and click Update.
Tip for wireless users
- Go to Other Information > FOG Settings
- 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.
- Click on the Host Management button (single monitor).
- Click Add a new host.
- Enter a hostname and MAC address of a machine on your network.
- Click on the Task Management button (star).
- Click List all hosts and click the Advanced button for the machine that you've just added.
- Scroll down and select Memory test and click the button to confirm.
- Click Active tasks to see the job that you've just created.
- Configure the machine in your network to boot using the NIC (PXE boot).
- Congratulations if your machine is now running a memory test!
Tidak ada komentar:
Posting Komentar