Difference between revisions of "Loading JunOS on an MX series router"
From NesevoWiki
Jump to navigationJump to search (Created page with "* See JunOS knowledge base: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11409") |
|||
Line 1: | Line 1: | ||
* See JunOS knowledge base: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11409 | * 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 | ||
+ | * Connect to the router's console as <code>root</code> user | ||
+ | * Start a shell session: <code>start shell</codde> | ||
+ | * Create a temporary folder and mount the USB drive: | ||
+ | ** <code>mkdir /mnt/usb</code> | ||
+ | ** <code>mount -t msdosfs /dev/da1s1 /mnt/usb</code> | ||
+ | * Copy the <code>jinstall</code> file to the local file system: <code>cp /mnt/usb/jinstall-ppc-14.2R7.5-domestic-signed.tgz /var/tmp/</code> | ||
+ | * Unmount the USB drive and disconnect it: <code>umount /mnt/usb</code> |
Revision as of 16:52, 19 December 2016
- See JunOS knowledge base: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11409
- Put the
jinstall-*.tgz
file on a FAT32 formatted USB drive and place it in the router's USB port - Connect to the router's console as
root
user - Start a shell session:
start shell</codde>
- Create a temporary folder and mount the USB drive:
mkdir /mnt/usb
mount -t msdosfs /dev/da1s1 /mnt/usb
- Copy the
jinstall
file 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