perfom a network-base installation(NFS)
if client to be installed and install server

are on the same subnet,you simply create an

Install server. otherwise,also create a boot

server.

create Install server by excuting script on

solaris DVD location:
step 1: create install server directory for

solaris10 with ample space to store the full

dvd p_w_picpath (4.7G)
location:/export/home/solaris100106

step 2: excute in ./setup_install_server

/export/home/solaris100106

step 3: setup client for installation:
Excute in

/cdrom/sol_10_106_x86/solaris_10/Tools/:
./add_install_client args -produces MAC-boot filee
./add_install_client -d -e "00:11:43:5a:bc:e5" -s 192.168.1.1:/export/home/solaris100106 i86pc

 step 4: share /export/home/solaris100106

via NFS
Note: share will update /etc/dfs/dfstab
share -F nfs -o ro,anon=0 -d "install server

director sol100106"

/export/home/solaris100106
svcs -l svc:/network/nfs/server:default
svcadm disable svc:/network/nfs/server
svcadm enable svc:/network/nfs/server
shareall
echo $? -echoes exit status of previously -

run command

step 5: configure DHCP for pxe support(create reservation)
Note: You must know the client's MAC address for a specific install
Note: get Mac address from the client's BIOS
DNS/DHCp server ip address:192.168.1.1
Note: DHCP server can be any OS that supports reservations and options
PE2600> pxe > DHCP (192.168.1.1)>Boot file/next-server> install server>grub>install solaris