Specifications

2
Performing Updates Using rsys_swm
35
Usage examples
To perform a dry run of the upgrade campaign, enter:
rsys_swm‐i192.168.16.17\
‐c./config.cfg\
‐stftp://10.100.110.45\
‐‐upgrade‐check
192.168.6.17istheIPaddressoftheShelfManagerand10.100.110.45istheIPaddressofthe
updatehost.
Thedryruncheckstheintegrityofimagesanddisplaysthemodulesandsoftwareentitiesthat
willbeupgraded.
To retrieve the versions of all the entities in the shelf:
rsys_swm‐i192.168.16.17‐‐info
ThespecifiedIPaddressistheIPaddressoftheShelfManager.
To retrieve the versions of all the entities on a specific module:
rsys_swm‐i10.100.18.22‐‐info
ThespecifiedIPaddressistheIPaddressofthemodule’sBladeHSD.
To retrieve the version information of all the entities for the module in slot 2:
rsys_swm‐i10.100.18.22‐eboard.2‐‐info
ThespecifiedIPaddressistheIPaddressofthemodule’sBladeHSD.
To verify the contents of an upgrade campaign file:
rsys_swm‐i192.168.16.17‐c./upgradecampaign.yml‐‐verify
ThespecifiedIPaddressistheIPaddressoftheShelfManager.
To perform an upgrade campaign on all the entities under the root entity of an HPI domain and display the
campaign tracking messages in verbose mode:
rsys_swm‐i10.100.18.22\
‐c./config.cfg\
‐sftp://johndoe:password@10.100.18.252\
‐‐upgrade
‐vv
Forparameter‐i,thespecifiedIPaddressisIPaddressoftheShMS.Forparameter‐s,the
specifiedURIistheURIoftheupdatehost.