- Go through the initial steps of OS X 10.7.3
- username - Administrator
- fill in details
- setup some System Preferences
- in System Preferences > Users
- Guests
- Tick "Allow Guests to log into this computer"
- Login Options
- tick the "show username and password fields"
- go to Join and open Directory Utility
- Active Directory
- domain students.chesterfield.ac.uk
- name the computer
- domain admin username and password
- LDAPv3
- put in mac server address
- its all automatic
- goto Edit > Enable Root User
- enter a special root password
- System Preferences > Network
- Ethernet > Advanced > Proxies > Automatically Detect Settings
- System Preferences > Date and Time
- tick "set date and time automatically" and give it a****dc1.chesterfield.ac.uk
- System Preferences > Sharing > Remote Management
- Tick Remote Management
- click "Options"
- tick all of these
- click "Computer Settings"
- tick all of these
- put a password for VNC
- Install stuff:
- Sendlogon
- for proxy login
- NHR
- for Caches and other network folder redirections
- Fix NHR and Sendlogon
- so that sendlogon is added to the NHR login script
- UniFLOW client
- for print management info
- Intuos drivers
- for tablets
- Brushes Viewer
- Adobe Creative Suite 5
- mount the CD Master dmg file and run the normal install file
- don't need to drag it to the local drive
- Adobe Acrobat Pro 9
- just drag it to the Applications folder
- run it once to put in serial number
- Update Photoshop Camera RAW
- Burn 2.5.1
- for burning a multitude of different disks and ISO's
- Carbon Copy Cloner 3.4.5
- just drag app to Applications folder
- Celtx 2.9.7
- ClickView 2.0.0
- comes with Flip4Mac
- DivX 7.3
- DropBox 0.7.110
- drag to Applications folder
- Firefox 13.0.1
- drag to desktop
- if there's no profile in the users library it defaults to "use system settings"
- Google Chrome version 20
- Sketchup 8.0.14345
- Final Cut Studio 2
- Running Final Cut Studio 2 from disk it comes up with:
- You can't open the application FinalCutStudio.mpkg because PowerPC applications are no longer supported.
- Doh!
- I did a search on Google and found this Blog Article on how to manage it
- Basically run the installer from Command Line by typing the following:
- sudo installer -package /Volumes/Final\ Cut\ Studio/Installer/FinalCutStudio.mpkg -target /
- Came up with lots of Errors though, as described in the blog:
- 2012-07-09 13:02:25.728 installer[26889:9803] PackageKit: Token definition is missing bundle identifier, skipping: {
- path = "/Applications/Final Cut Pro.app";
- searchPlugin = CheckPath;
- }
- looks like it's searching for previously installed versions?
- In the end it came up with:
- installer: The install was successful.
- although it usually takes a few hours to install, this took 8 minutes
- It's because it didn't install the extras
- To do so, you can do it from the disks:
- Audio Content for Soundtrack Pro
- Motion Content
- DVD Studio Content
- LiveType Media 1 and 2
- comes up with the same PowerPC errors
- Type:
- sudo installer -package /Volumes/LiveType\ Media\ 1/Installer/LiveTypeMedia1.mpkg -target /
- sudo installer -package /Volumes/LiveType\ Media\ 2/Installer/LiveTypeMedia2A.pkg -target /
- XDCAM Final Cut Pro Plugin
- Needs Final Cut Pro 6.0.3 or above. Installed version is 6.0.1.
- Update via Software Update
- Handbrake 0.9.6
- iWork '09
- Logic Studio
- Same error as with Final Cut Studio
- Found this website with similar results
- Typed this:
- sudo installer -package /Volumes/Logic\ Studio/Installer/LogicStudio.mpkg -target / -verbose
- decided to use verbose mode to see what exactly happens. Most interesting.
- I think it helps if you have all your disks saved as disk images and all mounted at once. Seems to work.
- Not sure if it installed the extras. To make sure I ran the Audio Content installer
- What might be worth looking into is this forum above for installing extras
- ran this as in the website above:
- for f in /Volumes/Jam\ Pack\ Content\ 1/Installer/Packages/*.pkg; do sudo /usr/sbin/installer -pkg "$f" -target / -verbose; done
- Maya 2008
- although not the licence aw.dat file
- Microsoft Office 2011
- MPlayer OSX Extended R14
- Plays nearly all Video formats
- Nikon ViewNX 2
- for Nikon Camera RAW stuff
- Omni Disk Sweeper 1.7.2
- for checking disk space issues
- Libre Office 3.5.4
- basically an off-shoot of OpenOffice
- RealPlayer SP 12
- for streaming stuff
- might have to put in proxy settings?
- not even sure if we're using this?
- yes, it is setup by autodetect settings
- set through ~/Library/Preferences/com.RealNetworks.RealPlayer
- particularly "RealPlayer\UseSystemHTTPProxy" string "1"
- Skype 5.8.0.945
- you never know!
- SMART board 10.8
- Apparently rolling out 11 next year
- VLC Media Player 2.0.2
- Canon MFD drivers
- whoops, missed off these!
- Log out and back in as Networked user to connect to internet (with sendlogon)
- Note: needs to be on the Mac VLAN to use sendlogon
- Test Safari and other things for internet connectivity
- working
- Do an Apple Software Update
- update from 10.7.3 to 10.7.4
- airport update
- iTunes 10.6.3
- connection reset by peer
- looks like a manual download
- Camera RAW update
- etc...
- Microsoft Update
- Adobe Update
- App Store Updates!
- it's a new one to me
- you also NEED an Apple ID!
- having a few problems downloading BIG updates for iPhoto and iMovie
- seems to stop 400MB into the download and says it's having trouble
- Lucky thing is that it carries on from where it left off, so just keep pressing the retry button and it'll eventually download it all
- Install more Apps:
- iBooks Author
- for making iBooks!
- SketchBook Express
- made by SketchBook Pro people
- Need to look into App Store Permissions
- can anyone install via the App Store?
- is it just saved to their Home Drive?
- Confussed!
- this forum might help
- Test all Applications:
- Illustrator
- Working
- Photoshop
- Working
- InDesign
- Crashes when you try the Spell Check
- turns out NHR gives the wrong permissions for the ~/Library/Application\ Support/Adobe folder
- I changed NHR so that this Adobe folder is a symlink instead of the child folders for Illustrator and Acrobat
- added these lines to LIclean.hook
- rm -rf "$home_loc"/Library/Application\ Support/Adobe
- mkdir /tmp/$1/Adobe
- ln -s /tmp/$1/Adobe/ "$home_loc"/Library/Application\ Support/Adobe
- overwrote LIclean.hook in NHR.pkg/Contents/Archive.pax.gz
- first unzip it
- replace file
- zip it back up again:
- ditto -c --keepParent /Archive/Library Archive.pax
- gzip -9 Archive.pax
- Fireworks
- working
- Flash
- working
- Dreamweaver
- hangs when loading up.
- updating to 11.0.4
- now it prompts to load up extension manager every time!
- but it does end up loading Dreamweaver
- Acrobat Pro
- Working
- Aperture
- Working
- Audacity
- Working
- BookSmart
- permissions issue with .app folder
- gave everyone read only
- crashes on load up
- found this entry in Console Log
- 06/07/2012 15:21:23.621 [0x0-0xb40b4].com.blurb.booksmart: log4j:ERROR setFile(null,true) call failed.
- 06/07/2012 15:21:23.621 [0x0-0xb40b4].com.blurb.booksmart: java.io.FileNotFoundException: metrics.log (Permission denied)
- 06/07/2012 15:21:26.275 com.apple.launchd.peruser.2069522553: ([0x0-0xb40b4].com.blurb.booksmart[6906]) Exited with code: 1
- assuming it's a problem with folder permissions in ~/Library/
- not sure it's worth fixing?
- Word
- worked
- Powerpoint
- worked
- Excel
- worked
- outlook
- Google Chrome
- crashes on startup
- loads a window with google mail login screen and then sends crash report.
- just tried creating a symlink to the local drive for ~/Library/Application\ Support
- ln -s /Users/Shared/temp/Google ~/Library/Application\ Support
- Works a treat
- Need to add this to NHR scripts
- Viewed the Package contents of NHR.pkg
- unzipped Archive.pax.gz
- went into Library/Scripts/
- edited LIclean.hook
- added these lines:
- mkdir /tmp/$1/Google
- rm -rf "$home_loc"/Library/Application\ Support/Google
- ln -s /tmp/$1/Google "$home_loc"/Library/Application\ Support/
- made it into an Archive.pax.gz file (found in this forum)
- ditto -c --keepParent /Volumes/General\ Work/Problem\ Solve/NHR\ with\ new\ redirections/Archive/Library /Volumes/General\ Work/Problem\ Solve/NHR\ with\ new\ redirections/New-12-8-2012/Archive.pax
- gzip -9 /Volumes/General\ Work/Problem\ Solve/NHR\ with\ new\ redirections/New-12-8-2012/Archive.pax
- put it back in the Package Contents
- done
- Picks up Proxy settings from operating system
- Firefox
- works a charm
- Picks up proxy settings from system
- Celtx
- worked
- Clickview
- needs the server set as clickview.s*******.chesterfield.ac.uk
- set in file: ~/Library/Preferences/clickview.player.server.plist
- either set on xserves managed preferences
- or on the OS X managed preferences
- fix everything please
- works beautifully
- Sketchup
- worked
- HandBrake
- Worked
- iBooks Author
- Worked
- iMovie
- Worked
- iPhoto
- prompts to upgrade library and fails as it is on an unsupported media
- Known Problem
- iTunes
- worked
- Pages
- Worked
- Keynote
- worked
- numbers
- worked
- Libre Office
- worked
- MPlayer OSX extended
- Worked
- realPlayer
- worked
- SketchBook Express
- Worked
- Skype
- worked
- Notebook
- needed license but we have it
- worked
- Final Cut Pro
- worked
- Logic
- worked
- Log out of Networked user account
- Image a Master from the machine
- Unbind from Active Directory
- delete unwanted files
- Boot from another disk. Either:
- Netboot (if possible?)
- not possible because server is running OS X 10.4.9 with Deploy Studio RC20
- boot from install CD, mount server drive and image machine using disk utility
- does not come with disks anymore
- found this article explaining the new procedures
- boot up into Recovery Mode (command + R)
- Nice article here about Recovery Mode
- target disk mode to a machine which can netboot (or run the /Utilities/Deploy Studio Runtime)
- Make a image from a disk
- test the master image works
- get another machine
- Unmount disk which is being re-imaged and image it. Several Ways:
- target disk mode to another machine
- Recovery mode (command + R)
- go to terminal
- type:
- mkdir /Volumes/Images
- mount -t afp afp://admin:password@name.of.server.uk/Images /Volumes/Images
- exit terminal
- open disk utility
- restore
- source - select disk image on the server
- target - select partition
- done
A catalogue of 'stuff' which somehow will help me through life by helping me remember problems I've solved, how I solved them and thoughts which will be otherwise forgotten (some of which might be of use later on).
Tuesday, 10 July 2012
Creating a Master Image for Mac OS X 10.7
So, I've just got a bunch of new iMacs and I'm creating a new master so I thought I could note down what I'm doing.
Labels:
10.7.3,
10.7.4,
Active Directory,
disk image,
imaging,
LDAPv3,
NHR,
OS X,
reimage,
System Preferences,
xserver
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment