5.6

Table Of Contents
Import Distributions into the OS Provisioning Server Repository
To install operating system distributions on target machines, you must import the distributions into the OS
Provisioning Server repository.
For supported operating systems, see "Hardware and Operating System Requirements for VCM Managed
Machines" on page 158.
Prerequisites
Confirm that you installed OS Provisioning Server and configured all the options. See "Install and
Configure the OS Provisioning Server" on page 174.
Procedure
1. "Create Directories for Windows Distributions" on page 181.
Some Windows operating system distribution files are issued on multiple disks. Because of the
dependencies within the packages, you must create a single directory for multiple Windows operating
system disks before you import Windows distributions.
2. "Import Windows Distributions" on page 182.
Windows distributions are the operating system installation files that you import into the OS
Provisioning Server repository. After importing the distribution, you use VCM provisioning actions to
install the operating system on target machines.
3. "Import Linux Distributions" on page 183.
Linux distributions are the operating system installation files that you import into the OS Provisioning
Server repository. After importing the distribution, use VCM provisioning actions to install the
operating system on target machines. You can import standard and customized operating system
distributions.
Create Directories for Windows Distributions
Some Windows operating system distribution files are issued on multiple disks. Because of the
dependencies within the packages, you must create a single directory for multiple Windows operating
system disks before you import Windows distributions.
Procedure
1. On the OS Provisioning Server, use the mkdir -p /tmp/<directory name> command to create a
directory to contain the imported files from multiple source files.
For example, mkdir -p /tmp/Win2003-R2-SP2-Standard.
2. Insert the first CD in the drive and run the cp -R /media/cdrom/<source directory name>
/tmp/<directory name> command.
For example, cp -R /media/cdrom/Win2003-R2-SP2-Standard /tmp/Win2003-R2-SP2-
Standard-Disk1.
3. Replace the first CD with the second CD and run the cp -R /media/cdrom/<source directory
name> /tmp/<directory name> command.
For example, cp -R /media/cdrom/Win2003-R2-SP2-Standard /tmp/Win2003-R2-SP2-
Standard-Disk2.
When you import the second CD, do not replace any files if you are prompted during the copy
operation.
vCenter Configuration Manager Advanced Installation Guide
181
VMware, Inc.