next up previous
Next: Create a boot server Up: jumpstart Previous: Jumpstart in Computing Science

Create one or more install servers.

You must have one install server on you network and one boot server on each of your subnets.

. If the install sever and the boot server are on different subnets, the boot server must be on the same subnet as the install-client.

On the server, insert the Solaris CD-ROM


      # cd /cdrom/cdrom0/s0/Solaris_8/Tools
sunkay# ./setup_install_server /export/install/Solaris_8
botha1# ./setup_install_server /export/install/Solaris_8
botha1# eject cdrom
botha1# (mount cdrom Solaris_2_of_2)
botha1# cd /cdrom/sol_8_1001_sparc_2/Solaris_8/Tools
botha1# add_to_install_server /export/install/Solaris_8
botha1# eject cdrom

To use cd on a remote machine:


# Solaris_2.7
shoal-lk% share -F nfs -o root=erskine,rw=erskine /cdrom/cdrom0/s0
erskine%  mount -F nfs -o ro shoal-lk:/cdrom/sol_7_599_sparc_sun_srvr/s0 /mnt
erskine%  cd /mnt/Solaris_2.7/Tools
erskine%  ./setup_install_server /usr/erskine3/export/install
or
# Solaris_8
erskine%  mount -F nfs -o ro shoal-lk:/cdrom/sol_8_sparc/s0 /mnt
erskine%  cd /mnt/Solaris_8/Tools
erskine%  ./setup_install_server /usr/erskine3/export/install/Solaris_8
shoal-lk%  share -F nfs -o root=erskine,rw=erskine /cdrom/sol_8_sparc_2
erskine%  mount -F nfs -o ro shoal-lk:/cdrom/sol_8_sparc_2 /mnt
erskine%  cd /mnt/Solaris_8/Tools
erskine%  ./add_to_install_server /usr/erskine3/export/install/Solaris_8
or 
(Solaris_8 using the October 2000 CDs)
shoal-lk% share -F nfs -o root=sunkay,rw=sunkay /cdrom/cdrom0
sunkay% mount -F nfs -o ro shoal-lk:/cdrom/sol_8_1000_sparc/s0  /mnt
sunkay% cd /mnt/Solaris_8/Tools
sunkay% ./setup_install_server /export/install/Solaris_8
sunkay% cd / ; umount /mnt
shoal-lk share -F nfs -o root=sunkay,rw=sunkay /cdrom/cdrom0
sunkay% mount -F nfs -o ro shoal-lk:/cdrom/sol_8_1000_sparc_2 /mnt
sunkay%  cd /mnt/Solaris_8/Tools
sunkay% ./add_to_install_server /export/install/Solaris_8
sunkay% cd / ; umount /mnt



Bruce Wm Folliott
2002-06-27