CLI Guide

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
Perform update from an FTP repository with authentication and reboot the server to apply the updates
racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -u user -p
mypass -a TRUE -t FTP
Perform update from a HTTP repository and restart the server to apply the updates.
racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -a TRUE -t HTTP
Perform update from a TFTP repository and restart the server to apply the updates.
racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -a TRUE -t
TFTP
Perform update from an FTP repository through a proxy server.
racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -a TRUE -ph
145.140.12.56 -pu prxyuser -pp prxypass -po 80 -pt http -t FTP
Perform update from an downloads.dell.com
racadm update -f Catalog.xml.gz -e ftp.dell.com/Catalog -a TRUE -t FTP
View the comparison report generated when --verifycatalog is used.
racadm update viewreport
usercertupload
Table 110. Details of usercertupload
Description Uploads a user certificate or a user CA certificate from the client to iDRAC.
To run this subcommand, you must have the Configure iDRAC permission.
Synopsis
racadm usercertupload -t <type> [-f <filename>] -i <index>
Input
-t — Specifies the type of certificate to upload, either the CA certificate or server certificate.
1=user certificate
2=user CA certificate
-f — Specifies the filename of the certificate that must be uploaded. If the file is not specified, the sslcert
file in the current directory is selected.
-i — Index number of the user. Valid values 2–16.
154 RACADM Subcommand Details