Specifications
3
Using rsys-update for single product updates
33
rsys-update help
Twoformsofhelpareavailableforrsys‐updateifanupdatebundleisspecifiedinthehelp
command.Usethehelpcommandstoviewthersys‐updatecommandsyntax.
Help on retrieving the update bundle
Whenthersys‐updatehelpcommandisenteredwithoutspecifyinganupdatebundle,the
utilityonlygiveshelponhowitcanbeusedtoretrieveanupdatebundle.Toobtainthishelp
information,enterthiscommandattheLinuxshell:
rsys‐update‐‐help
Help on updating the ATCA module
Moredetailedhelpisavailablewhentheupdatebundleispresentandspecifiedinthehelp
commandbecausethebundlecontentsprovideinformationaboutwhichcomponentscanbe
updated.Thehelpalsoincludesinformationonhowtoupdatethefirmwareandsoftware
componentsontheATCAmodule.EnterthiscommandattheLinuxshell:
rsys‐update‐‐help‐‐path<update‐bundle>
Using URLs with rsys-update
ThesupportedURLprotocolsareSFTPandTFTP.Ifthewgetutilityisinstalledonthe module,
FTP,HTTP,andHTTPSarealsosupported.
Note:UseFTPorSFTPtoachievethe bestperformanceandreducetheupdatetime.
WhenaURLisspecified,theupdatebundleisdownloadedtothemoduleat/<tmp‐
dir>/<update‐bundle>.tgz.Thetarballisextractedintothedirectory/<tmp‐dir>/<update‐
bundle>/.TheURLformatspecifiesthemethodusedtocopythebundlefromthehosttothe
module:
rsys‐update‐‐pathsftp://<username>@<hostip>/<update‐bundle>.tgz
rsys‐update‐‐pathtftp://<hostip>/<update‐bundle>.tgz
TheURLbeginningwith“sftp”usesSSHfordatatransfer,andusesthesameauthentication
andprovidesthesamesecurityasSSH.Theprocesspromptsyouforpasswordsorpass
phrasesiftheyareneededforauthentication.Thefilenamemaycontainahostanduser
specificationtoindicatethefileistobecopiedfromthathost.Thersys‐updateutilityassumes
thatSSHisavailableontheremotehost.
TheURLbeginningwith“tftp”usesTFTPfordatatransfer.Thersys‐updateutilityassumes
thataTFTPserverisaccessiblefromthemoduleandtheupdatebundleisinthe
/tftpboot
directory.
Note:IfproblemsoccurwiththeTFTPdatatransfer,makesuretheTFTPserverisaccessible
fromthemodule.DothisbyattemptingtoconnecttotheTFTPserverusingtheTFTPutility
fromtheLinuxshell.Forbestperformance,useeitherFTPorSFTP.