Jumpstart
Configuration on Solaris 10
1. # mkdir –p /export/install/
2. # cd /cdrom/cdrom0/s0/Solaris_10/Tools/
3. # /setup_install_server /export/install/
4. #
cd /
5. # eject cdrom
6. # mkdir /export/config
7. # cd /export/config
8. # vi sysidcfg
system_locale=en_US
TIMEZONE=Asia/Calcutta
timeserver=localhost
terminal=vt100
network_interface=PRIMARY{netmask=255.255.255.0 protocol_ipv6=no
default_route=none }
name_service=none
nfs4_domain=dynamic
security_policy=none
root_password= "use any encrypted
password from /etc/shadow in server"
:wq!
9. # pwd
/export/config
10. # vi rules
hostname
<clientname> - profile1
-
:wq!
11. # pwd
/export/config
12. # vi profile1
install_type initial_install
system_type standalone
partioning explicit
filesys c0t0d0s0 6000 /
filesys c0t0d0s1 512 /swap
cluster SUNWCXall
:wq!
13. # cd /
14. # cd /export/install/Solaris_10/Misc/Jumpstart_Sample
15. # cp check /export/config
16. # cd /export/config
17. # ./check
18. # vi /etc/ethers
<Mac Address of client> <Client
Name>
:wq!
19. # vi /etc/inet/hosts
<ip address of client> <clientname>
:wq!
20. For Adding the \client
# cd /export/install/Solaris_10/Tools
# ./ add_install_client -c
server_name:/export/config -p
server_name:/export/config <client
name> <platform group>((uname -m))
21. Entry /etc/dfs/dfstab
# vi /etc/dfs/dfstab
share -F nfs -o ro,anon=0
/export/install
share -F nfs -o ro,anon=0
/export/config
:wq!
# shareall
# share
# showmount -e
localhost
22. In Client Machine
# init 0
ok boot net -install
No comments:
Post a Comment