How to install Juniper OS Step by Step
For juniper OS instalation you must login as a root.
Step 1
Copy your OS to a USB drive.
Step2
Insert the USB drive to Juniper device. USB drive must be formated by FAT32. NTFS will be not mount.
When you insert USB drive, a new partition will show you like:
da1
da1s1
da1
da1s1
Step3
root@% ls /dev/
[Here you can see the all partition of HDD also a new partition will arrise here]
Step4
root@:RE:0% mount_msdosfs /dev/da1s1 /mnt/
[You need to mount your USB drive to /mnt directory. Here my new USB partition is da1s1, It can be diffrent for depend on hardware]
Step5
root@:RE:0% ls /mnt/
jinstall-ex-3300-11.4R2.14-domestic-signed.tgz
[Your USB mount is completed to /mnt. You can see with above command]
Step6
root@:RE:0% cp /mnt/jinstall-ex-3300-11.4R2.14-domestic-signed.tgz /var/tmp/
[Copy the Juniper OS file to /var/tmp directory]
Step7
root@:RE:0% ls /var/tmp/
.snap
ex_autod_config
ex_autod_rollback_cfg
gres-tp
if-rtsdb
jinstall-ex-3300-11.4R2.14-domestic-signed.tgz
krt_gencfg_filter.txt
rtsdb
[Confirm with avobe command to copy of file is finished or not]
Step8
root@:RE:0% umount /mnt/
root@:RE:0% umass1: at uhub1 port 1 (addr 2) disconnected
(da1:umass-sim1:1:0:0): lost device
(da1:umass-sim1:1:0:0): removing device entry
umass1: detached
[Now you can unmount to USB dribe. After avobe command you can remove your USB Drive from your device]
Step9
root@:RE:0% cli
root@> request system software add /var/tmp/jinstall-ex-3300-11.4R2.14-domestic-signed.tgz no-copy no-validate reboot
[With this comand instalation process will be start]
[no-copy mean after instalation JUNOS it will remove the current OS file from /var/tmp]
[no-copy mean after instalation JUNOS it will remove the current OS file from /var/tmp]
[Reboot mean after instalation JUNOS it will be reboot autamatically otherwise it will ask for yes/no]
Have FUN…