- Understanding System Image Creation
- Integrating with Managed Preferences
- Customizing System Configuration
- Cloned Image: Overview and Preparation
- Cloned Image: Clean Up System
- Cloned Image: Create Restore Image
- Understanding System Image Utility (SIU)
- Creating Basic Images with SIU
- Modular Image Overview and Preparation
- Understanding SIU Workflows
- Building Modular NetRestore Images with SIU
- What Youve Learned
- References
- Review Quiz
Review Quiz
1. |
What is the minimum version of Mac OS X supported by a new Mac computer? |
2. |
What two methods can be used to create a Mac OS X v10.6 system disk image suitable for deployment? |
3. |
What are the benefits of each system image creation method? |
4. |
What is the underlying format of Mac OS X’s preference management system? |
5. |
What is a preference manifest? |
6. |
What three methods can be used for creating a cloned system image? |
7. |
Which files should be removed prior to creating a cloned system image? |
8. |
What Mac OS X v10.6 utility is used to create network disk images? Where can this utility be found? What is the minimum version of Mac OS X supported by this utility? |
9. |
What two sources can be used to create a network disk image? |
10. |
What are the differences between NetBoot, NetInstall, and NetRestore images? |
11. |
What is Automator? What is an Automator action? What is an Automator workflow? |
12. |
How can Automator facilitate network disk image creation? |
13. |
What is the primary SIU action required for creating network disk images? What other SIU action is almost always required? |
14. |
Aside from SIU, how else can you access actions used to create network disk images? |
15. |
What are the specific steps for building a modular system image using SIU? |
Answers
1. |
The minimum version of Mac OS X supported by a new Mac computer is the version that it shipped with from the factory. |
2. |
The two methods that can be used to create a Mac OS X v10.6 system disk image suitable for deployment are a cloned system image created by setting up a model computer and then copying the system to a disk image, and a modular system image built by applying multiple installation packages to a disk image. |
3. |
Cloned system images offer an easier workflow for novice administrators and require less time to create the initial system image. Modular system images offer these benefits: system images are clean because they have never been booted; system images have no model-specific settings; Apple updates won’t interfere with customizations because updates are always applied prior to customizations; this method decreases your workload when creating multiple system images that require unique software and configurations; this method decreases your workload when updating system images; multiple and updated system images are perfectly consistent for similar items every single time; all configurations are fully documented and easily audited; this method requires simplified testing for updates and image modifications; this method is easily automated; and this method is easily integrated with system maintenance workflows and third-party deployment tools. |
4. |
Mac OS X’s managed preferences system uses XML formatted key and value data stored in any source supported by Mac OS X directory services. |
5. |
A preference manifest describes the contents of the customizable settings of an application or system process. Preference manifests can be imported into Workgroup Manager to provide a template for custom managed preferences settings. |
6. |
Cloned system images can be created in the graphical interface using Disk Utility, in the command line using diskutil and asr, or by creating a NetRestore image with System Image Utility. |
7. |
Before creating a cloned system image, you should remove user-specific files, computer-specific files, and cache files that could cause problems when deployed to other systems. |
8. |
System Image Utility (SIU) in Mac OS X v10.6 is used to create Mac OS X v10.6 and Mac OS X Server v10.6 network disk images. The minimum version of Mac OS X supported is version 10.6. Mac OS X v10.5 is supported by SIU in Mac OS X v10.5. |
9. |
Two sources for network disk images are the original Mac OS X installation media or nonbooted system volumes. Mounted disk images containing either are also supported, though SIU won’t treat them any differently. |
10. |
NetBoot images start up to a full version of Mac OS X, NetInstall images start up to the Mac OS X system installer, and NetRestore images start up to an installer that will restore a system image. |
11. |
Automator is an application that allows you to automate repetitive application tasks. Automator actions present small graphical interfaces that enable you to perform a very specific automated task in a specific application. By combining multiple Automator actions into an ordered list, you can build an Automator workflow that can be used to perform a repetitive task. |
12. |
SIU includes Automator actions that can be used to create custom workflow-generated network disk images, which can be used to automate system deployment tasks. |
13. |
The primary required SIU action for creating a workflow-generated network disk image is Create Image, which must be the last action in the SIU workflow. The Define Image Source action must be the first SIU action for nearly every type of SIU workflow except any workflow that starts with the Define NetRestore Source action. |
14. |
The Automator application also has access to the SIU actions. These actions can be found in the System section of the Automator action library. Using Automator to build workflows allows you to integrate SIU actions with other Automator actions. |
15. |
Within SIU you can build a modular image by creating an Automator workflow that includes at a minimum: the Define Image Source action that specifies the source as the Mac OS X installation media; the Add Packages and Post-Install Scripts action that has been configured to install additional items; and finally the Create Image action that has been configured to create a NetRestore image. |