CLI Guide

Table 114. Details of update subcommand (continued)
Upload the update file from a remote FTP share and to perform a graceful system reboot after update:
racadm update -f <updatefile> -u admin -p mypass -l ftp://1.2.3.4/share
--reboot
Upload the update file from a remote CIFS share:
racadm update -f <updatefile> -u admin -p mypass -l //1.2.3.4/share
Upload the update file from a remote CIFS share and under a user domain "dom":
racadm update -f <updatefile> -u dom/admin -p mypass -l //1.2.3.4/share
Upload the update file from a remote NFS share:
racadm update -f <updatefile> -l 1.2.3.4:/share
Upload the update file from a remote HTTP share:
racadm update -f <updatefile> -u admin -p mypass -l http://1.2.3.4/
share
Upload the update file from a remote HTTPS share:
racadm update -f <updatefile> -u admin -p mypass -l https://1.2.3.4/
share
Upload the update file from the local file system using Local RACADM.
racadm update -f <updatefile>
Upload the Update file from a remote CIFS share and to perform a graceful system reboot after update:
racadm update -f <updatefile> -u admin -p mypass -l //1.2.3.4/share --
reboot
Upload the Update file from a remote NFS share and to perform a graceful system reboot after update:
racadm update -f <updatefile> -l 1.2.3.4:/share --reboot
Upload the update file from a remote HTTP share and to perform a graceful system reboot after
update:
racadm update -f <updatefile> -u admin -p mypass -l http://1.2.3.4/
share --reboot
Upload the Update file from the local file system using local racadm and to perform a graceful system
reboot after update:
racadm update -f <updatefile> --reboot
For Repository updates:
Perform update from an FTP repository and to apply the updates, reboot the server:
racadm update -f Catalog.xml -l //192.168.11.10/Repo -u test -p
passwd -a TRUE -t CIFS
Generate a comparison report using about the available updates in the repository:
racadm update -f Catalog.xml -l 192.168.11.10:/Repo -t NFS -a FALSE --
verifycatalog
Perform update from an FTP repository and reboot the server to apply the updates:
racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -a TRUE -t
FTP
160
RACADM Subcommand Details