Step By Step Guide To Install JunOS Olive in VMWware Fusion

Posted by Ahsan Tasneem | 2:39 AM | , , , , , , | 0 comments »

Tested with VMWare Fusion Version 3.1.2 and JunOS 10.4.R3.

Requirements
VMWare Fusion #should also work with VMWare Workstation
FreeBSD 7.1
JunOS M-, MX- oder T-Series Router Firmware

Disc (8GB) Partition overview:
ad0s1a / 1024M
ad0s1b swap 1024M
ad0s1d swap 24M
ad0s1e /config 12M
ad0s1f /var the rest

Command summary to prepare the original JunOS Image to an Olive Image:

cd /var/tmp
mkdir jinst-signed
cd jinst-signed

tar zxvf ../jinstall-10.4.R3.4-export-signed.tgz
mkdir jinst
cd jinst

tar zxvf ../jinstall-10.4.R3.4-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 zcfv /var/tmp/jinstall-10.4.R3.4-export-olive.tgz *

0 comments

Related Posts Plugin for WordPress, Blogger...