home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hardware / 16036 < prev    next >
Encoding:
Text File  |  1992-08-27  |  5.4 KB  |  111 lines

  1. Newsgroups: comp.sys.mac.hardware
  2. Path: sparky!uunet!nwnexus!kanefsky
  3. From: kanefsky@halcyon.com (Steve Kanefsky)
  4. Subject: Re: Use of external HD to setup multiple new Mac's/PC's ?
  5. Message-ID: <1992Aug27.175820.17622@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: The 23:00 News and Mail Service
  8. References: <1992Aug25.223247.22031@nrc.com> <87026@netnews.upenn.edu>
  9. Date: Thu, 27 Aug 1992 17:58:20 GMT
  10. Lines: 99
  11.  
  12. In article <87026@netnews.upenn.edu> jensen@ben.dev.upenn.edu (Christopher Jensen) writes:
  13. >Hi,
  14. >
  15. >For many of our new installations of Mac's and PC's, we install
  16. >the same core system software (System 7.x, Dos 5, Windows 3.1, etc)
  17. >and the same fonts, and the same network card drivers for the respective
  18. >machines.
  19.  
  20. >Be it mac or pc, we end up installing multiple megabytes of the same
  21. >software from floppies, answer the same install questions, and then
  22. >juggle floppies until the basic installation is complete.
  23. >
  24. >We then do some minor "tweaking" of config.sys, autoexec.bat, and System7
  25. >control panel settings.
  26. >
  27. >This process seems grossly inefficient - especially when setting up
  28. >labs with multiple identical machines. As an example lets say you have
  29. >a lab to set up with 10 Quadra's and/or 10 PC 486's.
  30. >
  31. >It would be ideal if we could custom configure an external hard drive
  32. >and then use that hard drive to set up the other internal hard drives
  33. >of the individual machines (no floppy aerobics, no installer questions, etc)
  34. >
  35. >Questions:
  36. >
  37. >Can any one suggest some techniques to improve the efficiency
  38. >of setting up multiple machines ?
  39.  
  40.  
  41. Since you mention network cards, your machines must be on a network.
  42. That makes your job a lot easier.
  43.  
  44. Back when I ran some Mac labs, I used a shareware utility called
  45. VolumeImage, which would take a "slave" hard drive and make it look
  46. just like a "master" hard drive of your choosing.  Furthermore, it did
  47. this intelligently -- only adding files to the slave drive which were
  48. missing, deleting extra files which were on the slave drive but not the
  49. master drive, moving misplaced files back to the folder they belonged
  50. in, closing open windows, etc.  Thus, it was not only a great way to
  51. configure the hard drives in the first place, but it was a great way to
  52. keep them looking identical.  I just created some startup floppies with
  53. the VolumeImage program on them and set VolumeImage as the startup
  54. application.  This way, all I needed to do to bring a machine back in
  55. line with the master was restart with one of these floppies.  The
  56. master hard disk was mounted as an AppleShare volume and the local hard
  57. disk was brought in line with it (I imagine you could use System 7 file
  58. sharing instead of an AppleShare file server, but this was before
  59. System 7).  If I wanted to install new software on every machine, all I
  60. had to do was install it on the master disk and then reboot all the
  61. other machines with the VolumeImage floppy.
  62.  
  63. The one problem with VolumeImage was when very large changes had to be
  64. made to a large number of machines on a LocalTalk network.  The network
  65. got so bogged down that it took forever to bring all the machines up to
  66. date.  This is because each machine was requesting the same information
  67. from the master disk, so the same information was being sent over and
  68. over again unnecessarily.  I don't run Mac labs anymore, but I remember
  69. seeing a utility recently (also shareware) that claimed it could
  70. broadcast the data to all machines simultaneously and thus update any
  71. number of machines in the same time it would take to do a single
  72. machine with VolumeImage.  I don't know if it has the intelligence of
  73. VolumeImage when it comes to incrementally updating a hard disk, but
  74. there's no reason you couldn't use them both.  It might even be faster
  75. to completely replace the contents of all the hard disks on a network
  76. rather than incrementally update each one, because of the parallelism.
  77. The incremental approach will still be faster if you need to quickly
  78. update one machine, however.  Whenever one of the lab users had a
  79. problem with a Mac, I would just reboot with a VolumeImage disk, let it
  80. do the update, and chances are the problem would be fixed.  It only
  81. took a couple of minutes and was usually faster than trying to track
  82. down the particular problem.
  83.  
  84.  
  85. On the PC side, there may be similar utilities, but I wasn't aware of
  86. any and our PCs weren't networked most of the time anyway.  What I
  87. would is make a backup of the master disk (using FastBack or whatever
  88. was available) onto HD floppies, then restore from those floppies onto
  89. the other machines.  The trick I used to speed things up was to form a
  90. pipeline.  I would start a restore on all the machines, then insert the
  91. first disk into the first machine.  When the first machine was done
  92. with the first disk, I'd put the second disk into the first machine and
  93. the first disk into the second machine.  When that was done, the third
  94. disk would go into the first machine, the second disk into the second
  95. machine, and the first disk into the third machine.  And so on.  This 
  96. involved lots of running around and swapping floppies, but because of the 
  97. pipeline it was very efficient.  I even used this method on the Macs sometimes 
  98. when I needed to do a complete replacement of the hard drive (because of the
  99. aforementioned problem with massive updates on LocalTalk networks).
  100. Depending on the number of machines and their physical locations, you
  101. can make two or three sets of backup floppies and have multiple
  102. pipelines going if you wish.
  103.  
  104.  
  105.  
  106. Hope this helps,
  107.  
  108. --
  109. Steve Kanefsky
  110.  
  111.