Reference Guide

Example
From iDRAC stop LED from blinking.
racadm setled -l 0
RAC0908: System ID LED blink off.
From iDRAC start LED to blink.
racadm setled -l 1
RAC0907: System ID LED blink on.
setniccfg
Description Sets the iDRAC IP address for static and DHCP modes.
To run this subcommand, you must have the Congure iDRAC privilege.
NOTE: The terms NIC and Ethernet management port may be used interchangeably.
Synopsis
racadm setniccfg -d
racadm setniccfg -d6
racadm setniccfg -s <IPv4Address> <netmask> <IPv4 gateway>
racadm setniccfg -s6 <IPv6 Address> <IPv6 Prefix Length> <IPv6 Gateway>
racadm setniccfg -o
Input
-d — Enables DHCP for the NIC. It is enabled by default.
-d6 — Enables AutoCong for the NIC (default is disabled).
-s — Enables static IP settings. The IPv4 address, netmask, and gateway must be specied. Otherwise,
the existing static settings are used. <ipaddress>, <netmask>, and <gateway> must be typed as
dot-separated strings.
racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0
-s6 — Enables static IPv6 settings. The IPv6 address, Prex Length, and the IPv6 Gateway can be
specied.
-o — Enable or disable NIC.
Example
To Congure static IPv4 address for iDRAC NIC
racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0
Static IP configuration enabled and modified successfully
Congure DHCP mode for iDRAC IPv4
racadm setniccfg -d
DHCP is now ENABLED
Congure DHCP mode for iDRAC IPv6
racadm setniccfg -d6
DHCP6 is now ENABLED
sshpkauth
Description
Enables you to upload and manage up to 4 dierent SSH public keys for each user. You can upload a key le or
key text, view keys, or delete keys.
This command has three mutually exclusive modes determined by the options — upload, view, and
delete.
To run this subcommand, you must have Congure user privilege.
Synopsis
racadm sshpkauth -i svcacct -k <key_index> -p <privilege> -t <PK_key_text>
racadm sshpkauth -i svcacct -k <key_index> -p <privilege> -f <PK_key_text>
racadm sshpkauth -v -i svcacct -k all|<key_index>
68