
- SET UP A DEPLOYSTUDIO SERVER HOW TO
- SET UP A DEPLOYSTUDIO SERVER MAC
The deployment process in DeployStudio is intuitive and modular, so it’s easy to set up a workflow that stores all of the configuration scripts used by the Runtime app to execute various commands.
SET UP A DEPLOYSTUDIO SERVER HOW TO
Now, we’ll take a look at how to configure a workflow that’s used to redeploy the captured image to a client workstation (or multiple clients) across a network. In a previous article, I explained how to capture a master image from a reference workstation with DeployStudio.
Jesus Vigo covers the process of creating a deployment workflow and reviews the steps necessary to successfully deploy a master image using DeployStudio Server.
Please add any issues found with NetRestore or Deploy Studio.How to deploy captured images with DeployStudio. Hold down the N key to have your Macintosh netboot. #option root-path "nfs:192.168.1.1:/nbi:DeployStudioRuntime.sparseimage" #option root-path "nfs::/Volumes//Library/NetBoot/NetBootSP0:/DeployStudioRuntime.sparseimage" #For DeployStudio, either copy DeployStudioRuntime.sparseimage to /nbi, or use nfs share to connect to deploy studio server #Need clarification if NetRestore works for both Intel and PowerPC Option dhcp-parameter-request-list 1,3,17,43,60 Match if substring (option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386" #Replace 192.168.1.1 with the server's actual IP address. Option vendor-class-identifier "AAPLBSDPC" Match if substring (option vendor-class-identifier, 0, 13) = "AAPLBSDPC/ppc" All G4's will work without authoritative. #Be sure to add authoritative or some G5's will not work. Now add the following lines to your nf (located in /etc/dhcp3 on Ubuntu):. Copy DeployStudioRuntime.sparseimage to /nbi or see nf for nfs mounting on DeployStudio Server. Copy NetInstall-Restore.dmg and the OSX image to /nbiĬp NetInstall-Restore.dmg MacOSX-3-9.dmg /nbi. Copy mach.macosx and to /disk/0/NetBoot/NetBootSP0Ĭp mach.macosx /disk/0/NetBoot/NetBootSP0. If you are using Intel Macintosh's, copy booter, mach.macosx, and to /tftpboot/macnbi-i386.Ĭp booter mach.macosx /tftpboot/macnbi-i386. If you are using PowerPC Macintosh's, copy booter, mach.macosx, and to /tftpboot/macnbi-ppc.Ĭp booter mach.macosx /tftpboot/macnbi-ppc. The 3 boot files needed from above are located in the i386 folder. This file, and the 3 files above can be found in the NetBootSP0/.nbi folder on the DeployStudio server. DeployStudioRuntime.sparseimage loads a boot environment for DeployStudio. NetInstall-Restore.dmg is the program that grabs the image from the FOG server and images the Macintosh. Note - files below depend on environment. SET UP A DEPLOYSTUDIO SERVER MAC
If you happen to have deleted these files, probably by accident, on your Mac, you may turn to to find out how to recover deleted files mac Make sure you have the following files:.DeployStudio settings assumes you have a working DeployStudio server, and have used it to create a master image and runtime netboot set.Creating a Macintosh image is out of this article's scope, so it is assumed you already have the boot image and Macintosh image created. Now, you need to move the images you're going to use over to your FOG server.Printf "\n/nbi *(async,rw,no_root_squash,insecure)\n" > /etc/exports Printf "\n/disk/0/NetBoot *(async,ro,no_root_squash,insecure)" > /etc/exports Other than creating the image, all the user has to do is create some directories and edit a couple files. When FOG is installed on your machine, all of the services required for Netboot are installed. This how-to will teach how to change your FOG server to add support for Macintosh's through Netboot. Netboot is Apple's way of booting into a network. How to use NetRestore or Deploy Studio to image Macintosh's.How to create images with NetRestore or Deploy Studio.How to turn your FOG server into a Macintosh Netboot server as well.