Configuring/resetting iDRAC: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
== Introduction ==
== Introduction ==


All Fluke Networks, Visual Networks, Netscout and COMCERT DELL bases appliances come with a RAC Management Interface with dedicated NIC (iDRAC Enterprise). Its is highly recommended to configure this management interface appropriately. It will allow remote access to the appliance and system alerts to be send to a network manegement station of your choice via SNMP or SMTP.
All Fluke Networks, Visual Networks, Netscout and COMCERT DELL bases appliances are equipped with a remote management interface and dedicated NIC (iDRAC Enterprise). Its is highly recommended to configure this management interface appropriately. It will allow remote access to the appliance and system alerts to be send to a network manegement station of your choice via SNMP or SMTP.


 
 
Line 22: Line 22:
 
 


{{#invoke:Message box|ambox |type=notice|text=RACADM will try to launch a graphic shell which isn't installed. Omit all warnings in regard to Xlib.}}
{{#invoke:Message box|ambox |type=notice|text=RACADM will try to launch a graphical shell which isn't available. Disregard all Xlib related warnings when executing a RACADM command.}}


 
 
Line 32: Line 32:
</pre>
</pre>


==== To reset RAC ====
==== To reset iDRAC ====


This is just a reset; it does not clear the current configuration.
This is just a reset; it does not clear the current configuration.
Line 42: Line 42:
</pre>
</pre>


==== To view RAC IP configuration ====
==== To view iDRAC IP configuration ====
<pre># racadm getniccfg</pre>
<pre># racadm getniccfg</pre>


Line 55: Line 55:
</pre>
</pre>


==== To set a&nbsp;static IP address to RAC ====
==== To set a&nbsp;static IP address to iDRAC ====


This example will enable&nbsp;the following IPv4 configuration:
This example will enable&nbsp;the following IPv4 configuration:
Line 64: Line 64:
<pre># racadm setniccfg -s 192.168.0.120 255.255.255.0 192.168.0.1</pre>
<pre># racadm setniccfg -s 192.168.0.120 255.255.255.0 192.168.0.1</pre>


==== To enable DHCP on RAC ====
==== To enable DHCP on iDRAC ====
<pre># racadm setniccfg -d</pre>
<pre># racadm setniccfg -d</pre>
&nbsp;
=== Password recovery ===
<span style="background-color:#FFFF00">You need a local KVM console to the server</span>
==== Option 1: ====
Boot into the iDRAC configuration utility using Ctrl+E during POST and go to User Authentication to change user name and password
==== Option 2: ====
Boot into the LifeCycle Controller (LCC) using F10 key. Go to System Setup -> Advanced Hardware Configuration -> iDRAC Settings -> User Configuration

Latest revision as of 10:04, 2 October 2018

Introduction

All Fluke Networks, Visual Networks, Netscout and COMCERT DELL bases appliances are equipped with a remote management interface and dedicated NIC (iDRAC Enterprise). Its is highly recommended to configure this management interface appropriately. It will allow remote access to the appliance and system alerts to be send to a network manegement station of your choice via SNMP or SMTP.

 

Solution

Configuration via System Setup

Connect keyboard, video and mouse to the appliance front or back.

On recent models (12th generation and after), iDRAC configuration is part of System Setup.  Press <F2> at server startup to enter setup.

On older models (11th generation and before), you may have to press <Ctrl-E> during the boot process to enter iDRAC configuration.

 

Configuration and reset via server's operating system

 

 

The tool RACADM is installed on all Fluke Networks, Visual Networks, Netscout and COMCERT DELL bases appliances. To use RACADM you must be root.

Login to the CLI and if not already rioot, asume root:

$ sudo su -

To reset iDRAC

This is just a reset; it does not clear the current configuration.

# racadm racreset

Should output:

RAC reset operation initiated successfully. It may take up to a minute
for the RAC to come back online again.

To view iDRAC IP configuration

# racadm getniccfg

Should output:

IPv4 settings:
NIC Enabled     = 1
IPv4 Enabled    = 1
DHCP Enabled    = 0
IP Address      = 192.168.0.120
Subnet Mask     = 255.255.255.0
Gateway         = 192.168.0.1

To set a static IP address to iDRAC

This example will enable the following IPv4 configuration:

  • IP address = 192.168.0.120
  • IP mask = 255.255.255.0
  • Default route = 192.168.0.1
# racadm setniccfg -s 192.168.0.120 255.255.255.0 192.168.0.1

To enable DHCP on iDRAC

# racadm setniccfg -d

 

Password recovery

You need a local KVM console to the server

Option 1:

Boot into the iDRAC configuration utility using Ctrl+E during POST and go to User Authentication to change user name and password

Option 2:

Boot into the LifeCycle Controller (LCC) using F10 key. Go to System Setup -> Advanced Hardware Configuration -> iDRAC Settings -> User Configuration