Install Software via CLI (Method: from Junos software copied to SRX)
Refer to the following steps for copying the software to the SRX and then performing the software installation via the CLI:
- Copy software to SRX via SCP or FTP to /var/tmp:
For example:
user@srx> scp junos-srxsme-11.4R4.4-domestic.tgz user@srx:/var/tmp/
junos-srxsme-11.4R4.4-domestic.tgz
OR
user@srx> ftp <ip address of local ftp server> (and login)
user@srx> lcd /var/tmp
user@srx> bin
user@srx> get junos-srxsme-11.4R4.4-domestic.tgz
user@srx> bye
- Install software with the commands below.
For example:
From the local file in /var/tmp
user@srx> request system software add no-copy /var/tmp/junos-srxsme-11.4R4.4-domestic.tgz
user@srx> request system reboot
No comments:
Post a Comment