Step1.
Solaris 10 boot & installation image on local disk.
# mkdir -p /export/home/jumpstart
# cd /cdrom/cdrom0/s0/Solaris_10/Tools
# ./setup_install_server /export/home/jumpstart
Step2.
Sysidcfg file keeps the various type of system information such as time zone and etc.
# mkdir -p /export/home/config
# vi sysidcfg
network_interface=primary
{protolcol-ipv6=no netmask=255.255.255.0} sec ty_policy=none name
service=none
time zone=US/Mountain
system_locale=en_us
Step3
Create directory to hold the rules file.
# mkdir /export/home/config
# vi rules
hostname afi-ssaerp - profile1 -
Step4
# /mkdir -p /export/home/config
# vi profile1
install_type inital_install
system_type standalone
cluster SUNWCXall
partitioning explicit
filesys c1t0d0s0 2000 /
c1t0d0s1 1024 swap
Step5.
#cd /cdrom/cdrom0/s0/Solaris_10/Misc/JumpStart_sample
#cp check /export/home/config
# cd /export/home/config
# ./check
Step6.
Add a host entry
# /etc/ethers
0:3:ba:5a:cf:51 afi-ssaerp
# vi /etc/hosts
192.0.0.25 afi-ssaerp
Step7
Add a client
# cd /cdrom/cdrom0/s0/Solaris_10/Tools
# ./add_install_client -e 0:3:ba:5a:cf:51 -c solaris-ad:/export/home/config -p /solaris-ad:/export/home/config \
afi-ssaerp sun4u
Step8
# /etc/dfs/dfstab
# vi /etc/dfs/dfstab
share -F nfs -o ro, anon=0 /export/home/config
Step9
Booting the JumpStart Client
# init 0
ok boot net -vV
No comments:
Post a Comment