Difference between revisions of "FOG Computer Cloning Solutions"
(10 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| wikipedia = | | wikipedia = | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = | + | | version = 1.2.0 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
| http = {{yes}} | | http = {{yes}} | ||
Line 38: | Line 38: | ||
{{Plugin_StandAlone | {{Plugin_StandAlone | ||
− | | filename = | + | | filename = fog120-XXX.tar.gz |
− | | info = | + | | info = |
− | |||
FOG has a very unique installation process compared to other ERPXE plugins. | FOG has a very unique installation process compared to other ERPXE plugins. | ||
Line 52: | Line 51: | ||
If you already configured ERPXE the FOG project will rename /tftpboot/ to /tftpboot.fog/ and overwrite your NFS exports. | 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 plugin in order to restore your ERPXE NFS exports and FOG kernel. | ||
− | + | }} | |
− | + | [[Category:Plugins]] | |
− | + | [[Category:Cloning and Deployment]] | |
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 10:34, 8 March 2015
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 1.2.0 http://www.fogproject.org/ |
---|
Contents
Information
ERPXE Module
- Name: - FOG Computer Cloning Solutions
- Version: 1.2.0
- 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 plugin in order to restore your ERPXE NFS exports and FOG kernel.
Download fog120-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
Extract fog120-XXX.tar.gz file to / :
tar -xvzf fog120-XXX.tar.gz
All Done!