Specifications

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