Jumpstart bisanya digunakan untuk melakukan installasi Solaris dengan menggunakan media network (over network), berikut cara untuk setting server untuk jump start;
1. Create directory mkdir /export/install/
2. cd sol_10_910_sparc/Solaris_10/Tools/
bash-3.00# cd sol_10_910_sparc/Solaris_10/Tools/
bash-3.00# ls
add_install_client dial rm_install_client
Boot Installers setup_install_server
bash-3.00# ./setup_install_server /export/install/
3.buat folder lagi di /export/config/mgs
mgs = nama server nya
4 create rules
vi rules
any - - profile1 -
nama profile1 harus sesuai dengan nama file /export/config/mgs
5. Create profile1
bash-3.00# cat profile1
install_type initial_install
system_type standalone
partitioning explicit
filesys c0t0d0s0 20480 /
filesys c0t0d0s1 98304 swap
filesys c0t0d0s3 20480 /var
filesys c0t0d0s5 512 /globaldevices
filesys c0t0d0s7 128
cluster SUNWCXall
6. Create sysidcfg
bash-3.00# cat /jumpstart/config/mgs/sysidcfg
network_interface=primary{ip_address=192.168.46.11\
protocol_ipv6=no \
netmask=255.255.255.0 \
default_route=NONE}
security_policy=none
terminal=vt100
name_service=none
timezone=Asia/Jakarta
root_password=jh3gxTu710YQg
system_locale=C
# root password diambil dari /etc/shadow
7. copy /export/install/Solaris_10/Misc/jumpstart_sample/check
8. edit vi /etc/ethers
0:14:4f:e7:28:18 IXP-SVR
berisi hostname dan macaddress dari server yang dituju
9. edit vi /etc/hosts
bash-3.00# cat /etc/hosts
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
192.168.68.180 solaris
192.168.68.181 IXP-SVR
10. jalankan ./check
11. jalanin add install client
./add_install_client -e 0:21:28:a4:86:48 -i 192.168.37.11 -s solaris:/jumpstart/install/Sol-U7 -c solaris:/jumpstart/config/mgs -p solaris:/jumpstart/config/mgs soetha-node1 sun4u
( Source Image..................) (......Source sysidcfg.......) (......Source rules........) (Nama domain server yang dituju)
solaris=nama dari server jumpstart
11. Masuk kedalam console
console (ALOM SC)
console -d 0 -y (XSCF)
Setting Jumpstart Solaris 10
Related Posts:
Install zone (container) di Solaris 10Hallo gan, berikut step by step install zone di solaris 10, Oh iya zone itu apa ya? Zone di solaris 10 itu sama kaya virtual yang memanfaatkan resourc… Read More
Remove Hard Disk in Solaris 10 Hello guy's, if you are removing a hard drive while the operating system is still running, you must remove the drive logically from the operating … Read More
Step by Step install Solaris Cluster root@nsx01 # mount -Fhsfs /dev/lofi/1 /source/clust root@nsx01 # cd /source/clust/Solaris_sparc/ root@nsx01 # ./installer Unable to access a u… Read More
Add Storage at Zones Solaris 10 # Mounting LOFS root@nsx01 # newfs /dev/rdsk/c1t0d0s0 root@nsx01 # mount /dev/dsk/c1t0d0s0 /data_zone root@nsx01 # zonecfg -z my_zon… Read More
Create ZFS Pool from new disk Agan agan sekalian, berikut step by step melakukan penambahan disk kedalam ZFS pool. Perbedaan ZFS & Tradisional File Systems root@t… Read More
0 comments:
Post a Comment