A SERVICE OF

logo

Deployment tasks 23
Rapid Deployment Pack
When deploying Solaris using Rapid Deployment Pack, a small, non-Solaris partition is created on the
boot volume to facilitate booting the installation. By default, Solaris avoids disks with existing partitions,
so this temporary partition must be deleted. This deletion can be accomplished using the fdisk profile
keyword to delete all type 0x83 partitions. You must create a new Solaris partition to replace the 0x83
partitions. For example:
fdisk rootdisk 0x83 delete
fdisk rootdisk solaris all
Example: JumpStart preparation
This section provides a complete JumpStart example. In this example, the profile is named “proliant,” and
the entire Solaris distribution is installed, along with the CPQary3 and BRCMbnx packages. Optional
configuration for use with Rapid Deployment Pack is also listed. If installing to disks attached to a Smart
Array controller, the root disk must be SCSI target 0, LUN 0 (that is, cxt0d0).
NOTE: The example sysidcfg(4) file contains entries that are new to Solaris 10 11/06 and might not
be supported by previous releases.
1. Prepare the configuration files as follows:
Contents of the directory structure:
/jumpstart/
/jumpstart/rules
/jumpstart/proliant
/jumpstart/sysidcfg
Contents of the rules file:
arch i386 - proliant -
Contents of the proliant file:
install_type initial_install
system_type standalone
partitioning default
cluster SUNWCXall
package CPQary3 add nfs://
jssip
/jumpstart/pkg
package BRCMbnx add nfs://
jssip
/jumpstart/pkg
where
jssip
is the IP address of the JumpStart server.
If using Rapid Deployment Pack, also include the following lines:
fdisk rootdisk 0x83 delete
fdisk rootdisk solaris all