Victor,<br><br>I am looking at doing something similar. As our linux labs grow, the need for automagical administration becomes desirable.<br><br>Novell Zenworks currently handles our reimaging but it has had a tendency to fallover when reimaging linux boxes with different partitions (some identical hardware has a hidden manufacturer&#39;s partition, some has it removed, depending on when the hardware was serviced). Zenworks does renaming etc very well but needs looking into to get over this issue. Newer versions of ghost supposedly handle reimaging with linux but I haven&#39;t tried it to see how the post imaging setup runs.<br>
<br>Looks like you are after some kind of post-install script, ie. <a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-kickstart2-postinstallconfig.html">http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-kickstart2-postinstallconfig.html</a><br>
<br>If renaming the hostname is all that is needed (the least complicated scenario), it may be a case of ftp / scp to a server, download pc-name.txt and running a script to have the pc find it&#39;s mac address in the file, grab the corresponding hostname and rename itself. <br>
<br>if ( hostname == noname) {<br><br>Shouldn&#39;t be too hard, however, you&#39;d want this to run only once. Also, if this information could be stored, retrieved <br><br>CloneZilla was used from memory by some of the Adventist schools - I will look into whether they ever tried using it to clone linux boxen as well as their regular MS machines.<br>
<br><div class="gmail_quote">On Mon, Jun 9, 2008 at 3:54 PM, victor rajewski &lt;<a href="mailto:askvictor@gmail.com">askvictor@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I&#39;m toying with the idea of setting up a lab full of linux boxes. It<br>
would be really nice to be able to use something like Ghost Solution<br>
Suite to handle imaging each machine. Has anyone done anything like<br>
this? GSS _can_ handle linux partitions, but I think it does it on a<br>
block-by-block basis, and won&#39;t change individual files across the<br>
images, so it can&#39;t change the hostname - each imaged machine will<br>
have the same hostname as the source image (also ssh keys and maybe<br>
other crypto stuff would need to be changed). There are some apps that<br>
seem to be able to handle this - FOG, G4L (Ghost for Linux) and<br>
clonezilla - has anyone used any of these? Does anyone have any other<br>
solutions to this problem? Is anyone running a lab full of linux<br>
machines?<br>
<br>
vik<br>
_______________________________________________<br>
<br>
<a href="http://www.edulists.com.au" target="_blank">http://www.edulists.com.au</a> - FAQ, resources, subscribe, unsubscribe<br>
Open Source Mailing List kindly supported by<br>
<a href="http://www.vcaa.vic.edu.au" target="_blank">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority and<br>
<a href="http://www.vitta.org.au" target="_blank">http://www.vitta.org.au</a> &nbsp;- VITTA Victorian Information Technology Teachers Association Inc<br>
</blockquote></div><br>