Difference between revisions of "Loading JunOS on an MX series router"
From NesevoWiki
Jump to navigationJump to search| Line 1: | Line 1: | ||
| − | * | + | * For reference: see JunOS knowledge base: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11409 |
| + | |||
* Put the <code>jinstall-*.tgz</code> file on a FAT32 formatted USB drive and place it in the router's USB port | * Put the <code>jinstall-*.tgz</code> file on a FAT32 formatted USB drive and place it in the router's USB port | ||
* Connect to the router's console as <code>root</code> user (the prompt looks like this: <code>root> </code>) | * Connect to the router's console as <code>root</code> user (the prompt looks like this: <code>root> </code>) | ||
Revision as of 09:08, 22 December 2016
- For reference: see JunOS knowledge base: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11409
- Put the
jinstall-*.tgzfile on a FAT32 formatted USB drive and place it in the router's USB port - Connect to the router's console as
rootuser (the prompt looks like this:root>) - Start a shell session:
start shell(the prompt changes toroot%) - Create a temporary folder and mount the USB drive:
mkdir /mnt/usbmount -t msdosfs /dev/da1s1 /mnt/usb
- Copy the
jinstallfile to the local file system:cp /mnt/usb/jinstall-ppc-14.2R7.5-domestic-signed.tgz /var/tmp/ - Unmount the USB drive and disconnect it:
umount /mnt/usb - Exit the shell to go back to command mode:
exit(the prompt changes back toroot>) - Install the software with the command
request system software add /var/tmp/jinstall-ppc-14.2R7.5-domestic-signed.tgz
- Reboot the router:
request system reboot