= Dell iDRAC = == 如何檢查 iDRAC 版本 == * 使用 ipmitool {{{ ~$ sudo ipmitool sdr elist mcloc BMC | 00h | ok | 7.1 | Dynamic MC @ 20h 對照組 ~$ sudo ipmitool sdr elist mcloc iDRAC6 | 00h | ok | 7.1 | Dynamic MC @ 20h }}} == 查詢 System Event Log (SEL) == {{{ ~$ $ sudo ipmitool sel SEL Information Version : 1.5 (v1.5, v2 compliant) Entries : 4 Free Space : 8128 bytes Percent Used : 0% Last Add Time : 10/17/2017 09:03:55 Last Del Time : Not Available Overflow : false Supported Cmds : 'Reserve' }}} {{{ ~$ sudo ipmitool sel list 1 | 08/21/2017 | 15:39:46 | OS Boot | Installation started | Asserted 2 | 08/21/2017 | 15:48:37 | OS Boot | Installation completed | Asserted 3 | 10/17/2017 | 08:42:09 | OS Boot | Installation started | Asserted 4 | 10/17/2017 | 09:03:55 | OS Boot | Installation completed | Asserted }}} == 清除 System Event Log (SEL) == {{{ ~$ sudo ipmitool sel clear Clearing SEL. Please allow a few seconds to erase. }}} == 查詢 iDRAC 網路設定 == {{{ ~$ sudo ipmitool lan print Set in Progress : Set Complete Auth Type Support : NONE MD2 MD5 PASSWORD Auth Type Enable : Callback : MD2 MD5 : User : MD2 MD5 : Operator : MD2 MD5 : Admin : MD2 MD5 : OEM : IP Address Source : Static Address IP Address : 10.10.128.210 Subnet Mask : 255.255.255.0 MAC Address : 90:b1:1c:2b:db:66 SNMP Community String : public IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Default Gateway IP : 10.10.128.254 Default Gateway MAC : 00:00:00:00:00:00 Backup Gateway IP : 0.0.0.0 Backup Gateway MAC : 00:00:00:00:00:00 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 Cipher Suite Priv Max : Xaaaaaaaaaaaaaa : X=Cipher Suite Unused : c=CALLBACK : u=USER : o=OPERATOR : a=ADMIN : O=OEM Bad Password Threshold : Not Available }}}