Difference between revisions of "FOG Computer Cloning Solutions"
Line 58: | Line 58: | ||
Install ERPXE fog plugins (that will restore your ERPXE NFS exports). | Install ERPXE fog plugins (that will restore your ERPXE NFS exports). | ||
− | |||
}} | }} |
Revision as of 11:55, 4 February 2012
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
FOG Computer Cloning Solutions 0.3.2 http://www.fogproject.org/ |
---|
Contents
Information
ERPXE Module
- Name: - FOG Computer Cloning Solutions
- Version: 0.3.2
- Official website: http://www.fogproject.org/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
FOG Computer Cloning Solutions | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | Yes | No | No | Yes | No |
Plugin Requirments
FOG Computer Cloning Solutions | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Yes | No | Yes | Yes | No |
Screen Shots
Special Information
FOG is a Linux-based, free and open source computer imaging solution for Windows XP, Vista and 7 that ties together a few open-source tools with a php-based web interface.
FOG doesn't use any boot disks, or CDs; everything is done via TFTP and PXE. Also with fog many drivers are built into the kernel, so you don't really need to worry about drivers (unless there isn't a linux kernel driver for it).
FOG also supports putting an image that came from a computer with a 80GB partition onto a machine with a 40GB hard drive as long as the data is less than 40GB.
Fog also includes a graphical Windows service that is used to change the hostname of the PC, restart the computer if a task is created for it, and auto import hosts into the FOG database.
The service also installs printers, and does simple snap-ins.
Installation Instructions
FOG has a very unique installation process compared to other ERPXE plugins.
Their wiki has a complete installation manual.
http://www.fogproject.org/wiki/index.php?title=FOGUserGuide#Installing_FOG_on_your_Flavor_of_Linux
In this tutorial we assume you've already installed ERPXE and FOG.
If you already configured ERPXE the FOG project will rename /tftpboot/ to /tftpboot.fog/ and overwrite your NFS exports.
Remove the new /tftpboot/
rm /tftpboot/
Rename tftpboot.fog to tftpboot
mv /tftpboot.fog /tftpboot
Install ERPXE fog plugins (that will restore your ERPXE NFS exports).
Download fog032-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
Extract fog032-XXX.tar.gz file to / :
tar -xvzf fog032-XXX.tar.gz
All Done!