Insert the Solaris CD into the CD-ROM drive on the boot server.
After the CD is inserted, it will take about 1 minute for Volume Manager to mount the CD-ROM.
Log in to the boot server as superuser.
Change directories to the /Tools directory on the CD:
# cd /cdrom/cdrom0/s0/Solaris_2.X/Tools |
Execute the share(1M) command in the console window:
# share -F nfs -o ro,anon=0 /cdrom/cdrom0/s0 |
Set up the host system as an install client:
# ./add_install_client host_name sun4u |
The add_install_client(1M) command should share the CD across the net.
If the /etc/nsswitch.conf file contains a DNS entry in its host list, you could receive the following message:
Error: host_name does not exist in the NIS ethers map. |
If you receive this message, remove the DNS entry in the /etc/nsswitch.conf file, add the host_name to the ethers map if the name is not already in the map, and rerun the add_install_client(1M) command.
Exit the superuser level.