Dell Lifecycle Controller 2 Version 1.0.8 Bedienungsanleitung Seite 117

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 126
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 116
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 123456
A user name "john" with the password of "123456" is created. This user name and password can now be used to log into the Web-based remote access
interface. You can verify this using either of the following two commands:
racadm getconfig -u john
racadm getconfig -g cfgUserAdmin -i 2
Deleting a DRAC 4 User
All users must be deleted manually. You cannot delete users by specifying them in a racadm.cfg file.
To delete the user "john" created in the previous example, type the following command line:
racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i <index> ""
A null string of double quote characters("") indicates to the DRAC 4 to delete the index for the specified group.
Adding a DRAC 4 User With Alerting Capabilities
To add a DRAC 4 user that is able to receive email and SNMP traps, first locate an available DRAC 4 user index by performing the steps in "Before Adding a
DRAC 4 User." The following example has an available user index at index 2.
racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 2 john
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 123456
racadm config -g cfgUserAdmin -o cfgUserAdminEmailAddress -i 2 "<email address>"
racadm config -g cfgUserAdmin -o cfgUserAdminEmailCustomMsg -i 2 "RAC Alert Email Test"
racadm config -g cfgUserAdmin -o cfgUserAdminEmailEnable -i 2 1
racadm config -g cfgUserAdmin -o cfgUserAdminAlertFilterRacEventMask -i 2 0x0
racadm config -g cfgUserAdmin -o cfgUserAdminAlertFilterSysEventMask -i 2 0x0
racadm config -g cfgTraps -o cfgTrapsSnmpCommunity -i 2 public
racadm config -g cfgTraps -o cfgTrapsEnable -i 2 1
racadm config -g cfgTraps -o cfgTrapsFilterRacEventMask -i 2 0x0
racadm config -g cfgTraps -o cfgTrapsFilterSysEventMask -i 2 0x0
racadm config -g cfgTraps -o cfgTrapsDestIpAddr -i 2 <SNMP trap destination>
racadm config -g cfgOobSnmp -o cfgOobSnmpTrapsEnable 1
racadm config -g cfgRemoteHosts -o cfgRhostsSmtpServerIpAddr 143.166.224.254
racadm racreset
You can type the commands manually, or run a batch file, or build a .cfg file using the command racadmconfig-f racadm.cfg. After doing so, you may want to
test each of the alerts.
Testing Email Alerting
Email alerting is enabled by the following command. A "0" disables this feature; a "1" enables it.
racadm config -g cfgUserAdmin -o cfgUserAdminEmailEnable -i 2 1
racadm testemail -i 2
Testing SNMP Trap Alerting
SNMP traps are enabled by the following command. A "0" disables this feature; a "1" enables it.
racadm config -g cfgTraps -o cfgTrapsEnable -i 2 1
racadm testtrap -i 2
NOTE: See "DRAC 4 Property Database Group and Object Definitions" for details about each specific object.
Seitenansicht 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 125 126

Kommentare zu diesen Handbüchern

Keine Kommentare