溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

SRX Junos 系統(tǒng)安裝更新之一(U盤(pán)安裝)

發(fā)布時(shí)間:2020-07-31 22:37:16 來(lái)源:網(wǎng)絡(luò) 閱讀:2772 作者:yuxing34 欄目:網(wǎng)絡(luò)安全

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問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI