Solaris Jumpstart Cheat Sheet
This document is a quick revision sheet, please refer to the sun documation regarding on how to install, configure
and implement Solaris Jumpstart
| Create the directory structure | mkdir -p /jumpstart/install mkdir /jumpstart/config |
| Share out directories | # edit the /etc/dfs/dfstab file share -F nfs -o ro,anon=0 /export/jumpstart share -F nfs -o ro,anon=0 /export/config |
| Create Install server | # Obtain the Solaris CD's setup-install-server /jumpstart/install |
| Add additional software | # Solaris normally comes on multiple CD's |
| Copy the configuration and example scripts | |
| Create boot Servers | # If additonal boot servers are required |
| Setup automatic system config | create the sysidcfg information in the /jumpstart/config directory (can use sysidconfig from other servers) Example sysidcfg file |
| Create profiles | # There are various examples on the CD's (directory) # profile keywords profile values see link for more profile exmaples |
| Create Begin & Finish scripts | The scripts can be shell, perl, etc |
| Create rules file | The rules are based on keywords with values, begin script, profile, finish script hostname vclus1 - cluster_profile - |
| Check rules file | # Run the check script within the config directory, a file will be created called "rules.ok" check |
| Setup clients | ./add_install_client -e client ethernet address Other useful options |
Jumpstart Process
| Jumpstart Server/Client Process |
|
Daemons used
| Daemons Used | mountd |
Files Used
| Files Used | /tftpboot /rplboot /etc/inetd.conf /etc/ethers /etc/hosts /etc/bootparams |