1) Copy software to serverI used a secure FX to scp the file to the op manager server, winscp is another application that works when moving files from you laptop to the Server.2) Copy from server to radioCommand on server uses your username and the pin+RSA Key as a passwordscp pyx_software_02.03.02.bz2 j1dowle@10.213.2.129:/tmp/upload
replace 10.213.2.219 with the
radios ip address, replace j1dowle with your user name for the radios, replace
pyx_software_02.03.02.bz2.
When prompted for a password it
is your password for the radio (pin+RSA Key).
To slow the rate down add ‘-l’ between the scp and pyx_software -I allows us to set the data rate
in kbps, the sample blow sets it to 5kbps. This is for transferring when other
traffic is using the system
For example
scp -l 5 pyx_software_02.03.02.bz2 j1dowle@10.213.2.129:/tmp/upload
a) If
leaving this running unattended due to a slow transfer rates for example add the following commands
Ctrl – z and then type bg to
send to background and then type disown; to disown from your terminal
session (this will leave it running when your terminal session ends)
Initiate UpGrade on Radio
Once file is copied to the radio initiate upgrade, Log into the radio via ssh. Run this cli commandexecute otap local upgrade
Here’s a work
around to get it on with scp initiated from your PC, this won’t need the radio
to get through the security of your PC.
pscp
-scp C:\{path to file}\enc_key tech@{radio ip}:/tmp/upload
Regards
James