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

What Is an Automated Installation?

How to Use the Automated Installer

Automated Installer Use Cases

Minimum Requirements for AI Use

Customizing Installation Instructions

Providing System Configuration Instructions

Providing a Local IPS Package Repository

Providing a Custom First-Boot Script

Providing Additional AI Install Services

8.  Setting Up an Install Server

9.  Customizing Installations

10.  Provisioning the Client System

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

Automated Installer Use Cases

The following use cases describe the primary distinct ways to use AI. These use cases do not build on each other. Instead, each case describes a separate feature of AI, and all behavior that is not part of that feature is the same as in the minimum case. You probably will use a combination of the features described in these use cases.

Minimum Requirements for AI Use

The minimum you have to do to use AI is create one install service. In this minimal scenario, all clients are the same architecture and are to be installed with the same version of the Oracle Solaris OS. The installations use the default AI manifest. For the Oracle Solaris 11.1 release, the default AI manifest specifies the most recent version of the Oracle Solaris 11.1 release available from the http://pkg.oracle.com/solaris/release IPS package repository.

  1. Make sure the install server has a static IP address and default route.

  2. Install the installation tools package, install/installadm.

  3. Run the installadm create-service command.

    When the first install service for a particular architecture is created on an install server, a copy of that service, default-i386 or default-sparc, is automatically created. This default service is used for all installations on clients of that architecture that are not explicitly associated with a different install service with the create-client subcommand.

  4. Make sure the clients can access a DHCP server and the necessary information is available in the DHCP configuration for clients to boot the service. For SPARC clients, you can optionally set the network-boot-arguments variable in the OBP to boot the service, as shown in Installing a SPARC Client.

  5. Make sure the clients can access an IPS software package repository. To use the default IPS package repository, the clients must be able to access the Internet.

  6. Network boot the client.

Figure 7-1 Minimum Requirements for AI Use

image:Shows one install service, default AI manifest, default Internet IPS package repository.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client uses the default-arch install service if the architecture matches.

  3. The client uses the default AI manifest of the default-arch install service, installing software packages from the IPS package repository over the network.

  4. When the client boots after installation, an interactive tool prompts for system configuration information because no system configuration profile is provided.

Customizing Installation Instructions

To specify installation parameters such as the target disk for installation, partition or mirror configuration, or additional software packages to install, provide a customized AI manifest. Perform the following steps before you boot the client, in addition to the minimum required steps:

  1. Create a new AI manifest, or write a script that dynamically creates a custom AI manifest at client installation time. See Chapter 10, Provisioning the Client System.

  2. Run the installadm create-manifest command to add the new manifest or script to the default-arch install service. Specify criteria for the client to select this manifest or script.

Figure 7-2 Customizing Installation Instructions

image:Shows one install service with both default AI manifest and additional custom AI manifest or script.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client uses the default-arch install service if the architecture matches.

  3. The client is directed to the correct AI manifest by criteria specified to create-manifest. If no criteria match, the client uses the default manifest for this service.

  4. The client is provisioned according to the selected AI manifest.

  5. When the client boots after installation, an interactive tool prompts for system configuration information because no system configuration profile is provided.

Providing System Configuration Instructions

To specify system configuration parameters such as time zone, user accounts, and networking, provide a Service Management Facility (SMF) system configuration profile file. Perform the following steps before you boot the client, in addition to the minimum required steps:

  1. Create a system configuration profile as described in Chapter 11, Configuring the Client System.

  2. Run the installadm create-profile command to validate the profile, add the profile to the default-arch install service, and specify criteria to select which clients should use this system configuration profile. If no criteria are specified, the profile is used by all clients of the service.

Figure 7-3 Providing System Configuration Instructions

image:Shows one install service with default AI manifest and custom system configuration profile.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client uses the default-arch install service if the architecture matches.

  3. The client uses the default AI manifest of the default-arch install service, installing software packages from the IPS package repository over the network.

  4. The client is directed to the correct system configuration profile by criteria specified to create-profile for the default-arch install service.

  5. The client is configured according to the selected configuration profile. If no configuration profile is selected because criteria do not match, the interactive configuration tool starts.

Providing a Local IPS Package Repository

You might want to use a local package repository rather than an Internet package repository to improve data transfer performance, because clients do not have Internet access, or for other reasons. Perform the following steps before you boot the client, in addition to the minimum required steps:

  1. Make a local copy of an IPS package repository and make the repository accessible to client systems. See Copying and Creating Oracle Solaris 11.1 Package Repositories for instructions.

  2. Customize the default AI manifest to specify the new repository as a software source. Export and edit the default manifest, and run the installadm update-manifest command to replace the default AI manifest in the default-arch install service with the edited manifest. See Chapter 10, Provisioning the Client System for instructions.

Figure 7-4 Providing a Local IPS Package Repository

image:Shows one install service with customized default AI manifest and local package repository.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client uses the default-arch install service if the architecture matches.

  3. The client is provisioned according to the customized AI manifest, using the local IPS package repository.

  4. When the client boots after installation, an interactive tool prompts for system configuration information because no system configuration profile is provided.

Providing a Custom First-Boot Script

To include configuration that cannot be expressed in an AI manifest or system configuration profile, you can include a script that runs at first boot. Perform the following steps before you boot the client, in addition to the minimum required steps. See Chapter 13, Running a Custom Script During First Boot for detailed information about these steps.

  1. Create a script to run at first boot of the client.

  2. Create a run-once SMF service to run the script.

  3. Create an IPS package for the service and script, and add the package to a local IPS repository.

  4. Make the repository accessible to client systems.

  5. Customize the default AI manifest to specify the new repository as a software source and specify the new package to be installed. Export and edit the default manifest, and run the installadm update-manifest command to replace the default AI manifest in the default-arch install service with the edited manifest. See Chapter 10, Provisioning the Client System for instructions.

Figure 7-5 Providing a Custom First-Boot Script

image:Shows one install service with customized default AI manifest and local package repository with a package for the first-boot service and script.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client uses the default-arch install service if the architecture matches.

  3. The client is provisioned according to the customized AI manifest, including installing the custom package with the first-boot script.

  4. When the client boots after installation, an interactive tool prompts for system configuration information because no system configuration profile is provided.

  5. When the client boots after installation, the custom run-once first-boot service runs and executes the custom script.

Providing Additional AI Install Services

To install on a different client architecture, or to install a different version of the Oracle Solaris 11 OS, create an additional AI install service as described in Chapter 8, Setting Up an Install Server. Perform the following steps before you boot the client, in addition to the minimum required steps:

  1. Run the installadm create-service command and specify a source that corresponds to the architecture and OS version that you want to install.

  2. If this is the first install service for a different architecture, a copy of that service, default-arch, is automatically created. This default service is used for all installations on clients of that architecture that are not explicitly associated with a different install service with the create-client subcommand.

    If this new install service is for the same architecture as the existing install service, run the installadm create-client command to direct the client to this new install service instead of to the default service for this architecture.

Figure 7-6 Providing Additional AI Install Services

image:Shows two install services to install two different versions of the OS.

In this scenario, when you network boot the client, the following steps are performed:

  1. The client gets the install server address from the DHCP server. SPARC clients can optionally get the install server address from the network-boot-arguments variable in the OBP.

  2. The client is directed to the new install service by create-client, or the client is directed to the default install service if create-client was not run for this client.

  3. The client is provisioned according to the default AI manifest for the selected install service.

  4. When the client boots after installation, an interactive tool prompts for system configuration information because no system configuration profile is provided.