The following procedure only provides the information on JumpStart setup required in the context of the N1 Provisioning Server environment. For details on JumpStart setup see the documentation for Solaris 9. You can set up a JumpStart installation server in several ways. The following procedure is only one example.
Logon to the image server as superuser.
Insert the Solaris 9 DVD on the image server.
Create a directory to contain the DVD image.
Example:
mkdir -p /images/s9u5s |
This document assumes the Solaris distribution is available at /images/s9u5s (for SPARC) and /images/s9u5x (for x86).
Change to the Tools directory on the mounted disc.
Example:
cd /cdrom/cdrom0/s0/Solaris_9/Tools |
Copy the DVD image in the drive to the installation server's hard disk.
Example:
./setup_install_server /images/s9u5s |
Verify that the path to the installation server's image is shared appropriately.
share | grep /images/s9u5s
If the path is displayed and anon=0 is displayed in the options, proceed to the next step. If the path is not displayed or you do not have anon=0 in the options, continue with this step.
Make the installation server available to the boot server by adding this entry to the /etc/dfs/dfstab file.
share -F nfs -o rw,anon=0 -d "install server directory" /images/s9u5s
Make sure the installation server's directory path is correctly shared.
ps -ef | grep nfsd
If the nfsd daemon is not running, start it.
/etc/init.d/nfs.server start
If the nfsd daemon is running, share the installation server.
shareall
Change directories to root by typing cd /.
Eject the Solaris 9 DVD.