0% found this document useful (0 votes)
329 views2 pages

Upgrade Junos

The document provides instructions for upgrading the Junos OS version on a device using different methods: 1) Upgrading from a USB drive by mounting the drive, copying the Junos file, installing the software, and rebooting. 2) Upgrading via FTP by copying the Junos file from an FTP server to the device's /var/tmp directory and requesting installation. 3) Creating a backup snapshot of the current system for restoration by creating an alternate root file system snapshot and checking the snapshot information. 4) Upgrading via FTP by copying a Junos file from an FTP server to the /var/tmp directory for installation.

Uploaded by

JO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
329 views2 pages

Upgrade Junos

The document provides instructions for upgrading the Junos OS version on a device using different methods: 1) Upgrading from a USB drive by mounting the drive, copying the Junos file, installing the software, and rebooting. 2) Upgrading via FTP by copying the Junos file from an FTP server to the device's /var/tmp directory and requesting installation. 3) Creating a backup snapshot of the current system for restoration by creating an alternate root file system snapshot and checking the snapshot information. 4) Upgrading via FTP by copying a Junos file from an FTP server to the /var/tmp directory for installation.

Uploaded by

JO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

----------------------------------UPGRADE FROM

USB---------------------------------------------
- DELETE AUTO IMAGE
root# delete chassis auto-image-upgrade

- CREATE DIRECTORY
root@:RE:0% mkdir /tmp/usb

- MOUNT DEVICE
root@:RE:0% ls /dev/
root@:RE:0% mount -t msdosfs /dev/da1s1 /tmp/usb/
root@:RE:0% mount_msdosfs /dev/da1s1 /tmp/usb/

mount_msdosfs: /dev/da1s1: No such file or directory


root@:RE:0% mount -t msdosfs /dev/
/tmp/usb/
root@:RE:0% ls /tmp/usb/

- COPY JUNOS
tmp/@:RE:0% cp /tmp/usb/jinstall-ex-4600-14.1X53-D45.3-domestic-signed.tgz /var/tmp
root@:RE:0% ls /var/tmp/

- UMOUNT DEVICE
root@:RE:0% umount /tmp/usb/

- INSTALL JUNOS
root@:RE:0% cli
root> request system software add jinstall...45.3-domestic-signed.tgz no-copy no-
validate unlink

- REBOOT
root> request system reboot

- CHECK VERSION
show version
show chassis hardware
show chassis routing-engine

----------------------------------------------------------------------

- FROM FTP
user@host>file copy ftp://[username:prompt]@[ftp.hostname.net]/[filename]
/var/tmp/
user@host>file copy ftp://anonymous:[email protected]/pub/junos/7.5R2.8/jinstall-
7.5R2.8-domestic-signed.tgz /var/tmp/

user@host>request system software add /var/tmp/7.5R2.8/jinstall-7.5R2.8-domestic-


signed.tgz reboot

----------------------------------------------------------------------------------

- UPGRADE JUNOS BACKUP


root> show system snapshot media internal
root> request system snapshot slice alternate
root> show system snapshot media internal

root> request system snapshot slice alternate


System may go unstable if module traces or syslog mesages are enabled during snaps
hot.
It is recommended to disable all debug logging.
Do you wish to continue? [yes,no] (no) yes

fpc0:
--------------------------------------------------------------------------
Formatting alternate root (/dev/da0s1a)...
Copying '/dev/da0s2a' to '/dev/da0s1a' .. (this may take a few minutes)
The following filesystems were archived: /

{master:0}
root> show system snapshot media internal
fpc0:
--------------------------------------------------------------------------
Information for snapshot on internal (/dev/da0s1a) (backup)
Creation date: Oct 13 21:13:37 2017
JUNOS version on snapshot:
jdocs-ex: 14.1X53-D45.3
junos : ex-14.1X53-D45.3
junos-ex-4300: 14.1X53-D45.3
jweb-ex: 14.1X53-D45.3
Information for snapshot on internal (/dev/da0s2a) (primary)
Creation date: Oct 13 21:07:50 2017
JUNOS version on snapshot:
jdocs-ex: 14.1X53-D45.3
junos : ex-14.1X53-D45.3
junos-ex-4300: 14.1X53-D45.3
jweb-ex: 14.1X53-D45.3

-----------------------------------------------------------------------------------
----------------

FTP

root@ANGGINI> file copy ftp://[email protected]/jinstall-host-mx100-x86-64-


17.4R2.4-secure-signed_2.tgz /var/tmp
Password for [email protected]:
/var/tmp//...transferring.file.........9lh7qa/100% of 1373 MB 9637 kBps 00m00s

You might also like