JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 1/13 Installation Guide: JumpStart Installations     Oracle Solaris 10 1/13 Information Library
search filter icon
search icon

Document Information

Preface

1.  Where to Find Oracle Solaris Installation Planning Information

2.  JumpStart (Overview)

3.  Preparing JumpStart Installations (Tasks)

4.  Using Optional JumpStart Features (Tasks)

5.  Creating Custom Rule and Probe Keywords (Tasks)

6.  Performing a JumpStart Installation (Tasks)

7.  Installing With JumpStart (Examples)

Sample Site Setup

Create an Install Server

x86: Create a Boot Server for Marketing Systems

Create a JumpStart Directory

Share the JumpStart Directory

SPARC: Create the Engineering Group's Profile

x86: Create the Marketing Group's Profile

Update the rules File

Validate the rules File

SPARC: Set Up Engineering Systems to Install From the Network

x86: Set Up Marketing Systems to Install From the Network

SPARC: Boot the Engineering Systems and Install Oracle Solaris Software

x86: Boot the Marketing Systems and Install Oracle Solaris Software

8.  JumpStart Keyword Reference

9.  Installing a ZFS Root Pool With JumpStart

Glossary

Index

Create an Install Server

Because the groups need to install Oracle Solaris 10 8/11 software from the network, make server-1 an install server for both groups. Use the setup_install_server(1M) command to copy the images to the server-1 local disk (in the /export/install directory). Copy the images from the either of the following media.

The image must be copied from the disc to an empty directory, which in these examples are the sparc_10 directory and the x86_10 directory.

Example 7-1 SPARC: Copying the Oracle Solaris 10 8/11 CDs

  1. Insert the Oracle Solaris Software for SPARC Platforms - 1 CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# mkdir -p /export/install/sparc_10
    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./setup_install_server /export/install/sparc_10
  2. Insert the Oracle Solaris Software for SPARC Platforms - 2 CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./add_to_install_server /export/install/sparc_10
  3. Repeat the previous command for each Oracle Solaris software version you want to install.

  4. Insert the first SPARC: Oracle Solaris Languages for SPARC Platforms CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./add_to_install_server /export/install/sparc_10
  5. Repeat the previous command for each SPARC: Oracle Solaris Languages for SPARC Platforms CD.

Example 7-2 SPARC: Copying the Oracle Solaris 10 8/11 DVD

Insert the Oracle Solaris Operating System for SPARC Platforms DVD in the DVD-ROM drive that is attached to server-1 and type the following commands:

server-1# mkdir -p /export/install/sparc_10
server-1# cd /mymountpoint/Solaris_10/Tools
server-1# ./setup_install_server /export/install/sparc_10

Example 7-3 x86: Copying the Oracle Solaris 10 8/11 CDs

  1. Insert the Oracle Solaris Software for x86 Platforms - 1 CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# mkdir -p /export/install/x86_10
    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./setup_install_server /export/install/x86_10
  2. Insert the Oracle Solaris Software for x86 Platforms - 2 CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./add_to_install_server /export/install/x86_10
  3. Repeat the previous command for each Oracle Solaris software version you want to install.

  4. Insert the first Oracle Solaris Languages for x86 Platforms CD in the CD-ROM drive that is attached to server-1 and type the following commands:

    server-1# cd /mymountpoint/Solaris_10/Tools
    server-1# ./add_to_install_server /export/install/x86_10
  5. Repeat the previous command for each Oracle Solaris Languages for x86 Platforms CD.

Example 7-4 x86: Copying the Oracle Solaris Operating System for x86 Platforms DVD

Insert the Oracle Solaris Operating System for x86 Platforms DVD in the DVD-ROM drive that is attached to server-1 and type the following commands:

server-1# mkdir -p /export/install/x86_10
server-1# cd /mymountpoint/Solaris_10/Tools
server-1# ./setup_install_server /export/install/x86_10