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:
Solaris 10 Network ConfigThe procedure below shows how to setup the IP address for the Intel e1000 Network Interface in Solaris 10: 1. Edit /etc/hostname.nxge0 and add the IP… Read More
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
Install Patches EIS DVD Solaris 10Untuk para nubie, berikut cara untuk update patch di solaris 10;1. mkdir /source/EIS2. lofiadm -a /source/EIS-Jan2012.iso /dev/lofi/13. mount -Fhsfs /… 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
Install Sun Storage Common Array Manager Software (CAM) di Solaris 101. upload file p12968147_681_SOLARIS64.zip (CAM) untuk Solaris Sparc 2. unzip p12968147_681_SOLARIS64.zip - host_sw_sol… Read More
0 comments:
Post a Comment