Reference Guide

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.0/Repo/MyCatalog -u user -p xxx\n -
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.0/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.0/Repo/MyCatalog -a TRUE -t TFTP
usercertupload
Description Uploads a user certicate or a user CA certicate from the client to iDRAC.
To run this subcommand, you must have the Congure iDRAC permission.
Synopsis
racadm usercertupload -t <type> [-f <filename>] -i <index>
Input
-tSpecies the type of certicate to upload, either the CA certicate or server certicate.
1=user certicate
2=user CA certicate
-fSpecies the lename of the certicate that must be uploaded. If the le is not specied, the sslcert le in
the current directory is selected.
-i — Index number of the user. Valid values 216.
Output If upload is successful, the message User certificate successfully uploaded to the RAC. If
unsuccessful, appropriate error message is displayed.
Example
To upload user certicate for user 6.
racadm usercertupload -t 1 -f c:\cert\cert.txt -i 6
usercertview
Description
Displays the user certicate or user CA certicate that exists on iDRAC.
Synopsis
racadm usercertview -t <type> [-A] -i <index>
Input
-tSpecies the type of certicate to view, either the user certicate or the user CA certicate.
1=user certicate
2=user CA certicate
-A — Prevents printing headers or labels.
-i — Index number of the user. Valid values are 216.
Example
To view user certicate for user 6.
racadm usercertview -t 1 -i 6
Serial Number : 01
Subject Information:
Country Code (CC) : US
State (S) : Texas
Locality (L) : Round Rock
Organization (O) : Dell Inc.
Common Name (CN) : iDRAC default certificate
RACADM Subcommand Details 103