<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Wait a second--Is it possible for a laptop, closed and in a cart, to run scripts and such? If so, will it go back to sleep when it is done, and is heat an issue? (The carts are ventilated, mind you.)</div><div><br></div><div>Also, is it possible to throttle software update? If I wanted my clients to download the updates while the computers are in use (and not hammer the network too hard), is there any way to do that (preferably on the client side)?</div><div><br></div><div>Cheers,</div><div>Clinton</div><div><br></div><br><div><div>On 2-Apr-09, at 10:09 AM, Miles Leacy wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Sitting in a cart powered off or asleep seems to be the main problem here. You can use MCX (via scripting or WGM) to schedule a boot/reboot/wake time. If you schedule this during off-hours, and then have a software update policy following closely behind, this should solve the issue, assuming the machines are connected to your network while in the cart.<div> <br></div><div>At one school I worked with, we had a closet built with a secure lock, ventilation, power and ethernet. The laptops went into this closet over the weekend where they could sit on the network and receive any maintenance or updates.</div> <div><br>----------<br>Miles A. Leacy IV<br><br> Certified System Administrator<br> Certified Trainer<br>Certified Casper Administrator<br>----------<br>voice: 1-347-277-7321<br><a href="mailto:miles.leacy@themacadmin.com">miles.leacy@themacadmin.com</a><br> <a href="http://www.themacadmin.com">www.themacadmin.com</a><br><br><br> <br><br><div class="gmail_quote">2009/4/2 Thomas Larkin <span dir="ltr"><<a href="mailto:tlarki@kckps.org">tlarki@kckps.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">There is also a softwareupdate binary from the command line. You could create a policy to run or do it via ARD admin</font> </div> <br><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">$ softwareupdate</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">usage: softwareupdate <mode> [<args> ...]</font> </div> <br><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-l | --listList all appropriate updates</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-d | --downloadDownload Only</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-i | --installInstall</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande"><label> ...specific updates</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-a | --allall appropriate updates</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-r | --recommendedonly recommended updates</font> </div> <br><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">Per-user preferences:</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">--ignore <label> ...Ignore specific updates</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">--reset-ignoredClear all ignored updates</font> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">--schedule (on | off)Set automatic checking</font> </div> <br><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">-h | --helpPrint this help</font> </div> <br> <br><div style="margin-bottom: 0px; margin-top: 0px; "> <font size="3" face="Lucida Grande">If you have a SUS set up you can say run all approved updates from the SUS and such.</font></div><div class="im"><br><br><br>___________________________<br>Thomas Larkin<br>TIS Department<br> KCKPS USD500<br><a href="mailto:tlarki@kckps.org" target="_blank">tlarki@kckps.org</a><br>blackberry: 913-449-7589<br>office: 913-627-0351<br><br><br><br><br><br></div>>>> Matthew Butch <<a href="mailto:matt@pennmanor.net" target="_blank">matt@pennmanor.net</a>> 04/02/09 9:52 AM >>><div> <div></div><div class="h5"><br>What we have been doing is just pulling them off the cart, running Casper Remote on them and telling them to "Install all available updates". Its a pain, but it seems to be the best way to do it. </div> </div><div><br class="webkit-block-placeholder"></div><div><div></div><div class="h5"> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> For the progress bar, we have a Unix command to run Software Update as sudo which allows non-admins to install them. This is set as a Self Service policy (the last tab allows running commands). The command is: </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> <div> <div style="white-space:pre;font-size:11px;font-family:Lucida Grande"><div style="margin-bottom: 0px; margin-top: 0px; "> sudo /System/Library/CoreServices/Software\ Update.app/Contents/MacOS/Software\ Update </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> It gives them a nice UI to run them. We've had good feedback about it, and it saves us from forcing them. </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> -Matt </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> </div> <div> <div style="white-space:pre;font-size:11px"><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> </div> <div> <div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> On Apr 2, 2009, at 10:22 AM, Clinton Blackmore wrote: </div> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> <blockquote type="cite"> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Greetings.<br><br>How do you handle software updates on laptop labs? We have carts of <br>laptops in our schools, and, if they are not being used by a student, <br>they are charging in the cart. That doesn't provide for a nice way to <br> update them after hours without pulling each machine out of the cart, <br>and yet, I don't really want to pop up a message to a student saying, <br>"Your computer is going to reboot now. Deal with it!"<br> <br>Also, when you use the GUI tools to do software update, the machine <br>logs out and you get a nice progress indicator showing that updates <br>are installing. Is there any way to do that from the command line? <br> (Yes, I know one can install updates, and Casper handles it nicely, <br>but can I get the progress bar? We had some machines set to update, <br>and then found they had kernel panicked. We wondered if a user <br>noticed the machine became sluggish and forced it off.) More <br> generally, how do you convey to users that updates are in progress?<br><br>Cheers,<br>Clinton Blackmore<br><br>This email has been scanned by Barracuda Network's Anti-Virus and Spam Firewall.<br>_______________________________________________<br> Casper mailing list<br><a href="mailto:Casper@list.jamfsoftware.com" target="_blank">Casper@list.jamfsoftware.com</a><br><a href="http://list.jamfsoftware.com/mailman/listinfo/casper" target="_blank">http://list.jamfsoftware.com/mailman/listinfo/casper</a><br> </div> </div> </blockquote> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> <div> <div style="font-style:normal;white-space:normal;text-indent:0px;line-height:normal;color:rgb(0, 0, 0);font-weight:normal;text-transform:none;font-variant:normal;font-family:Helvetica;font-size:12px;text-align:auto;letter-spacing:normal;word-spacing:0px"> <div> <div style="font-style:normal;white-space:normal;text-indent:0px;line-height:normal;color:rgb(0, 0, 0);font-weight:normal;text-transform:none;font-variant:normal;font-family:Helvetica;font-size:12px;letter-spacing:normal;word-spacing:0px"> <div> <div style="font-style:normal;white-space:normal;text-indent:0px;line-height:normal;color:rgb(0, 0, 0);font-weight:normal;text-transform:none;font-variant:normal;font-family:Helvetica;font-size:12px;letter-spacing:normal;word-spacing:0px"> <div> <div style="font-style:normal;white-space:normal;text-indent:0px;line-height:normal;color:rgb(0, 0, 0);font-weight:normal;text-transform:none;font-variant:normal;font-family:Helvetica;font-size:12px;letter-spacing:normal;word-spacing:0px"> <div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> -- </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Matthew Butch </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Technology Support Analyst </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Penn Manor School District </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> 717-872-9500 x 2385 </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <a href="http://www.pennmanor.net" target="_blank">http://www.pennmanor.net</a> </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Apple Certified Macintosh Technician </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Apple Certified Help Desk Specialist 10.4 </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Apple Certified Support Professional 10.5 </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Apple Certified Technical Coordinator 10.4 & 10.5 </div> </div> <div><div style="margin-bottom: 0px; margin-top: 0px; "> Apple Certified Systems Administrator 10.4 </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div style="margin-bottom: 0px; margin-top: 0px; "> <br> </div> </div> </div></div></div> <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" target="_blank">http://list.jamfsoftware.com/mailman/listinfo/casper</a><br> <br></blockquote></div><br></div> _______________________________________________<br>Casper mailing list<br><a href="mailto:Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><br>http://list.jamfsoftware.com/mailman/listinfo/casper<br></blockquote></div><br>
</body></html>