Reference Guide
• To export the collected Tech Support Report, to a CIFS
share.
racadm techsupreport export -l //
192.168.10.24/share -u myuser -p mypass
• To export the collected Tech Support Report, to an NFS
share.
racadm techsupreport export -l 192.168.10.24:/
share
• To export the collected Tech Support Report to the local file
system.
racadm techsupreport export -f tsr_report.zip
testemail
Descripti
on
Sends a test email from iDRAC to a specified destination. Prior to
running the test email command, make sure that the SMTP
server is configured.
The specified index in the idrac.EmailAlert group must be
enabled and configured properly. For more information, see
iDRAC.EmailAlert.
Required
License
Email Alerts
Synopsis
racadm testemail -i <index>
Input -i <index> — Specifies the index of the email alert to test.
Output
Success: Test e-mail sent successfully
Failure: Unable to send test e-mail
Example
Commands for the idrac.EmailAlert group:
• Enable the alert.
racadm set idrac.EmailAlert.1.Enable
• Set the destination email address.
racadm set idrac.EmailAlert.1.Address
user1@mycompany.com
• Set the custom message that is sent to the destination email
address.
racadm set idrac.emailalert.1.CustomMsg "This
is a test!"
137