JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Installing Oracle Solaris 11.1 Systems     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

Part I Oracle Solaris 11.1 Installation Options

1.  Overview of Installation Options

Part II Installing Using Installation Media

2.  Preparing for the Installation

3.  Using Live Media

4.  Using the Text Installer

5.  Automated Installations That Boot From Media

6.  Unconfiguring or Reconfiguring an Oracle Solaris instance

Part III Installing Using an Install Server

7.  Automated Installation of Multiple Clients

8.  Setting Up an Install Server

9.  Customizing Installations

10.  Provisioning the Client System

Customizing an XML AI Manifest File

How to Customize an XML AI Manifest File

Creating an AI Manifest at Client Installation Time

How to Create and Apply a Derived Manifests Script

Creating a Derived Manifests Script

Retrieving Client Attributes

Customizing the AI Manifest

Examples of Derived Manifests Scripts

Testing Derived Manifests Scripts

Adding a Derived Manifests Script to an Install Service

Example AI Manifests

Specifying an iSCSI Target Device

Specifying a RAID Configuration

Installing an SVR4 Package

11.  Configuring the Client System

12.  Installing and Configuring Zones

13.  Running a Custom Script During First Boot

14.  Installing Client Systems

15.  Troubleshooting Automated Installations

Part IV Performing Related Tasks

A.  Working With Oracle Configuration Manager

B.  Using the Device Driver Utility

Index

Chapter 10

Provisioning the Client System

When you create an AI install service, you get a default AI manifest that specifies how to provision the clients. The AI manifest is an XML file that specifies where to install the operating system and what software packages to install. You can also specify disk configuration such as striping, mirroring, and partitioning. See the ai_manifest(4) man page and the install_service_image_path/auto_install/manifest/ai_manifest.xml sample AI manifest for information about the XML elements in an AI manifest.

This chapter explains how you can create custom AI manifests for particular clients.

Any particular install service can include both XML manifest files and scripts for generating manifest files. Any particular client uses only one AI manifest, either static or generated by a script. Which AI manifest a particular client uses depends on the criteria specified when the manifest is added to the install service. If the client does not match any criteria to use a custom AI manifest, the default manifest is used. Any AI manifest in a service can be designated to be the default for that service.