<html><head><style media="all" type="text/css">         #sig {                 font:12px Arial, Helvetica, sans-serif;                 line-height: 13px;                 color: #4c4c4c ;                 margin: 6px 0;                 padding: 6px;         }         #sig .row a:link, #sig .row a:visited {                 color: #d02d33;                 text-decoration: none;         }         #sig .row a:hover {                 color: #4c4c4c;         } </style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I've been working on how I'm going to handle upgrading our small deployment (about 80 machines), and I've come up with utilizing InstaDMG to create the initial base image, and then layering on everything else. &nbsp;The beauty of using the InstaDMG process is that I can then use the base image on PPC and Intel hardware without having to utilize two different images. &nbsp;And, the beauty is that I can use that same exact image to be my NetBoot image.<div><br></div><div>For those that don't know about InstaDMG, head on over to AFP548.com and start with Josh's discussion on imaging:</div><div><br></div><div><a href="http://www.afp548.com/article.php?story=ImageCreationRevolution&amp;query=revolution">http://www.afp548.com/article.php?story=ImageCreationRevolution&amp;query=revolution</a></div><div><br></div><div>Then move on to the the webcast held &nbsp;on MacEnterprise.org for InstaDMG:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><a href="http://www.afp548.com/article.php?story=20080414170557450&amp;query=revolution">http://www.afp548.com/article.php?story=20080414170557450&amp;query=revolution</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">Or the MacWorld show presentation by Joel Rennich and Josh Wisenbaker:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><a href="https://www.macworldencore.com/online/presentation.asp?sessionTypeId=1&amp;trackId=4">https://www.macworldencore.com/online/presentation.asp?sessionTypeId=1&amp;trackId=4</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">If you've already been thru this, I'm sorry for re-posting these links.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">I took an InstaDMG created image, mounted it on the desktop of my Leopard server, added the Casper suite to the Applications folder (and took out apps I didn't need), re-saved the image, then re-mounted it and ran it thru the System Image utility in Leopard. &nbsp;I can now NetBoot any machine I want, PPC and Intel, with the one image and use it to re-image using Casper. &nbsp;Now, of course, this is not an automated NetInstall, so it does require the "right size bolts", as Siddhartha mentioned, but it will work. &nbsp;And the image has worked flawlessly on each computer I've installed it on.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">A word of advice when it comes to the InstaDMG build train: &nbsp;make sure you utilize the clearReg.pkg script to clear the intro video:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><a href="http://www.afp548.com/forum/viewtopic.php?showtopic=20312">http://www.afp548.com/forum/viewtopic.php?showtopic=20312</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">I would agree, however, that multi-cast is the preferred method when dealing with that large a number of machines. &nbsp;I would also suggest, as Siddhartha mentioned, if possible get them all on a segmented network. &nbsp;If you can setup a "build room" with a machine running 10.5 Server, a Gigabit switch, and all of your machines, that's the way to go. &nbsp;I have found in the past that doing it this way, even setting up a MacPro or G5 with Leopard Server running on it, I could image 20 machines in about an hour or so.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">I'd be interested to see how everyone manages this, and how it goes. &nbsp;I know for me the issue is preserving user content on the machines. &nbsp;The person that was in here before me did not move users to network home folders, so I have to do upgrades one at a time so that I can preserve the user data. &nbsp;That is, until I write the scripts necessary to move the data before using Casper to doing auto-magically. &nbsp;Anyone have any scripts they want to share? &nbsp;:-)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div></div></div><div><div apple-content-edited="true"><div><div id="sig"><div class="row"><strong>Steve Wood</strong>        <br>        Director, Information Technology        <br>        <a href="mailto:swood@integerdallas.com">swood@integerdallas.com</a>        <br><br>        The Integer Group  |  1999 Bryan St.  |  Ste. 1700  |  Dallas, TX 75201        <br>        T 214.758.6813  |  F 214.758.6907  |  C 940.312.2475        <br>    <br>        <img src="http://extranet.integerdallas.com/Integer/signature/green.jpg">             <br><br>         </div> </div></div> </div><br><div><div>On May 13, 2008, at 1:13 AM, Siddhartha Chadda wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><font size="2" face="sans-serif">use the right size bolts to press the n key.</font> <br><font size="2" face="sans-serif">start netrestore, netinstall whatever at the exact same time on 50 machines at a time.</font> <br><font size="2" face="sans-serif">no problem.</font> <br><font size="2" face="sans-serif">also do it on a seperate segmented network.</font> <br><font size="2" face="sans-serif">if all machines are making the exact same request to afp and all afp reads are from memory not disk things go faster.</font> <br><font size="2" face="sans-serif">did this at hopkins many moons ago.</font> <br><font size="2" face="sans-serif">i wonder if they still do that? respond. you know who you are.</font> <br> <br><font size="2" face="sans-serif">see these photos.</font> <br><font size="2" face="sans-serif">look closely for the bolts!</font> <br><a href="http://weblogs.hopkins.k12.mn.us/onetoone/wp-content/uploads/laptopimaging.jpg"><font size="2" face="sans-serif">http://weblogs.hopkins.k12.mn.us/onetoone/wp-content/uploads/laptopimaging.jpg</font></a> <br> <br> <br> <br><font size="2" face="sans-serif">Siddhartha Chadda<br> Chief Technology Officer<br> OLSON<br> T:612.215.3533<br> C:612.986.9310<br> E:<a href="mailto:schadda@oco.com">schadda@oco.com</a></font> <br> ______________________________________________________________________<br> This email has been scanned by the MessageLabs Email Security System on behalf of OLSON. For more information about MessageLabs, please visit <a href="http://www.messagelabs.com/email">http://www.messagelabs.com/email</a> <br> ______________________________________________________________________<br> _______________________________________________<br>Casper mailing list<br><a href="mailto:Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><br><a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><br></blockquote></div><br></div></div><BR />
<BR />
<HR />
--<BR />
The&nbsp;information&nbsp;contained&nbsp;in&nbsp;this&nbsp;email&nbsp;transmission&nbsp;is&nbsp;solely&nbsp;for&nbsp;the&nbsp;addressee(s)&nbsp;named&nbsp;above&nbsp;and&nbsp;is&nbsp;privileged&nbsp;and/or&nbsp;confidential.&nbsp;&nbsp;If&nbsp;the&nbsp;reader&nbsp;of&nbsp;this&nbsp;message&nbsp;is&nbsp;not&nbsp;the&nbsp;intended&nbsp;recipient&nbsp;or&nbsp;the&nbsp;person&nbsp;responsible&nbsp;to&nbsp;deliver&nbsp;it&nbsp;to&nbsp;the&nbsp;intended&nbsp;recipient;&nbsp;he&nbsp;or&nbsp;she&nbsp;is&nbsp;prohibited&nbsp;from&nbsp;reading&nbsp;or&nbsp;disclosing&nbsp;the&nbsp;information&nbsp;contained&nbsp;in&nbsp;this&nbsp;transmission.&nbsp;&nbsp;Any&nbsp;examination,&nbsp;use,&nbsp;dissemination,&nbsp;distribution,&nbsp;or&nbsp;copying&nbsp;of&nbsp;this&nbsp;communication&nbsp;is&nbsp;strictly&nbsp;prohibited.&nbsp;&nbsp;Please&nbsp;contact&nbsp;us&nbsp;immediately&nbsp;by&nbsp;telephone&nbsp;for&nbsp;instructions&nbsp;if&nbsp;you&nbsp;have&nbsp;received&nbsp;this&nbsp;communication&nbsp;in&nbsp;error:&nbsp;(214)&nbsp;758-6800<BR />
</body></html>