温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

SRX Junos 系统安装更新之一(U盘安装)

发布时间:2020-07-31 22:37:16 来源:网络 阅读:2759 作者:yuxing34 栏目:网络安全

Follow these steps to install the software via the CLI from a USB stick:

  1. Download the Junos upgrade file to the USB stick.  

  2. Locate the USB device ID that Junos is associating to the USB stick: 

    user@srx> start shell
    user@srx% ls /dev/

  3. Insert the USB device into the USB slot.  For example, slot 0 would return the following:

    root# umass0: USB USBFlashDrive, rev 2.00/1.00, addr 2
    da0 at umass-sim0 bus 0 target 0 lun 0
    da0: <USB USBFlashDrive 0100> Removable Direct Access SCSI-0 device
    da0: 1.000MB/s transfers
    da0: 980MB (2007040 512 byte sectors: 64H 32S/T 980C)

    Run the following command

    user@srx% ls /dev/

    Locate difference in outputs to locate drive label. (It will usually be da#s1, i.e. da0s1)
  4. Create a mount directory:

    user@srx% mkdir /tmp/usb
  5. Mount the USB to the directory:

    user@srx% mount -t msdosfs /dev/<drivelabel, e.g. #da0s1> /tmp/usb

    Example:
    user@srx% mount -t msdosfs /dev/da0s1 /tmp/usb (there is a space between the label name and /tmp)

    Verify that the USB is mounted to the device:
    root@% pwd
    /cf/root
    root@% cd /tmp/usb/
    root@% pwd
    /cf/tmp/usb
    root@% ls
    junos-jsr-11.4R5.7-export.tgz 
  6. Exit shell and install the software:

    user@srx% exit
    user@srx> request system software add /tmp/usb/<upgrade filename> no-validate no-copy

    For additional details regarding a software installation, refer to the instructions at Installing the Software.

  7. Upon completion, reboot the SRX:

    user@srx> request system reboot


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI