Reference Guide

Table Of Contents
Output
Displays a message indicating the operation that is being performed.
Example
NOTE: The following commands specifically apply to an active-CMC update.
Upload a firmware image from the client and start firmware update:
racadm fwupdate -p -u -d vrtx_cmc.bin
Upload the firmware image from the TFTP server and start the firmware update:
racadm fwupdate -g -u -a 192.168.0.100 -d vrtx_cmc.bin -m cmc-active
TFTP firmwareate has been initiated. This update process may take
several minutes to complete.
Upload the firmware image from the FTP server and start the firmware update.
racadm fwupdate -f 192.168.0.100 fred password123 -d vrtx_cmc.bin -m
cmc-active
Start IOM infrastructure firmware update.
racadm fwupdate -u -m iominf-1
Update firmware on both the CMCs.
racadm fwupdate -g -u -a 192.168.0.100 -d vrtx_cmc.bin -m cmc-active -
m cmc-standby
Signed CMC Firmware Image:
racadm fwupdate –g –u –a <TFTP IP> -d <Firmware Path> -m cmc-active
Firmware update has been initiated. This update process may take several minutes to complete.
racadm fwupdate –s –m cmc-active
Invalid firmware: The uploaded firmware image does not contain a verification signature
get
Description
Saves CMC configuration properties or CMC Event Filter configurations to a file.
NOTE:
If CMC is not in the network, you can only export the chassis configuration profile to the
local management station.
Synopsis
racadm get -f <filename>
racadm -r <CMC IP> -u <username> -p <password> get -f <filename>
racadm -r <CMC IP> -u <username> -p <password> get -f <filename> -t
xml
racadm get -f <filename> -t xml -u <username> -p <password> -l <CIFS
share>
racadm get -f <filename> -t xml -l <NFS share>
Input
–f: save event filter configurations to a file.
-u: username of the remote share where the file must be exported.
-p: password for the remote share where the file must be exported.
-l: network share location where the file must be exported.
-t: specify the file type to be exported. Valid value is “xml”. This option is case-sensitive.
--clone: export the cloned configuration file. Only the XML file format is supported. The
configuration file can be exported to a local or remote share.
--replace: export the replaced configuration file. Only XML file format is supported. The
configuration file can be exported to a local or remote share.
33