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)

8.  JumpStart Keyword Reference

Rule Keywords and Values

Profile Keywords and Values

Profile Keywords Quick Reference

Profile Keyword Descriptions and Examples

archive_location Keyword

Archive Stored on an NFS Server

Archive Stored on an HTTP or HTTPS Server

Archive Stored on an FTP Server

Archive Stored on a Local Tape

Archive Stored on a Local Device

Archive Stored on a Local File

backup_media Profile Keyword

boot_device Profile Keyword (UFS and ZFS)

bootenv Profile Keyword (UFS and ZFS)

client_arch Profile Keyword

client_root Profile Keyword

client_swap Profile Keyword

How the Size of swap Is Determined

cluster Profile Keyword (Adding Software Groups) (UFS and ZFS)

cluster Profile Keyword (Adding or Deleting Clusters) (UFS and ZFS)

dontuse Profile Keyword (UFS and ZFS)

x86: fdisk Profile Keyword (UFS and ZFS)

filesys Profile Keyword (Mounting Remote File Systems) (UFS and ZFS)

filesys Profile Keyword (Creating Local File Systems)

filesys Profile Keyword (Creating RAID-1 Volumes)

forced_deployment Profile Keyword (Installing Flash Archive Differential Archives)

geo Profile Keyword (UFS and ZFS)

install_type Profile Keyword (UFS and ZFS)

layout_constraint Profile Keyword

local_customization Profile Keyword (Installing Flash Archives)

locale Profile Keyword (UFS and ZFS)

metadb Profile Keyword (Creating State Database Replicas)

no_content_check Profile Keyword (Installing Flash Archives)

no_master_check Profile Keyword (Installing Flash Archives)

num_clients Profile Keyword

iSCSI Profile Keyword

package Profile Keyword (UFS and ZFS)

Packages Stored on an NFS Server

Packages Stored on an HTTP Server

Packages Stored on a Local Device

Packages Stored on a Local File

Limitations When Using the package Keyword

Upgrade Behavior When Using the package Keyword

partitioning Profile Keyword

patch Profile Keyword

Patches Stored on an NFS Server

Patches Stored on an HTTP Server

Patches Stored on a Local Device

Patches Stored on a Local File

Limitations When Using the patch Keyword

pool Profile Keyword (ZFS Only)

root_device Profile Keyword (UFS and ZFS)

How the System's Root Disk Is Determined

system_type Profile Keyword

usedisk Profile Keyword (UFS and ZFS)

JumpStart Environment Variables

Probe Keywords and Values

9.  Installing a ZFS Root Pool With JumpStart

Glossary

Index

Probe Keywords and Values

The following table describes each rule keyword and its equivalent probe keyword.


Note - Always place probe keywords at or near the beginning of the rules file.


Table 8-10 Descriptions of Probe Keywords

Rule Keyword
Equivalent Probe Keyword
Description of Probe Keyword
any
None
arch
arch
Determines the kernel architecture, i386 or SPARC, and sets SI_ARCH.
disksize
disks
Returns the size of a system's disks in MB in kernel probe order, c0t3d0s0, c0t3d0s1, c0t4d0s0. disksize sets SI_DISKLIST, SI_DISKSIZES, SI_NUMDISKS, and SI_TOTALDISK.
domainname
domainname
Returns a system's NIS or NIS+ domain name or blank and sets SI_DOMAINNAME. The domainname keyword returns the output of domainname(1M).
hostaddress
hostaddress
Returns a system's IP address, the first address that is listed in the output of ifconfig(1M) -a that is not lo0, and sets SI_HOSTADDRESS.
hostname
hostname
Returns a system's host name that is the output from uname(1) -n and sets SI_HOSTNAME.
installed
installed
Returns the version name of the Oracle Solaris OS that is installed on a system and sets SI_ROOTDISK and SI_INSTALLED.

If the JumpStart program finds an Oracle Solaris release but is unable to determine the version, the version that is returned is SystemV.

karch
karch
Returns a system's platform group, for example i86pc or sun4u, and sets SI_KARCH. For a list of platform names, see Oracle Solaris Sun Hardware Platform Guide at http://www.oracle.com/technetwork/indexes/documentation/index.html.
memsize
memsize
Returns the size of physical memory on a system in MB and sets SI_MEMSIZE.
model
model
Returns a system's platform name and sets SI_MODEL. For a list of platform names, see the Oracle Solaris Sun Hardware Platform Guide at http://www.oracle.com/technetwork/indexes/documentation/index.html.
network
network
Returns a system's network number, which the JumpStart program determines by performing a logical AND between the system's IP address and the subnet mask. The system's IP address and the subnet mask are extracted from the first address that is listed in the output of ifconfig(1M) -a that is not lo0. The network keyword sets SI_NETWORK.
osname
osname
Returns the version and operating system name of the Oracle Solaris OS that is found on a CD and sets SI_OSNAME.

If the JumpStart program finds an Oracle Solaris release but is unable to determine the version, the version that is returned is SystemV.

 
rootdisk
Returns the name and size in MB of a system's root disk and sets SI_ROOTDISK.
totaldisk
totaldisk
Returns the total disk space on a system (in MB) and sets SI_TOTALDISK. The total disk space includes all of the operational disks that are attached to a system.