TKJ SMKN 1 GEGER MADIUN

Teknik Komputer dan Jaringan

Tuesday, May 27, 2014

Installasi Olive JunOS Using Qemu

Installasi Olive JunOS Using Qemu

assalamulaikum wr wb ..

sedikit ingin review tentang Juniper Network atau Junos .
nyari dari artikel , forum dll . sampai browsing kemana-kemana tentang installasi JunOS akhirnya bisa juga.

oiya , untuk yang ingin memahami tentang JunOs itu apa bisa kesini :)
http://en.wikipedia.org/wiki/Juniper_Networks



1 History
1.1 Acquisition history
1.2 Lawsuits
1.3 Awards

2 Product history
2.1 Core wars
2.2 Edge routing
2.3 Security and enterprise

3 Principal subsidiaries

4 Products
4.1 Network operating system
4.2 Router products
4.2.1 M40
4.2.2 Current product series
4.3 Ethernet switch products
4.4 Security products
4.5 Other products

5 Certification programs
5.1 Technical Certification Program Service Provider
5.2 Technical Certification Program Enterprise

6 Partnership programs

7 Major competitors

8 References

9 External links

Disitu sudah tertera lengkap tentang JunOS :) sekarang kita masuk ke topic utamanya saja .
Disini saya akan coba instalasi JunOS menggunakan qemu , freebsd dan olive yang nanti nya kita jalankan di GNS3 kalau qemu sendiri sama saja seperti emulator lainnya (vmware,virtualbox) tp qemu dijalankan lewat command :) ya sama sajalah yaa :D 

bahan-bahan yang disiapkan :)
1. mental dan doa (karena misal gagal jgan gampang menyerah wkwkwkkw seneng )
2. qemu + patch
3. mini freebsd
4. olive Tested : on my linux dan windows 8 :)

Ok Bahan bisa di download semua nya .
1. Iso Mini Install Freebsd
2. qemu
3. olive disini saya menggunakan "jinstall-9.6R1.13-export-signed.tgz"

Ok step by step
1. Kita Masuk ke directory qemu yang telah di extract :


2. Kita install Mini Install Freebsd nya

Dengan command :
- qemu-img.exe create olive.img -f qcow2 6G (qcow: format file, 6G:size hdd, oli.img:image yang akan kita gunakan nanti)

- qemu.exe -L . -m 256 -hda olive.img -boot d -localtime -cdrom 4.11-RELEASE-i386-miniinst.iso
- install freebsd ,dengan tahapan sebagai berikut :
- Skip Kernel configuration
- Choose standard installation
- With fdisk, tekan A to allocate entire disk for bsd
- Pilih: install a standard MBR
- untuk membuat partisi (with C):
512M for / partisi
1024M for swap partisi
128M for /config
dan sisanya untuk /var
- Pilih Installasi type: user, and select No for FreeBSD ports
- X to Exit the menu and install from CD/DVD
- Tunggu hingga selesai semua
- Pilih No No No No No on all the user confirmation requested (Ethernet/SLIP config, gateway, inetd, FTP, NFS, security, console, linux compatibility, set time, etc)
- tekan X untuk exit
- Pilih No untuk memilih FreeBSD package collection and initial user account
- Ketik root password nya
- pilih No untuk set any last options
- SPilih 'X' Exit the installation, dan akan reboot
- setelah reboot, exit dari Qemu Tekan Ctrl-Alt-2, then ketik: quit

selesai kita booting olive.img tadi dan masukan olive.iso yang berisi "Jinstall dan Jweb"

3. Installasi Olive
command : qemu.exe -m 512 -hda olive.img -cdrom olive.iso
oiya untuk olive ini minimal ram adalah 512 dibawah nya kadang tidak mau running atau ada problem error saat installasi :D

mount /cdrom/
mkdir /var/tmp/jinst-signed
cd /var/tmp/jinst-signed
cp /cdrom/jinstall-9.6R1.13-export-signed.tgz /var/tmp/
tar zxvf ../jinstall-9.6R1.13-export-signed.tgz
mkdir jinst
cd jinst
tar zxvf ../jinstall-9.6R1.13-export.tgz
mkdir pkgtools
cd pkgtools
tar zxvf ../pkgtools.tgz
cd bin
cp /usr/bin/true ./checkpic
cd ..
tar zcvf ../pkgtools.tgz *
cd ..
rm -rf pkgtools
tar zcvf /var/tmp/jinstall *
pkg_add /var/tmp/jinstall-9.6R1.13-export-signed.tgz

ok sudah selesai , apabila kita ingin menambahkan paket jweb(web management juniper copykan ke dir /var/tmp/)





















selesai kita restart :D
dan quit qemu ..

ketik perintah berikut :
qemu -m 512 -hda olive.img -serial telnet:127.0.0.1:1001,server,nowait,nodelay -localtime

dan masuk ke putty/etc dan akses telnet port 1001 .


tunggu sampai ada login screen proses installasi ini 10-15 menit tergantung PC kita juga sih :D


Login User : root
ketik cli untuk masuk ke CLI mode

disini kita akan lanjut untuk install package jweb juga
ketik perintah : request system software add /var/tmp/jweb-9.6R1.13-signed.tgz

kalau kita lihat di versi ini belum ada web management nya , mari kita install :D


kita lihat proses installasi dan hasilnya :D


ok web management nya sudah kita tambahkan :D

sekian semoga bermanfaat dan kita lanjut ke tutorial yang lainnya mengenai JunOS / Juniper

Wassalamualaikum Wr Wb

Newer Post Older Post Home

0 comments:

Post a Comment