Quick Reference Guide

Set the custom message that is sent to the destination e-mail address —
racadm config -g cfgEmailAlert -o
cfgEmailAlertCustomMsg -i 1 "This is a test!"
Make sure that the SMTP IP address is configured properly —
racadm config -g cfgRemoteHosts -o
cfgRhostsSmtpServerIpAddr 192.168.0.152
View the current e-mail alert settings —
racadm getconfig -g cfgEmailAlert -i <index>
where <
index
> is a number from 1 to 4.
testfeature
Description Tests CMC features.
This subcommand is applicable only for CMC.
Synopsis
racadm testfeature -f AD -u
<user@domain> -p <password> [-d <debug
level>]
racadm testfeature -f ADKRB -u
<user@domain> -p <password> [-d <debug
level>]
racadm testfeature -f LDAP -u <user> -
p <password> [-d <debug level>]
Input
-f <
feature
> — options are:
AD — test AD using simple authentication
ADKRB — test AD using Kerberos
authentication
LDAP — test Generic LDAP
-u <
user
> — on the basis of a feature, , it is user
or user@domain.
-p <
password
> — password for the user
-d <
debug level
> — the following bitmask:
0x00 — quiet
0x01 — verbose
0x02 — debug
0x04 — info
0x08 — warning
0x10 — errors
0x20 — fatal
0x40 — checks
0xff — all debug information
0xd0 — default debug level for AD and
ADKRB.
0xf0 and 0xf2 — default debug level for
LDAP.
121