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)

Creating Begin Scripts

About Begin Scripts

Creating Derived Profiles With a Begin Script

Tracking Installation Duration With a Begin Script and Finish Script

Creating Finish Scripts

About Finish Scripts

Adding Files With a Finish Script

Adding Packages or Patches With a Finish Script

Customizing the Root Environment With a Finish Script

Non-Interactive Installations With Finish Scripts

Creating a Compressed Configuration File

How to Create a Compressed Configuration File

Creating Disk Configuration Files

SPARC: How to Create a Single-Disk Configuration File

SPARC: How to Create a Multiple-Disk Configuration File

x86: How to Create a Single-Disk Configuration File

x86: How to Create a Multiple-Disk Configuration File

Using a Site-Specific Installation Program

5.  Creating Custom Rule and Probe Keywords (Tasks)

6.  Performing a JumpStart Installation (Tasks)

7.  Installing With JumpStart (Examples)

8.  JumpStart Keyword Reference

9.  Installing a ZFS Root Pool With JumpStart

Glossary

Index

Creating a Compressed Configuration File

Instead of using the add_install_client command to specify the location of the JumpStart configuration files, you can specify the location of the files when you boot the system. However, you can only specify the name of one file. As a result, you must compress all of the JumpStart configuration files into one file.

The compressed configuration file can be one of the following types:

How to Create a Compressed Configuration File

  1. Change the directory to the JumpStart directory on the profile server.
    # cd jumpstart-dir-path
  2. Use a compression tool to compress the JumpStart configuration files into one file.

    The compressed configuration file cannot contain relative paths. The JumpStart configuration files must be in the same directory as the compressed file.

    The compressed configuration file must contain the following files:

    • Profile

    • rules

    • rules.ok

    You can also include the sysidcfg file in the compressed configuration file.

  3. Save the compressed configuration file on an NFS server, an HTTP server, or a local hard disk.

    The following example shows how to use the tar command to create a compressed configuration file that is named config.tar. The JumpStart configuration files are located in the /jumpstart directory.

Example 4-8 Creating a Compressed Configuration File

# cd /jumpstart
# tar -cvf config.tar *
a profile 1K
a rules 1K
a rules.ok 1K
a sysidcfg 1K