网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

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

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

创新互联成立于2013年,先为伊通等服务建站,伊通等地企业,进行企业商务咨询服务。为伊通企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

  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: 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/ /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/ 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

文章题目:SRXJunos系统安装更新之一(U盘安装)
文章URL:http://bjjierui.cn/article/igchpe.html

其他资讯