Windows Thread, Deploying large programs to wireless netbooks. in Technical; I've packaged up a prog using Cameyo and I'm just going to copy it to my local c:\apps folder that ...
-
15th February 2011, 06:21 PM #1 Deploying large programs to wireless netbooks.
I've packaged up a prog using Cameyo and I'm just going to copy it to my local c:\apps folder that I use for portables apps but it comes in at 300M and if I just set my deployment system (WPKG) to roll it out, the next class isn't going to be getting much work done for the 1st 30 mins of their lesson. In fact, they'll just give up and then the next class will try and they'll give up waiting etc....
So I could do with either a method that just deploys in a sequence of hostnames over a few days (eg I've 40 netbooks = 3 computers at a time - 3 sessions a day - job done in 4 days)
Alternatvely, a delivery system that throttles the traffic and can stop and resume a download.
Any ideas?
Simon
-
-
IDG Tech News
-
15th February 2011, 06:25 PM #2 sccm is cheap do it that way
-
-
15th February 2011, 06:45 PM #3 SCCM or a PowerShell script which uses BITS (like SCCM does).
Code:
Import-Module BitsTransfer
$url = '\\Server\Apps\SketchUp8.exe'
Start-BitsTransfer $url '\\NetBook-001\C$\Apps'
-
2 Thanks to Arthur:
irsprint84 (16th February 2011), SimpleSi (15th February 2011)
-
16th February 2011, 05:19 PM #4
-
-
16th February 2011, 05:28 PM #5 or you wait until they arent being used after school and get in and fire them all of in an hour.
-
-
16th February 2011, 06:49 PM #6 I'm trying to be sophisticated and clever like the big boys with their WSUS and sysprep and GPOs type things 
And since I've got 40 netbooks and I only get paid for about 30 mins after school twice a week - that approach doesn't pan out much either 
My previous manual approach is to create another WPKG profile that contains the same packages as the netbooks (say netbooks2) and then edit my hosts file and transfer a few across each night to the new profile but I can still end up the swannee if yesterdays netbooks wern't used and so I end up with twice (or more) as many as I've planned for clobbering the network again at boot time 
Its low level throttled traffic thats needed during lessons as most of the time, the netbooks aren't using any bandwidth.
I notice in the news today that someone wants to do the same idea sort of idea with mobile phones and get them to download content in the background so that songs/movies are already on your device when you come to play them instead of streaming them in realtime.
Anyway - is there a way of throttling BITS (and getting rid of the popup damm ugly status box!)
Si
-
SHARE:
Similar Threads
-
By msnriggs in forum O/S Deployment
Replies: 0
Last Post: 20th January 2010, 06:14 AM
-
By Little-Miss in forum Learning Network Manager
Replies: 16
Last Post: 23rd September 2009, 09:11 AM
-
By SimpleSi in forum Our Advertisers
Replies: 2
Last Post: 17th September 2009, 01:48 PM
-
By GrumbleDook in forum O/S Deployment
Replies: 3
Last Post: 2nd June 2009, 07:03 PM
-
By maniac in forum Networks
Replies: 33
Last Post: 8th February 2007, 11:52 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules