Prerequisite: Connect the server-specific Idrac network interface to the network
1. Log on to the server (that is, the server being monitored).
2. Installing Client Tools
Yum install OpenIPMI openipmi-devel openipmi-libs ipmitool ipmiutil ipmiutil-devel ipmiutil-static-y
Systemctl Start IPMI
Systemctl Enable IPMI
Systemctl Status IPMI
3. Check if the relevant module is loaded
Lsmod|grep IPMI
If nothing is displayed, the description does not load the module
You need to execute the following command to load the module:
Modprobe Ipmi_msghandler
Modprobe ipmi_devintf
Modprobe Ipmi_si
Modprobe Ipmi_poweroff
Modprobe Ipmi_watchdog
The first three modules must be loaded
Then execute the command to see if the module has been loaded:
Lsmod|grep IPMI
4. Start setting the IPMI network parameters for remote access
4.1) first check to see if IPMI has been set up.
Execute the following command:
Ipmitool LAN Print 1
The above is the default setting for the Dell server, which is changed according to the current network
4.2) Set Network parameters
Instructions:
Ipmitool LAN set 1 ipaddr 10.0.91.32
Ipmitool LAN set 1 netmask 255.255.255.0
Ipmitool LAN Set 1 DEFGW ipaddr 10.0.91.1
Ipmitool LAN set 1 access on
4.3) Setting up IPMI users
Instructions:
Ipmitool user set Name 2 root # The userid must start at 2
Ipmitool User Set Password 2 [email protected]
Ipmitool User List 1
Set user permissions (users need to be set to Administrator privileges)
#ipmitool user Priv <user id> <privilegelevel> [<channel Number>]
Privilege levels:
* 0x1-callback
* 0x2-user
* 0x3-operator
* 0x4-administrator
* 0x5-oem Proprietary
* 0xf-no Access
Instructions:
Ipmitool Userpriv 2 0x4 1
Ipmitool userlist 1
5. Testing
can be Ping Pass Front for BMC Set the IP , you can manage the host remotely
PING-C2 10.0.91.32
6. Through Remote access
If a message is listed, the configuration is successful
Ipmitool-i lanplus-h 10.0.91.32-u root-p [email protected] SEL list
7. The Dell R730 server used here
You can enter 10.0.91.32 in the browser to access Idrac
Cannot obtain information about the operating system and requires the Idrac Service Module to be installed after downloading to Dell's official website
To start the service after installation:
Systemctl Start Dcismeng
Systemctl Status Dcismeng
Refresh Interface Login Again
Dell Server Quick Setup Idrac