This procedure assumes that the system is running the Volume Manager. If you are not using the Volume Manager to manage media, refer to System Administration Guide: Devices and File Systems.
On the system that is to become the install server, become superuser or assume an equivalent role.
The system must include a CD-ROM drive and be part of the site's network and naming service. If you use a naming service, the system must already be in a naming service, such as NIS, NIS+, DNS, or LDAP. If you do not use a naming service, you must distribute information about this system by following your site's policies.
Insert the Solaris Software - 1 CD in the system's drive.
Create a directory for the CD image.
# mkdir -p install_dir_path |
Specifies the directory where the CD image is to be copied
Change to the Tools directory on the mounted disc.
# cd /cdrom/cdrom0/Solaris_10/Tools |
Copy the image in the drive to the install server's hard disk.
# ./setup_install_server install_dir_path |
Specifies the directory where the CD image is to be copied
The setup_install_server command indicates whether you have enough disk space available for the Solaris Software disc images. To determine available disk space, use the df -kl command.
Decide if you need to make the install server available for mounting.
If the install server is on the same subnet as the system to be installed or you are using DHCP, you do not need to create a boot server. Proceed to Step 7.
If the install server is not on the same subnet as the system to be installed and you are not using DHCP, complete the following steps.
Verify that the path to the install server's image is shared appropriately.
# share | grep install_dir_path |
Specifies the path to the installation image where the CD image was copied
If the path to the install server's directory is displayed and anon=0 is displayed in the options, proceed to Step 7.
If the path to the install server's directory is not displayed or you do not have anon=0 in the options, continue.
Make the install server available to the boot server.
Using the share command, add this entry to the /etc/dfs/dfstab file.
share -F nfs -o ro,anon=0 -d "install server directory" install_dir_path |
Verify that the nfsd daemon is running.
If the install server is running the current Solaris release, or compatible version, type the following command.
# svcs -l svc:/network/nfs/server:default |
If the nfsd daemon is online, continue to Step d. If the nfsd daemon is not online, start it.
# svcadm enable svc:/network/nfs/server |
If the install server is running the Solaris 9 OS, or compatible version, type the following command.
# ps -ef | grep nfsd |
If the nfsd daemon is running, continue to Step d. If the nfsd daemon is not running, start it.
# /etc/init.d/nfs.server start |
Share the install server.
# shareall |
Change directories to root (/).
# cd / |
Eject the Solaris Software - 1 CD.
Insert the Solaris Software - 2 CD in the system's CD-ROM drive.
Change to the Tools directory on the mounted CD.
# cd /cdrom/cdrom0/Solaris_10/Tools |
Copy the CD in the CD-ROM drive to the install server's hard disk.
# ./add_to_install_server install_dir_path |
Specifies the directory where the CD image is to be copied
Change directories to root (/).
# cd / |
Eject the Solaris Software - 2 CD.
Repeat Step 9 through Step 13 for each Solaris Software CD that you want to install.
Insert the first Solaris Languages CD in the system's CD-ROM drive.
Change to the Tools directory on the mounted CD.
# cd /cdrom/cdrom0/Solaris_10/Tools |
Copy the CD in the CD-ROM drive to the install server's hard disk.
# ./add_to_install_server install_dir_path |
Specifies the directory where the CD image is to be copied
Eject theCD.
Repeat Step 15 through Step 18 for the second Solaris Languages CD.
Change directories to root (/).
# cd / |
(Optional) Patch the files that are located in the miniroot on the net install image that was created by setup_install_server.
Patching a file might be necessary if a boot image has problems. For step-by-step procedures, see Chapter 7, Patching the Miniroot Image (Tasks).
Decide if you need to create a boot server.
If you are using DHCP or the install server is on the same subnet as the system to be installed, you do not need to create a boot server. Proceed to Adding Systems to Be Installed From the Network With a CD Image.
If you are not using DHCP and the install server and the client are on a different subnet, you must create a boot server. Proceed to Creating a Boot Server on a Subnet With a CD Image.
The following example illustrates how to create an install server by copying the following CDs to the install server's /export/home/cdimage directory. This example assumes that the install server is running the current Solaris release.
Solaris Software CDs
Solaris Languages CDs
Insert the Solaris Software - 1 CD in the system's CD-ROM drive.
# mkdir -p /export/home/cdimage # cd /cdrom/cdrom0/Solaris_10/Tools # ./setup_install_server /export/home/cdimage |
If you have a separate boot server, add these steps.
Make the install server available to the boot server.
Using the share command, add this entry to the /etc/dfs/dfstab file.
share -F nfs -o ro,anon=0 -d "install server directory" /export/home/cdimage |
Check if the nfsd daemon is online. If the nfsd daemon is not online, start it and share it.
# svcs -l svc:/network/nfs/server:default # svcadm enable svc:/network/nfs/server # shareall |
Continue with the following steps.
If you do not need a boot server or have completed the steps for a separate boot server, continue.
# cd / |
Eject the Solaris Software - 1 CD. Insert the Solaris Software - 2 CD in the CD-ROM drive.
# cd /cdrom/cdrom0/Solaris_10/Tools # ./add_to_install_server /export/home/cdimage # cd / |
Repeat the previous commands for each Solaris Software CD that you want to install.
Insert the first Solaris Languages CD in the CD-ROM drive.
# cd /cdrom/cdrom0/Solaris_10/Tools # ./add_to_install_server /export/home/cdimage |
Eject the CD.
Repeat the previous commands for each Solaris Languages CD.
After you set up the install server, you must add the client as an installation client. For information about how to add client systems to install over the network, see Adding Systems to Be Installed From the Network With a CD Image.
If you are not using DHCP, and your client system is on a different subnet than your install server, you must create a boot server. For more information, see Creating a Boot Server on a Subnet With a CD Image.
For additional information about the setup_install_server and the add_to_install_server commands, see install_scripts(1M).